Loading pkgs/tools/misc/xcp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { pname = "xcp"; version = "0.21.2"; version = "0.21.3"; src = fetchFromGitHub { owner = "tarka"; repo = pname; rev = "v${version}"; hash = "sha256-dcNnj8j6eItDoP2K33nBPC8kvB9DuHc4/LxsoKF9H/g="; hash = "sha256-psxA4YgrO1zg1hVL93opxxQ4VgjdmLP7KI2nkhEYmaE="; }; # no such file or directory errors doCheck = false; cargoHash = "sha256-CT3vo5ctgB6kVOGPjMI/tLCvdWvXEFdOWip5nH9fxfo="; cargoHash = "sha256-o29DesCKOtl4aQysFOVZUm2BghkFbxBOQi02KrUJRGM="; meta = with lib; { description = "Extended cp(1)"; Loading Loading
pkgs/tools/misc/xcp/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { pname = "xcp"; version = "0.21.2"; version = "0.21.3"; src = fetchFromGitHub { owner = "tarka"; repo = pname; rev = "v${version}"; hash = "sha256-dcNnj8j6eItDoP2K33nBPC8kvB9DuHc4/LxsoKF9H/g="; hash = "sha256-psxA4YgrO1zg1hVL93opxxQ4VgjdmLP7KI2nkhEYmaE="; }; # no such file or directory errors doCheck = false; cargoHash = "sha256-CT3vo5ctgB6kVOGPjMI/tLCvdWvXEFdOWip5nH9fxfo="; cargoHash = "sha256-o29DesCKOtl4aQysFOVZUm2BghkFbxBOQi02KrUJRGM="; meta = with lib; { description = "Extended cp(1)"; Loading