Skip to content

Commit

Permalink
skopeo: 0.1.22 -> 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 26, 2017
1 parent 466d06e commit 4ec02cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/skopeo/default.nix
Expand Up @@ -4,7 +4,7 @@ with stdenv.lib;

buildGoPackage rec {
name = "skopeo-${version}";
version = "0.1.22";
version = "0.1.23";
rev = "v${version}";

goPackagePath = "github.com/projectatomic/skopeo";
Expand All @@ -16,7 +16,7 @@ buildGoPackage rec {
inherit rev;
owner = "projectatomic";
repo = "skopeo";
sha256 = "0aivs37bcvx3g22a9r3q1vj2ahw323g1vaq9jzbmifm9k0pb07jy";
sha256 = "1axxnm87fpsd7q28v951ilhmzd42k8wyh741gdfdcajjwglfj0nn";
};

patches = [
Expand Down

0 comments on commit 4ec02cc

Please sign in to comment.