Skip to content

Commit c77d1fc

Browse files
vacuum-go: 0.15.0 -> 0.15.3 (#373525)
Co-authored-by: konradmalik <[email protected]>
2 parents f8dc75d + 14c24e3 commit c77d1fc

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.15.0";
11+
version = "0.15.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-OsujmYu0QNyfyj6W8+aPcV4xsjpwZDWSJC7WjIw+rOc=";
18+
hash = "sha256-SI32ODbd3X4zMhS3LI4vwVn9/gwgabWZ/8Nx+L3KPYE=";
1919
};
2020

2121
vendorHash = "sha256-xTqrKkCRO6lUbzXI4/UrBoZsKU9mQW8cMrnZ2X3wzog=";

0 commit comments

Comments
 (0)