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

skopeo: 1.15.0 -> 1.15.1
This commit is contained in:
Weijia Wang 2024-05-16 11:16:09 +02:00 committed by GitHub
commit b5611b3edc
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.15.0";
version = "1.15.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-GMZjmKM2bFv57b2u7VjiA2OF6gD7vtoQ3ofS2rQfNrk=";
hash = "sha256-Zv36vSPfXcpBmxyEA8b3Xoo9HhSWtxnWPP/SubIcHDo=";
};
outputs = [ "out" "man" ];