skopeo: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-02-13 03:22:52 +00:00
parent 3c3abaa64d
commit f04dfa398d
+2 -2
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 = [