skopeo: 1.22.2 -> 1.23.0 (#524680)

This commit is contained in:
Pol Dellaiera 2026-05-27 10:08:40 +00:00 committed by GitHub
commit d19f6793f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,13 +19,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.22.2";
version = "1.23.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-TyLJvCZosRaoUVmpe+uxGzgLDIFi8QgpRecaLmRGTxU=";
hash = "sha256-crt6TYEOQaBdP1lIixtnrMPeWQ/GAyA6N6K3Il+ZA1E=";
};
outputs = [