3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #144713 from saschagrunert/skopeo

This commit is contained in:
Sandro 2021-11-05 17:31:17 +01:00 committed by GitHub
commit 8c3a7e252a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-75zrOYiwlpHbEgmpJ9THYKbF4sL4Jp009/+Fw12Wvys=";
sha256 = "sha256-GaOfONUAN+bNSyodDbZyahMheU5fnjuAp4/94jy+9Hg=";
};
outputs = [ "out" "man" ];