Skip to content

Commit 6445eab

Browse files
vacuum-go: 0.17.0 -> 0.17.1 (#421317)
Co-authored-by: konradmalik <[email protected]>
2 parents d31a91c + 39b0485 commit 6445eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "vacuum-go";
10-
version = "0.17.0";
10+
version = "0.17.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "daveshanley";
1414
repo = "vacuum";
1515
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-IpJI+RD5TNsYaZhf3U/VD2CqW5ebutKvZRUOrwD2rGU=";
17+
hash = "sha256-zWnYBDNsOoyc28JB8/dbommIxKUU2XGOHHYsR2q1hj0=";
1818
};
1919

2020
vendorHash = "sha256-4cYG8ilWSI+bSoEBpohN6Fr3kmsBUNmbz0iyHmiCDgw=";

0 commit comments

Comments
 (0)