docker-slim: 1.29.0 -> 1.30.0

Changelog: https://github.com/docker-slim/docker-slim/releases/tag/1.30.0
This commit is contained in:
Mario Rodas 2020-07-28 04:20:00 -05:00
parent 2ea37a0fe6
commit 5a337bddbb
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "docker-slim";
version = "1.29.0";
version = "1.30.0";
goPackagePath = "github.com/docker-slim/docker-slim";
@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "docker-slim";
repo = "docker-slim";
rev = version;
sha256 = "0qfjmwqxgghp9pqj4s2z71cmn8mi1l6655z6nbhh72yqaxh5a6ia";
sha256 = "10w5v0qqj8yqd81hpz65pq1lx0j9pl112s7hl6y9p3i3f0m0931f";
};
subPackages = [ "cmd/docker-slim" "cmd/docker-slim-sensor" ];