mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:37:48 +00:00
skopeo: 1.9.1 -> 1.9.2
https://github.com/containers/skopeo/releases/tag/v1.9.2
This commit is contained in:
parent
3b274c5fdb
commit
5d1f3726b2
@ -15,13 +15,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "skopeo";
|
||||
version = "1.9.1";
|
||||
version = "1.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "containers";
|
||||
repo = "skopeo";
|
||||
sha256 = "sha256-oNTGFoz/5KaxniA0+HfyGAFIt42a8YLdI3eeARWx2uA=";
|
||||
sha256 = "sha256-F2kIFBsLhjV8Ecof05Ii5TzneEUdl9dmCZ2NhOABdmc=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user