xcp: 0.23.1 -> 0.24.0

This commit is contained in:
R. Ryantm
2025-04-01 02:25:40 +00:00
parent 4a8e787879
commit 03b4cfda66
+3 -3
View File
@@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.23.1";
version = "0.24.0";
src = fetchFromGitHub {
owner = "tarka";
repo = "xcp";
rev = "v${version}";
hash = "sha256-LtIPuktZYl3JdudsiOtOumR7omF9u5Z4lR1+a2W4qiI=";
hash = "sha256-tAECD3gNx6RDzEJhGt2nrykxHfh4S1qJKt9yNdZpuGs=";
};
# no such file or directory errors
doCheck = false;
useFetchCargoVendor = true;
cargoHash = "sha256-I1v4DDWflroZwp0vprWP0SXj2PnlCgQ5dusFykoT3zg=";
cargoHash = "sha256-plWq+p6NqOjonkdsGAL7hHBwVzFtkkgTNWNKEOBNZeU=";
meta = with lib; {
description = "Extended cp(1)";