xcp: 0.23.0 -> 0.23.1

This commit is contained in:
R. Ryantm
2025-02-15 03:19:16 +00:00
parent 5553a77a0a
commit 6079ebac7e
+3 -3
View File
@@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
hash = "sha256-W9gSVZcL171ibcBBblQo1+baux78q+ZuGAOC7nAyQ20=";
hash = "sha256-LtIPuktZYl3JdudsiOtOumR7omF9u5Z4lR1+a2W4qiI=";
};
# no such file or directory errors
doCheck = false;
useFetchCargoVendor = true;
cargoHash = "sha256-X3zXCiMZAolPLjCKSKocc00t3/P2tS57a2+BWW3VaD0=";
cargoHash = "sha256-I1v4DDWflroZwp0vprWP0SXj2PnlCgQ5dusFykoT3zg=";
meta = with lib; {
description = "Extended cp(1)";