Merge pull request #44222 from nlewo/pr-skopeo

skopeo: 0.1.30 -> 0.1.31
This commit is contained in:
lewo 2018-07-30 10:57:38 +02:00 committed by GitHub
commit d123f5d00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
with stdenv.lib;
let
version = "0.1.30";
version = "0.1.31";
src = fetchFromGitHub {
rev = "v${version}";
owner = "projectatomic";
repo = "skopeo";
sha256 = "10lpiiki7mlhrp4bid40wys3lch7fars1whxsa5gy0frfgp89ghn";
sha256 = "02z46wxhms8yph03ksl7i4hbqy15v3y1r43js9dxn0a45vxkm7lb";
};
defaultPolicyFile = runCommand "skopeo-default-policy.json" {} "cp ${src}/default-policy.json $out";