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
commit 0bccbcf89c
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.0";
version = "1.14.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-6PSxYM6u727vHf4FP0ju0TAuqj4R4bxQEdyZHvC4qBA=";
hash = "sha256-PYPlhlliqd6j3KbMgelg+spqXOl1ZnA0qd1Xyf8F4wY=";
};
outputs = [ "out" "man" ];