We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36fdb5 commit bd7439eCopy full SHA for bd7439e
1 file changed
pkgs/tools/misc/xcp/default.nix
@@ -2,19 +2,19 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "xcp";
5
- version = "0.9.3";
+ version = "0.9.4";
6
7
src = fetchFromGitHub {
8
owner = "tarka";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "sha256-Gn6qTfQjHuQUcfaZN48qCI7u8E7PtJAZlyrPqyjop5U=";
+ sha256 = "sha256-MvtMgdlMVMp2qWN+EbAKZwBwW0TA8aivlJY8KZm+7jM=";
12
};
13
14
# no such file or directory errors
15
doCheck = false;
16
17
- cargoHash = "sha256-3vz92fHjLUMWVBpq71hxqqU0WiHdLbOst9vr8zbo6/U=";
+ cargoHash = "sha256-vxfoJnyG0wWgkcZpQYiKkQaHl01VDuQ0kA26MXVCgY8=";
18
19
meta = with lib; {
20
description = "An extended cp(1)";
0 commit comments