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

skopeo: 1.14.2 -> 1.15.0
This commit is contained in:
Nick Cao
2024-03-16 11:03:04 -07:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.14.2";
version = "1.15.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-js1Y7EGXinzOMMX9LjsG6D57UhGtZcvesOw/JDEKvoU=";
hash = "sha256-GMZjmKM2bFv57b2u7VjiA2OF6gD7vtoQ3ofS2rQfNrk=";
};
outputs = [ "out" "man" ];