Skip to content

Commit

Permalink
Merge pull request #220122 from r-ryantm/auto-update/xcp
Browse files Browse the repository at this point in the history
xcp: 0.9.3 -> 0.9.4
  • Loading branch information
marsam committed Mar 9, 2023
2 parents 7240dcd + bd7439e commit e652182
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.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Gn6qTfQjHuQUcfaZN48qCI7u8E7PtJAZlyrPqyjop5U=";
sha256 = "sha256-MvtMgdlMVMp2qWN+EbAKZwBwW0TA8aivlJY8KZm+7jM=";
};

# no such file or directory errors
doCheck = false;

cargoHash = "sha256-3vz92fHjLUMWVBpq71hxqqU0WiHdLbOst9vr8zbo6/U=";
cargoHash = "sha256-vxfoJnyG0wWgkcZpQYiKkQaHl01VDuQ0kA26MXVCgY8=";

meta = with lib; {
description = "An extended cp(1)";
Expand Down

0 comments on commit e652182

Please sign in to comment.