Skip to content

Commit 4c7701d

Browse files
vacuum-go: 0.16.8 -> 0.16.10 (#408557)
Co-authored-by: konradmalik <[email protected]>
2 parents dda860a + 50266b6 commit 4c7701d

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
@@ -7,17 +7,17 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "vacuum-go";
10-
version = "0.16.8";
10+
version = "0.16.10";
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-I80nJ8RcC1nicMfi7tcMfyi63zZ9L5zaOCCu72j5G5A=";
17+
hash = "sha256-8ECq5WgNK8XvExpdN2Jb6HUOCmzJBXN9XROEBaPGhDg=";
1818
};
1919

20-
vendorHash = "sha256-sy9BfD05KEMnRMYbgcmHqNeW/vDuk0FTVjhk14RH8+o=";
20+
vendorHash = "sha256-R34e1RDFj3/5jwqoXiXF4whS0BsrkHP2g0+CZDs8rjw=";
2121

2222
env.CGO_ENABLED = 0;
2323
ldflags = [

0 commit comments

Comments
 (0)