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.
1 parent 4641678 commit 50266b6Copy full SHA for 50266b6
pkgs/by-name/va/vacuum-go/package.nix
@@ -7,17 +7,17 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "vacuum-go";
10
- version = "0.16.8";
+ version = "0.16.10";
11
12
src = fetchFromGitHub {
13
owner = "daveshanley";
14
repo = "vacuum";
15
# using refs/tags because simple version gives: 'the given path has multiple possibilities' error
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-I80nJ8RcC1nicMfi7tcMfyi63zZ9L5zaOCCu72j5G5A=";
+ hash = "sha256-8ECq5WgNK8XvExpdN2Jb6HUOCmzJBXN9XROEBaPGhDg=";
18
};
19
20
- vendorHash = "sha256-sy9BfD05KEMnRMYbgcmHqNeW/vDuk0FTVjhk14RH8+o=";
+ vendorHash = "sha256-R34e1RDFj3/5jwqoXiXF4whS0BsrkHP2g0+CZDs8rjw=";
21
22
env.CGO_ENABLED = 0;
23
ldflags = [
0 commit comments