Skip to content

Commit

Permalink
Merge pull request #91136 from zowoq/skopeo
Browse files Browse the repository at this point in the history
skopeo: 1.0.0 -> 1.1.0
  • Loading branch information
nlewo committed Jun 20, 2020
2 parents 8276081 + 630454d commit e0ece5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/skopeo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

buildGoModule rec {
pname = "skopeo";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "1zg0agf8x7fa8zdzfzgncm64j363lmxrqjhdzsx6mlig87k17p05";
sha256 = "1cxhwfrp5cjdq56vzy7gmidvm1z02f0rz2r1lv0d9ymnjlsjp9s3";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit e0ece5a

Please sign in to comment.