Merge pull request #314039 from r-ryantm/auto-update/govulncheck

govulncheck: 1.1.0 -> 1.1.1
This commit is contained in:
Sandro
2024-05-23 20:12:43 +02:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "govulncheck";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "golang";
repo = "vuln";
rev = "refs/tags/v${version}";
hash = "sha256-sS58HyrwyRv3zYi8OgiDYnKSbyu2i3KVoSX/0wQbqGw=";
hash = "sha256-aDt4TCbs5yBeJu/Fr95uI3BvPBaclnQMuJYPUXT7S+I=";
};
patches = [
@@ -23,7 +23,7 @@ buildGoModule rec {
})
];
vendorHash = "sha256-ZHf//khvBGG+gRBKoKZo4NKoIJCQsbQfe2uT7cAHDcM=";
vendorHash = "sha256-YsZ9CchThybwgUjBg6hDQZ0bEEO18lidbGf9CIfzICc=";
subPackages = [
"cmd/govulncheck"