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

skopeo: 1.15.2 -> 1.16.0
This commit is contained in:
lewo 2024-07-28 23:21:42 +02:00 committed by GitHub
commit 0e333f3644
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.2";
version = "1.16.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-qE6c7+NMGmz1zDqtEfAQQp/gQ0FP034q8wVCdHZ1wY8=";
hash = "sha256-M9BRsW3mNIRAr+yXSmoPNNoEY/XrCFNt+m2PtTuJUO4=";
};
outputs = [ "out" "man" ];