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

skopeo: 1.14.1 -> 1.14.2
This commit is contained in:
lewo 2024-02-02 11:53:21 +01:00 committed by GitHub
commit 1e3508744b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-PYPlhlliqd6j3KbMgelg+spqXOl1ZnA0qd1Xyf8F4wY=";
hash = "sha256-js1Y7EGXinzOMMX9LjsG6D57UhGtZcvesOw/JDEKvoU=";
};
outputs = [ "out" "man" ];