skopeo: 1.1.0 -> 1.1.1

https://github.com/containers/skopeo/releases/tag/v1.1.1
This commit is contained in:
zowoq 2020-07-29 23:07:56 +10:00
parent fc4694ebdd
commit ea1287110f

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "1cxhwfrp5cjdq56vzy7gmidvm1z02f0rz2r1lv0d9ymnjlsjp9s3";
sha256 = "0wkpw8fizxjpfypflp7rs1q128dg4hadwzdvn8k41h7f8cbcb39x";
};
outputs = [ "out" "man" ];