skopeo: 1.17.0 -> 1.18.0 (#381640)

This commit is contained in:
lewo 2025-02-13 09:47:43 +01:00 committed by GitHub
commit af461ffe37
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.17.0";
version = "1.18.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-IoYeCGiGOjz+8HPzYPXUWsHADtrWHvJm9YhKeMJJf0k=";
hash = "sha256-Ws01dYx2Jq/zB8rWiWSnV4ZgcxyBWHWvE3DfG7gvFOc=";
};
outputs = [