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 d31a91c + 39b0485 commit 6445eabCopy full SHA for 6445eab
pkgs/by-name/va/vacuum-go/package.nix
@@ -7,14 +7,14 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "vacuum-go";
10
- version = "0.17.0";
+ version = "0.17.1";
11
12
src = fetchFromGitHub {
13
owner = "daveshanley";
14
repo = "vacuum";
15
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-IpJI+RD5TNsYaZhf3U/VD2CqW5ebutKvZRUOrwD2rGU=";
+ hash = "sha256-zWnYBDNsOoyc28JB8/dbommIxKUU2XGOHHYsR2q1hj0=";
18
};
19
20
vendorHash = "sha256-4cYG8ilWSI+bSoEBpohN6Fr3kmsBUNmbz0iyHmiCDgw=";
0 commit comments