osv-scanner: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2024-04-19 03:14:57 +00:00
parent 1f3ac32a1e
commit 4e215c8e3f
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "osv-scanner";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
hash = "sha256-JlTD8el4hXVYI76+cxGNemkUu0n2QxCqisr6R9aPqdI=";
hash = "sha256-UE6iCvv/ByODZX+FoLvIw+EeyISWFkHb4xK5L33w1hU=";
};
vendorHash = "sha256-J5qLs4EirBOfjnLv8eQBSd9w9nzpxBW5GS28CgQMsN8=";
vendorHash = "sha256-c/Wjhpa7upSRMaU+rheGF9dbvK0MQe3ZmPLpR5bRiUI=";
subPackages = [
"cmd/osv-scanner"