skopeo: 1.7.0 -> 1.8.0

https://github.com/containers/skopeo/releases/tag/v1.8.0
This commit is contained in:
zowoq 2022-05-10 13:01:38 +10:00
parent f42f88bd15
commit 430f6d45e3

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-sbe16IcHkhsiBznsMKtG/xYJYJfJS6aZ34++QhkGTTc=";
sha256 = "sha256-LZN8v3pk5OvRdnhAHOa76QASRL8IPbMIFoH6ERu5r6E=";
};
outputs = [ "out" "man" ];