3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #135040 from qowoz/skopeo

skopeo: 1.4.0 -> 1.4.1
This commit is contained in:
Sandro 2021-08-21 19:34:30 +02:00 committed by GitHub
commit fe076cffa6
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.4.0";
version = "1.4.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-ocbZs4z6jxLC4l6po07QPyM7R5vFowK7hsMRfwALfoY=";
sha256 = "sha256-K+Zn+L7yylUj+iMrsXocWRD4O8HmxdsIsjO36SCkWiU=";
};
outputs = [ "out" "man" ];