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 f8dc75d + 14c24e3 commit c77d1fcCopy full SHA for c77d1fc
pkgs/by-name/va/vacuum-go/package.nix
@@ -8,14 +8,14 @@
8
9
buildGoModule rec {
10
pname = "vacuum-go";
11
- version = "0.15.0";
+ version = "0.15.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-OsujmYu0QNyfyj6W8+aPcV4xsjpwZDWSJC7WjIw+rOc=";
+ hash = "sha256-SI32ODbd3X4zMhS3LI4vwVn9/gwgabWZ/8Nx+L3KPYE=";
19
};
20
21
vendorHash = "sha256-xTqrKkCRO6lUbzXI4/UrBoZsKU9mQW8cMrnZ2X3wzog=";
0 commit comments