Skip to content

Commit 0f8d0f8

Browse files
committed
govulncheck: 1.0.2 -> 1.0.3
1 parent b005176 commit 0f8d0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/govulncheck/default.nix

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

77
buildGoModule rec {
88
pname = "govulncheck";
9-
version = "1.0.2";
9+
version = "1.0.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "golang";
1313
repo = "vuln";
1414
rev = "refs/tags/v${version}";
15-
hash = "sha256-vTHP7I3r7EAt4puh7bonKj6A94j169tKWgTfxASWyo0=";
15+
hash = "sha256-1x2hj4HD3KAo9w1QXh5qsWtcAM0Kly5u/DRd13Mqa5w=";
1616
};
1717

1818
patches = [

0 commit comments

Comments
 (0)