Skip to content

Commit 69c60ee

Browse files
committed
vacuum-go: 0.16.2 -> 0.16.3
1 parent d8b348c commit 69c60ee

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

99
buildGoModule rec {
1010
pname = "vacuum-go";
11-
version = "0.16.2";
11+
version = "0.16.3";
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-x3AYHFQFS8PGv5bi+zg4rut7gVgQi9PS3+0YGJ47YMQ=";
18+
hash = "sha256-wlxEKAP8A8T+rBQ2HqoOdBlkqFBqrIxuuEidPAeUO3E=";
1919
};
2020

2121
vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";

0 commit comments

Comments
 (0)