xcp: 0.9.4 -> 0.10.0
This commit is contained in:
parent
4a19e9f705
commit
9370753236
1 changed files with 3 additions and 3 deletions
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "xcp";
|
pname = "xcp";
|
||||||
version = "0.9.4";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tarka";
|
owner = "tarka";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-MvtMgdlMVMp2qWN+EbAKZwBwW0TA8aivlJY8KZm+7jM=";
|
sha256 = "sha256-DrB7eVo7nFsp2jGVygbBvj7zOztJ8jDkLODRFfxXhjY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# no such file or directory errors
|
# no such file or directory errors
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
cargoHash = "sha256-vxfoJnyG0wWgkcZpQYiKkQaHl01VDuQ0kA26MXVCgY8=";
|
cargoHash = "sha256-O16aY+s27LBMcbefz4ug5+EuGAAiNsD7D0nv5KPg+Us=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An extended cp(1)";
|
description = "An extended cp(1)";
|
||||||
|
|
Loading…
Reference in a new issue