about summary refs log tree commit diff
path: root/pkgs/tools/admin/clair
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-11 04:20:00 +0000
commit8d057dc00cde4b214a212223ca8dc6127d6d72d4 (patch)
tree66a188f2b6a2afb2b5bbaa1abba700928e81bbe8 /pkgs/tools/admin/clair
parent3d1703e5767fd0612e66e7e39b15670b3e983869 (diff)
clair: 4.7.0 -> 4.7.1
Diff: https://github.com/quay/clair/compare/v4.7.0...v4.7.1

Changelog: https://github.com/quay/clair/blob/v4.7.1/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/admin/clair')
-rw-r--r--pkgs/tools/admin/clair/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/clair/default.nix b/pkgs/tools/admin/clair/default.nix
index 845aea8462cd0..59260d042f3b4 100644
--- a/pkgs/tools/admin/clair/default.nix
+++ b/pkgs/tools/admin/clair/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "clair";
-  version = "4.7.0";
+  version = "4.7.1";
 
   src = fetchFromGitHub {
     owner = "quay";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-jnEnzIxI6S5AoUpfurOcf5N2Fo03QFNjxUzkn+i4h0Q=";
+    hash = "sha256-+ABZafDc2nmHHnJGXj4iCSheuWoksPwDblmdIusUJuo=";
   };
 
-  vendorHash = "sha256-6UdTqnbtX4X4qACXW8uybyiOVOGXVw5HBNUvC/l1xfo=";
+  vendorHash = "sha256-ptgHU/PrLqRG4h3C5x+XUy4+38Yu6h4gTeziaPJ2iWE=";
 
   nativeBuildInputs = [
     makeWrapper