skopeo: 1.4.0 -> 1.4.1

https://github.com/containers/skopeo/releases/tag/v1.4.1
This commit is contained in:
zowoq 2021-08-21 18:26:17 +10:00
parent a1cdf552dc
commit 5b63390112

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-ocbZs4z6jxLC4l6po07QPyM7R5vFowK7hsMRfwALfoY=";
sha256 = "sha256-K+Zn+L7yylUj+iMrsXocWRD4O8HmxdsIsjO36SCkWiU=";
};
outputs = [ "out" "man" ];