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

xcp: 0.10.0 -> 0.10.2
This commit is contained in:
Nick Cao 2023-08-26 13:48:41 +08:00 committed by GitHub
commit 82e0fc7a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DrB7eVo7nFsp2jGVygbBvj7zOztJ8jDkLODRFfxXhjY=";
sha256 = "sha256-XFLkz6beTSto+iFjqKCLyXssXL+OccM3MNI4ldgbsqI=";
};
# no such file or directory errors
doCheck = false;
cargoHash = "sha256-O16aY+s27LBMcbefz4ug5+EuGAAiNsD7D0nv5KPg+Us=";
cargoHash = "sha256-Bf9OjViNuE6keCmDQDlqSVterKdcgWaH031CyzviApA=";
meta = with lib; {
description = "An extended cp(1)";