Skip to content

Commit

Permalink
osv-scanner: 1.9.1 -> 1.9.2 (NixOS#366522)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 21, 2024
2 parents 56ca9c9 + cee4fb1 commit 920abb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/os/osv-scanner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "osv-scanner";
version = "1.9.1";
version = "1.9.2";

src = fetchFromGitHub {
owner = "google";
repo = "osv-scanner";
rev = "refs/tags/v${version}";
hash = "sha256-s288EHtF/YRkPVwe7b1+q/1ky8tQdHvzb8GaOPpRqTw=";
hash = "sha256-Db5AgFvyrUOlW+1rcw8jPUzTBwQcFelLk5Rqk9HsbCo=";
};

vendorHash = "sha256-DNUkUmxzej/NDwJ3lgPek/6C3/ytjlHmFIb1IvKvAQs=";
vendorHash = "sha256-4e+aEOo/hu2lC0c1sT8XJXdjrlcsqmPjpgvvdakHnmc=";

subPackages = [
"cmd/osv-scanner"
Expand Down

0 comments on commit 920abb3

Please sign in to comment.