We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9763b80 + b42fae5 commit 3d3a119Copy full SHA for 3d3a119
pkgs/by-name/va/vacuum-go/package.nix
@@ -2,17 +2,17 @@
2
3
buildGoModule rec {
4
pname = "vacuum-go";
5
- version = "0.14.1";
+ version = "0.14.3";
6
7
src = fetchFromGitHub {
8
owner = "daveshanley";
9
repo = "vacuum";
10
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
11
rev = "refs/tags/v${version}";
12
- hash = "sha256-t/KbwyxInMvxsICdh0kix27+MKre480+I/KkbwxLg1M=";
+ hash = "sha256-EVAfaZ/cbhBKSoAlrNP2QOM/2zKFxhe2uBoVfB4DL4c=";
13
};
14
15
- vendorHash = "sha256-6ay7aGFf50txrRZbjOuG2rVeetVo0SWgpURLmFyhszA=";
+ vendorHash = "sha256-M9+AKgZwqnOtejIHdBF8MAWg2sJLX2cJtNdMZylp1UE=";
16
17
CGO_ENABLED = 0;
18
ldflags = [
0 commit comments