Skip to content

Commit 25375d5

Browse files
committedMar 21, 2025
1 parent 6533e4f commit 25375d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/by-name/vu/vuls/package.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
lib,
3-
buildGoModule,
3+
buildGo124Module,
44
fetchFromGitHub,
55
}:
66

7-
buildGoModule rec {
7+
buildGo124Module rec {
88
pname = "vuls";
9-
version = "0.29.0";
9+
version = "0.30.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "future-architect";
1313
repo = "vuls";
1414
tag = "v${version}";
15-
hash = "sha256-aQwQgQPuzsqm05m4Qf4cJBPrKU/TLai88CbDOWs9s58=";
15+
hash = "sha256-lDLT5GNFL2LtooHNlpKrewzxVK5W8u+0U47BDvMG8l4=";
1616
fetchSubmodules = true;
1717
};
1818

19-
vendorHash = "sha256-OOU4m3qo6AFAXzCZMQyhdwj9USE9PV4zv4NjDwgZnxE=";
19+
vendorHash = "sha256-X9PWg4vB07Bh9w8Lw3cdEaciVvRhvQD0L5n4cFKf880=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)
Failed to load comments.