clair: 4.7.1 -> 4.7.2

This commit is contained in:
R. Ryantm 2023-10-10 12:25:51 +00:00
parent b37de078e5
commit b608f7909a

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "clair";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
hash = "sha256-+ABZafDc2nmHHnJGXj4iCSheuWoksPwDblmdIusUJuo=";
hash = "sha256-qnZLVt9pIrfZSCK0blNp5JHbaC4A8m6YicvL4hs2554=";
};
vendorHash = "sha256-ptgHU/PrLqRG4h3C5x+XUy4+38Yu6h4gTeziaPJ2iWE=";
vendorHash = "sha256-mzrMiycW+kWtooCMWGLOHXPYJQ+y3wLMB2V+f4u4wtY=";
nativeBuildInputs = [
makeWrapper