vacuum-go: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2024-07-22 02:28:18 +00:00
parent 48b8f3cbb7
commit 78b668d563
+3 -3
View File
@@ -2,17 +2,17 @@
buildGoModule rec {
pname = "vacuum-go";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "daveshanley";
repo = "vacuum";
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
rev = "refs/tags/v${version}";
hash = "sha256-JmdSUbPYhKPoYT5UL9B/d6ZWGIXy+hJt5TZxq0xaLrg=";
hash = "sha256-i4B11hTPvF6kL7x8LUv8A4J1HfAhtxgSmvzNL+4sdYI=";
};
vendorHash = "sha256-EI2AfOaOAez1L7M52OERJgIGsbxdmOGR0Zkp2YE9mYQ=";
vendorHash = "sha256-b51Rs09EjHxYATwaFdHV96ZOORFxD0Y9cKTcJTSGhIU=";
CGO_ENABLED = 0;
ldflags = [