Skip to content

Commit bd7439e

Browse files
committed
xcp: 0.9.3 -> 0.9.4
1 parent a36fdb5 commit bd7439e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/misc/xcp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "xcp";
5-
version = "0.9.3";
5+
version = "0.9.4";
66

77
src = fetchFromGitHub {
88
owner = "tarka";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-Gn6qTfQjHuQUcfaZN48qCI7u8E7PtJAZlyrPqyjop5U=";
11+
sha256 = "sha256-MvtMgdlMVMp2qWN+EbAKZwBwW0TA8aivlJY8KZm+7jM=";
1212
};
1313

1414
# no such file or directory errors
1515
doCheck = false;
1616

17-
cargoHash = "sha256-3vz92fHjLUMWVBpq71hxqqU0WiHdLbOst9vr8zbo6/U=";
17+
cargoHash = "sha256-vxfoJnyG0wWgkcZpQYiKkQaHl01VDuQ0kA26MXVCgY8=";
1818

1919
meta = with lib; {
2020
description = "An extended cp(1)";

0 commit comments

Comments
 (0)