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>2019-09-02 20:37:25 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-09-02 20:37:25 -0500
commitef1441fa66efc4a71e2bca51bd41636152dbf884 (patch)
tree279811a9753c1a9cde2abae85bff0420ec093df6 /pkgs/tools/admin/clair
parentad6ba90bdd74939b49d4b666772a0f1cb9aed46e (diff)
clair: 2.0.8 -> 2.0.9
Diffstat (limited to 'pkgs/tools/admin/clair')
-rw-r--r--pkgs/tools/admin/clair/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/clair/default.nix b/pkgs/tools/admin/clair/default.nix
index a6d8a046907f9..25c1471209475 100644
--- a/pkgs/tools/admin/clair/default.nix
+++ b/pkgs/tools/admin/clair/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "clair";
-  version = "2.0.8";
+  version = "2.0.9";
 
   goPackagePath = "github.com/coreos/clair";
 
@@ -10,7 +10,7 @@ buildGoPackage rec {
     owner = "coreos";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1gwn533fdz8daz1db7w7g7mhls7d5a4vndn47blkpbx2yxdwdh62";
+    sha256 = "1lcrqka4daqqjagx2mbfzg3z8wxg669mw1lb450nrlc33ji2iwdm";
   };
 
   nativeBuildInputs = [ makeWrapper ];