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

skopeo: 1.15.1 -> 1.15.2
This commit is contained in:
Nick Cao 2024-07-12 16:16:18 -04:00 committed by GitHub
commit d353c82069
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.1";
version = "1.15.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-Zv36vSPfXcpBmxyEA8b3Xoo9HhSWtxnWPP/SubIcHDo=";
hash = "sha256-qE6c7+NMGmz1zDqtEfAQQp/gQ0FP034q8wVCdHZ1wY8=";
};
outputs = [ "out" "man" ];