Skip to content

Commit

Permalink
docker-slim: 1.29.0 -> 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jul 28, 2020
1 parent 2ea37a0 commit 5a337bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker-slim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

buildGoPackage rec {
pname = "docker-slim";
version = "1.29.0";
version = "1.30.0";

goPackagePath = "github.com/docker-slim/docker-slim";

src = fetchFromGitHub {
owner = "docker-slim";
repo = "docker-slim";
rev = version;
sha256 = "0qfjmwqxgghp9pqj4s2z71cmn8mi1l6655z6nbhh72yqaxh5a6ia";
sha256 = "10w5v0qqj8yqd81hpz65pq1lx0j9pl112s7hl6y9p3i3f0m0931f";
};

subPackages = [ "cmd/docker-slim" "cmd/docker-slim-sensor" ];
Expand Down

0 comments on commit 5a337bd

Please sign in to comment.