skopeo: 1.6.1 -> 1.7.0

https://github.com/containers/skopeo/releases/tag/v1.7.0
This commit is contained in:
zowoq 2022-03-25 06:00:50 +10:00
parent b4f94f8d08
commit fcdc53479c

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" ];