Skip to content

Commit

Permalink
govulncheck: 1.1.3 -> 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 13, 2025
1 parent a926246 commit 21d2f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/govulncheck/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -23,7 +23,7 @@ buildGoModule rec {
})
];

vendorHash = "sha256-jESQV4Na4Hooxxd0RL96GHkA7Exddco5izjnhfH6xTg=";
vendorHash = "sha256-MSTKDeWVxD2Fa6fNoku4EwFwC90XZ5acnM67crcgXDg=";

subPackages = [
"cmd/govulncheck"
Expand Down

0 comments on commit 21d2f35

Please sign in to comment.