Skip to content

Commit bc925a4

Browse files
committed
1 parent 5ea27cd commit bc925a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
buildGo124Module rec {
88
pname = "vuls";
9-
version = "0.35.0";
9+
version = "0.35.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "future-architect";
1313
repo = "vuls";
1414
tag = "v${version}";
15-
hash = "sha256-Vrfqn2hZiUyJX2bBw3skWfIxNgtWwFrmknE97gz91Q0=";
15+
hash = "sha256-bgeg5y1wFYDXr2M4yNNWbgKJhtdoUZJRPxpniAXCyRU=";
1616
fetchSubmodules = true;
1717
};
1818

19-
vendorHash = "sha256-vhbHHhtDtwyrXZ/mSNKXwSSEzVZ2nCu/7Qs+LJEww5o=";
19+
vendorHash = "sha256-DUkF1iqofgO9o34owkvQRkV+e7fA0VmeUz1VOPMiZIs=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)