skopeo: 1.5.2 -> 1.6.0

https://github.com/containers/skopeo/releases/tag/v1.6.0
This commit is contained in:
zowoq 2022-02-03 08:31:40 +10:00
parent 8f6cdee25a
commit b8453874f0

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-KleTvRQwQFr4rrRXFW2z4N7DXIT920O2gig6wmOFIKs=";
sha256 = "sha256-SXwIwBlajzcXJaB90aesPk6BTRUNLRXtx4FPuM7pcyU=";
};
outputs = [ "out" "man" ];