lol

grype: 0.69.0 -> 0.69.1

Diff: https://github.com/anchore/grype/compare/refs/tags/v0.69.0...v0.69.1

Changelog: https://github.com/anchore/grype/releases/tag/v0.69.1

+3 -3
+3 -3
pkgs/tools/security/grype/default.nix
··· 7 8 buildGoModule rec { 9 pname = "grype"; 10 - version = "0.69.0"; 11 12 src = fetchFromGitHub { 13 owner = "anchore"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-70xtemOFrQ4aaEy2iq9Nqp7n8kgwPYAwssPOS+5Qlfg="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 28 29 proxyVendor = true; 30 31 - vendorHash = "sha256-//zS7i9pxtU1cgWTACWoJ38GVLqVM36LGeggjosL07A="; 32 33 nativeBuildInputs = [ 34 installShellFiles
··· 7 8 buildGoModule rec { 9 pname = "grype"; 10 + version = "0.69.1"; 11 12 src = fetchFromGitHub { 13 owner = "anchore"; 14 repo = pname; 15 rev = "refs/tags/v${version}"; 16 + hash = "sha256-AXw2mtN4FC6EKWN8dObrU04+WSHDWLY19FSWqQlkq/Q="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 28 29 proxyVendor = true; 30 31 + vendorHash = "sha256-iitWThvWVfeJMLcJLgmFnVguFVF4DejObZPZ3qB5cY0="; 32 33 nativeBuildInputs = [ 34 installShellFiles