grype: 0.101.0 -> 0.101.1 (#453498)

This commit is contained in:
Fabian Affolter
2025-10-19 19:19:32 +00:00
committed by GitHub
+5 -3
View File
@@ -6,17 +6,18 @@
git,
installShellFiles,
openssl,
net-tools,
}:
buildGoModule (finalAttrs: {
pname = "grype";
version = "0.101.0";
version = "0.101.1";
src = fetchFromGitHub {
owner = "anchore";
repo = "grype";
tag = "v${finalAttrs.version}";
hash = "sha256-20nl2mfU5PeEtUwyOUrKZ58nHyVvxZol4M37IPabx3A=";
hash = "sha256-EbRkK8qTEP1UICqHs4V4xteh/bUh3WxlRihPtUcJw6M=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
@@ -31,13 +32,14 @@ buildGoModule (finalAttrs: {
proxyVendor = true;
vendorHash = "sha256-VbJKdd04S1aXXnflEZTtpIh4eJFe17WXZXqWDDo9YiI=";
vendorHash = "sha256-Zqtd10KrmAH5yOvKnCl8w8neLsQPylr4lFAU5OTm7Kk=";
nativeBuildInputs = [ installShellFiles ];
nativeCheckInputs = [
git
openssl
net-tools
];
subPackages = [ "cmd/grype" ];