clair: 2.0.8 -> 2.0.9

This commit is contained in:
Mario Rodas 2019-09-02 20:37:25 -05:00
parent ad6ba90bdd
commit ef1441fa66
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -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 ];