govulncheck: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-01-27 09:39:38 +00:00
parent b0051767f1
commit 0f8d0f826a

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "govulncheck";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "golang";
repo = "vuln";
rev = "refs/tags/v${version}";
hash = "sha256-vTHP7I3r7EAt4puh7bonKj6A94j169tKWgTfxASWyo0=";
hash = "sha256-1x2hj4HD3KAo9w1QXh5qsWtcAM0Kly5u/DRd13Mqa5w=";
};
patches = [