govulncheck: 1.1.3 -> 1.1.4 (#373524)

This commit is contained in:
Sandro
2025-01-14 15:24:34 +01:00
committed by GitHub
+3 -3
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "govulncheck";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "golang";
repo = "vuln";
tag = "v${version}";
hash = "sha256-ydJ8AeoCnLls6dXxjI05+THEqPPdJqtAsKTriTIK9Uc=";
hash = "sha256-d1JWh/K+65p0TP5vAQbSyoatjN4L5nm3VEA+qBSrkAA=";
};
patches = [
@@ -23,7 +23,7 @@ buildGoModule rec {
})
];
vendorHash = "sha256-jESQV4Na4Hooxxd0RL96GHkA7Exddco5izjnhfH6xTg=";
vendorHash = "sha256-MSTKDeWVxD2Fa6fNoku4EwFwC90XZ5acnM67crcgXDg=";
subPackages = [
"cmd/govulncheck"