skopeo: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm 2024-11-14 06:31:14 +00:00
parent d41262f5e1
commit 51928bb6e0

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.16.1";
version = "1.17.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-RsFfShru4ujB+x0hju8Xju43JJk/+PAevIPjjDC5YbQ=";
hash = "sha256-IoYeCGiGOjz+8HPzYPXUWsHADtrWHvJm9YhKeMJJf0k=";
};
outputs = [ "out" "man" ];