Merge pull request #165685 from qowoz/skopeo

skopeo: 1.6.1 -> 1.7.0
This commit is contained in:
Pascal Bach 2022-03-24 21:28:20 +01:00 committed by GitHub
commit 8b50745e87
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.6.1";
version = "1.7.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-L3dHkF7yKnwXpXxCEswwA0TxVfjTzc89l0rpT7EYpIU=";
sha256 = "sha256-sbe16IcHkhsiBznsMKtG/xYJYJfJS6aZ34++QhkGTTc=";
};
outputs = [ "out" "man" ];