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 b6c8f0a + 92c2628 commit f9e8eadCopy full SHA for f9e8ead
pkgs/by-name/va/vacuum-go/package.nix
@@ -8,17 +8,17 @@
8
9
buildGoModule rec {
10
pname = "vacuum-go";
11
- version = "0.16.1";
+ version = "0.16.2";
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-TljvCGquQJl+uJXRBJCximR5OgsdAgK/+eobQW9+fZo=";
+ hash = "sha256-x3AYHFQFS8PGv5bi+zg4rut7gVgQi9PS3+0YGJ47YMQ=";
19
};
20
21
- vendorHash = "sha256-Yuibhb0N8QHHjdB4v3jFVxz1T6SkhgFfcouPAjjA0lU=";
+ vendorHash = "sha256-1lr1VQU4JHg0PZbjAUmALFZJiYc+HTwrk0E/t/1qXqE=";
22
23
env.CGO_ENABLED = 0;
24
ldflags = [
0 commit comments