clair: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm
2025-12-10 23:24:25 +00:00
parent de7d968f0f
commit 0bbae1e73a
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "clair";
version = "4.8.0";
version = "4.9.0";
src = fetchFromGitHub {
owner = "quay";
repo = "clair";
rev = "v${version}";
hash = "sha256-itIjDdTKQ0PCfOkefXxqu6MpdWK3F1j6ArvaInQd/hc=";
hash = "sha256-YZ2r9hzTvsyTFqlXGcmdABtNuBkKclPLmDfMl5/vCug=";
};
vendorHash = "sha256-CpIOQiEjQGC6qeoxRS/jFohUnELefAX0KOERudL6BGM=";
vendorHash = "sha256-W9ITDut+/QpFMO+c7fNHBfL83bD7ILBEMsF2G9kPYwQ=";
nativeBuildInputs = [
makeWrapper