govulncheck: 1.0.4 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-04-17 00:58:38 +00:00
parent 4a04be9a3c
commit 33f79c01a7
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "govulncheck";
version = "1.0.4";
version = "1.1.0";
src = fetchFromGitHub {
owner = "golang";
repo = "vuln";
rev = "refs/tags/v${version}";
hash = "sha256-GLZaJ/hVA1A2Mek1G7QkDGowqa5Bm4sRh0Y7QMhud/w=";
hash = "sha256-sS58HyrwyRv3zYi8OgiDYnKSbyu2i3KVoSX/0wQbqGw=";
};
patches = [
@ -23,7 +23,7 @@ buildGoModule rec {
})
];
vendorHash = "sha256-Jg2Nx63Xak149111jbBP6SgK3hze21Dx5qcDKXCqa48=";
vendorHash = "sha256-ZHf//khvBGG+gRBKoKZo4NKoIJCQsbQfe2uT7cAHDcM=";
subPackages = [
"cmd/govulncheck"