skopeo: 1.2.3 -> 1.3.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-05-20 10:23:39 +02:00 committed by zowoq
parent 633a60c281
commit e018962dd4

View file

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.2.3";
version = "1.3.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-GhLw8wt5eDixKNGtxGA0Fjw3auQ3AsjKa+0M4mLTQlg=";
sha256 = "sha256-ZHEujkl+GUk5WjgDWdbJwOIKuOqJnIpGnvD1SsrHuhI=";
};
outputs = [ "out" "man" ];