Merge pull request #282192 from r-ryantm/auto-update/skopeo

skopeo: 1.14.0 -> 1.14.1
This commit is contained in:
lewo
2024-01-20 11:21:50 +01:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-6PSxYM6u727vHf4FP0ju0TAuqj4R4bxQEdyZHvC4qBA=";
hash = "sha256-PYPlhlliqd6j3KbMgelg+spqXOl1ZnA0qd1Xyf8F4wY=";
};
outputs = [ "out" "man" ];