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 06ffbbc + 69c60ee commit 276729aCopy full SHA for 276729a
pkgs/by-name/va/vacuum-go/package.nix
@@ -8,14 +8,14 @@
8
9
buildGoModule rec {
10
pname = "vacuum-go";
11
- version = "0.16.2";
+ version = "0.16.3";
12
13
src = fetchFromGitHub {
14
owner = "daveshanley";
15
repo = "vacuum";
16
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
17
tag = "v${version}";
18
- hash = "sha256-x3AYHFQFS8PGv5bi+zg4rut7gVgQi9PS3+0YGJ47YMQ=";
+ hash = "sha256-wlxEKAP8A8T+rBQ2HqoOdBlkqFBqrIxuuEidPAeUO3E=";
19
};
20
21
vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";
0 commit comments