skopeo: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm
2024-01-20 01:19:30 +00:00
parent 8da872fefa
commit c692d9eede
+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" ];