docker-slim: 1.32.0 -> 1.33.0

https://github.com/docker-slim/docker-slim/releases/tag/1.33.0
This commit is contained in:
Mario Rodas 2020-12-15 13:45:00 -05:00
parent a4d86d5425
commit 9c8a7716d3

@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "docker-slim";
version = "1.32.0";
version = "1.33.0";
goPackagePath = "github.com/docker-slim/docker-slim";
@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "docker-slim";
repo = "docker-slim";
rev = version;
sha256 = "0pd2v7df176ca923c4nw9ns5gz442jkb0jhzqjl53rwfwz1vxy9h";
sha256 = "0fk1r9id3fjcqdg4nls2k5ik3822njz4xx9fpbvmx0fycvjmbr4v";
};
subPackages = [ "cmd/docker-slim" "cmd/docker-slim-sensor" ];
@ -39,6 +39,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Minify and secure Docker containers";
homepage = "https://dockersl.im/";
changelog = "https://github.com/docker-slim/docker-slim/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne marsam mbrgm ];
};