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

xcp: 0.18.1 -> 0.20.4
This commit is contained in:
Weijia Wang 2024-03-07 10:55:43 +01:00 committed by GitHub
commit e4c37ca4dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.18.1";
version = "0.20.4";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uZnKrWD3a3TpdKplLxzCKacfpuoo3vrCZmFsePIxR18=";
hash = "sha256-0ucm8XBxYwXvpVJN8If8BIToQGiBisKLZJYKuvaORto=";
};
# no such file or directory errors
doCheck = false;
cargoHash = "sha256-QaLNc05fI6V/5hbSfOL+uKnjkyxDclAmULx45z9gigs=";
cargoHash = "sha256-UdQUrIRos3TmebotdESvKH+90WVMJ0oTc43p+AT4xMI=";
meta = with lib; {
description = "An extended cp(1)";