xcp: 0.21.1 -> 0.21.2

This commit is contained in:
R. Ryantm 2024-07-05 12:33:44 +00:00
parent 381a94c16d
commit 4b3fc7331f

View File

@ -2,19 +2,19 @@
rustPlatform.buildRustPackage rec {
pname = "xcp";
version = "0.21.1";
version = "0.21.2";
src = fetchFromGitHub {
owner = "tarka";
repo = pname;
rev = "v${version}";
hash = "sha256-5d0jI2augBYHKM1H8QXDeBJeG3VoNBdfykU5I4E5xu8=";
hash = "sha256-dcNnj8j6eItDoP2K33nBPC8kvB9DuHc4/LxsoKF9H/g=";
};
# no such file or directory errors
doCheck = false;
cargoHash = "sha256-jS4OebCHcg7GG033LairvjXdswKaJI9kg8ycOQmXSME=";
cargoHash = "sha256-CT3vo5ctgB6kVOGPjMI/tLCvdWvXEFdOWip5nH9fxfo=";
meta = with lib; {
description = "Extended cp(1)";