skopeo: 1.5.1 -> 1.5.2

https://github.com/containers/skopeo/releases/tag/v1.5.2
This commit is contained in:
zowoq 2021-11-27 03:08:57 +10:00
parent 9dc12546ab
commit 621f57ba6f

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-GaOfONUAN+bNSyodDbZyahMheU5fnjuAp4/94jy+9Hg=";
sha256 = "sha256-KleTvRQwQFr4rrRXFW2z4N7DXIT920O2gig6wmOFIKs=";
};
outputs = [ "out" "man" ];