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

xcp: 0.20.4 -> 0.21.0
This commit is contained in:
Nick Cao 2024-06-23 09:18:03 -04:00 committed by GitHub
commit a16660789a
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.20.4";
version = "0.21.0";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
hash = "sha256-0ucm8XBxYwXvpVJN8If8BIToQGiBisKLZJYKuvaORto=";
hash = "sha256-RxEEbyM7wXteYteA4GmvXEraHhm+Kkr2UbYR8G0gO8c=";
};
# no such file or directory errors
doCheck = false;
cargoHash = "sha256-UdQUrIRos3TmebotdESvKH+90WVMJ0oTc43p+AT4xMI=";
cargoHash = "sha256-ruL1KP3a76DRg0RqpNYz0ZL0V2Ce4v3zt9B/tXyXQs0=";
meta = with lib; {
description = "Extended cp(1)";