Loading pkgs/development/tools/skopeo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ buildGoModule rec { pname = "skopeo"; version = "1.16.0"; version = "1.16.1"; src = fetchFromGitHub { rev = "v${version}"; owner = "containers"; repo = "skopeo"; hash = "sha256-M9BRsW3mNIRAr+yXSmoPNNoEY/XrCFNt+m2PtTuJUO4="; hash = "sha256-RsFfShru4ujB+x0hju8Xju43JJk/+PAevIPjjDC5YbQ="; }; outputs = [ "out" "man" ]; Loading Loading
pkgs/development/tools/skopeo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,13 +18,13 @@ buildGoModule rec { pname = "skopeo"; version = "1.16.0"; version = "1.16.1"; src = fetchFromGitHub { rev = "v${version}"; owner = "containers"; repo = "skopeo"; hash = "sha256-M9BRsW3mNIRAr+yXSmoPNNoEY/XrCFNt+m2PtTuJUO4="; hash = "sha256-RsFfShru4ujB+x0hju8Xju43JJk/+PAevIPjjDC5YbQ="; }; outputs = [ "out" "man" ]; Loading