Merge pull request #276624 from r-ryantm/auto-update/xcp

xcp: 0.12.1 -> 0.16.0
This commit is contained in:
Weijia Wang
2024-01-03 19:19:20 +01:00
committed by GitHub
+3 -3
View File
@@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.12.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
sha256 = "sha256-P+KrqimZwbUVNAD5P+coBDSjqNnq18g/wSlhT8tWrkA=";
sha256 = "sha256-JntFXpB72vZJHkyawFruLhz9rnR1fp+hoXEljzeV0Xo=";
};
# no such file or directory errors
doCheck = false;
cargoHash = "sha256-ULHS2uOFh8y011qs51zQQUkq7drqD5TlQkMLAaJsFx8=";
cargoHash = "sha256-IUJbatLE97qtUnm/Ho6SS+yL7LRd7oEGiSsZF36Qe5I=";
meta = with lib; {
description = "An extended cp(1)";