Skip to content

Commit

Permalink
xcp: 0.21.2 -> 0.21.3 (NixOS#339052)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents 21d0a2c + 7b34f67 commit b75c480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/xcp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down

0 comments on commit b75c480

Please sign in to comment.