Skip to content

Commit f9e8ead

Browse files
vacuum-go: 0.16.1 -> 0.16.2 (#380231)
Co-authored-by: konradmalik <[email protected]>
2 parents b6c8f0a + 92c2628 commit f9e8ead

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

99
buildGoModule rec {
1010
pname = "vacuum-go";
11-
version = "0.16.1";
11+
version = "0.16.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "daveshanley";
1515
repo = "vacuum";
1616
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
1717
tag = "v${version}";
18-
hash = "sha256-TljvCGquQJl+uJXRBJCximR5OgsdAgK/+eobQW9+fZo=";
18+
hash = "sha256-x3AYHFQFS8PGv5bi+zg4rut7gVgQi9PS3+0YGJ47YMQ=";
1919
};
2020

21-
vendorHash = "sha256-Yuibhb0N8QHHjdB4v3jFVxz1T6SkhgFfcouPAjjA0lU=";
21+
vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";
2222

2323
env.CGO_ENABLED = 0;
2424
ldflags = [

0 commit comments

Comments
 (0)