Skip to content

Commit 3d3a119

Browse files
authored
vacuum-go: 0.14.1 -> 0.14.3 (#360802)
2 parents 9763b80 + b42fae5 commit 3d3a119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/va/vacuum-go/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
buildGoModule rec {
44
pname = "vacuum-go";
5-
version = "0.14.1";
5+
version = "0.14.3";
66

77
src = fetchFromGitHub {
88
owner = "daveshanley";
99
repo = "vacuum";
1010
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
1111
rev = "refs/tags/v${version}";
12-
hash = "sha256-t/KbwyxInMvxsICdh0kix27+MKre480+I/KkbwxLg1M=";
12+
hash = "sha256-EVAfaZ/cbhBKSoAlrNP2QOM/2zKFxhe2uBoVfB4DL4c=";
1313
};
1414

15-
vendorHash = "sha256-6ay7aGFf50txrRZbjOuG2rVeetVo0SWgpURLmFyhszA=";
15+
vendorHash = "sha256-M9+AKgZwqnOtejIHdBF8MAWg2sJLX2cJtNdMZylp1UE=";
1616

1717
CGO_ENABLED = 0;
1818
ldflags = [

0 commit comments

Comments
 (0)