skopeo: 1.5.0 -> 1.5.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-11-05 09:33:26 +01:00
parent 28be9886f0
commit 1f6a7796fa
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

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