mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
skopeo: 0.1.22 -> 0.1.23
This commit is contained in:
parent
466d06e705
commit
4ec02cc332
@ -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";
|
||||
@ -16,7 +16,7 @@ buildGoPackage rec {
|
||||
inherit rev;
|
||||
owner = "projectatomic";
|
||||
repo = "skopeo";
|
||||
sha256 = "0aivs37bcvx3g22a9r3q1vj2ahw323g1vaq9jzbmifm9k0pb07jy";
|
||||
sha256 = "1axxnm87fpsd7q28v951ilhmzd42k8wyh741gdfdcajjwglfj0nn";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user