Merge pull request #137965 from r-ryantm/auto-update/xcolor

xcolor: 0.5.0 -> 0.5.1
This commit is contained in:
Bobby Rong 2021-09-15 14:26:21 +08:00 committed by GitHub
commit 905bd57905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
pname = "xcolor";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "Soft";
repo = pname;
rev = version;
sha256 = "0i04jwvjasrypnsfwdnvsvcygp8ckf1a5sxvjxaivy73cdvy34vk";
sha256 = "sha256-NfmoBZek4hsga6RflE5EKkWarhCFIcTwEXhg2fpkxNE=";
};
cargoSha256 = "1r2s4iy5ls0svw5ww51m37jhrbvnj690ig6n9c60hzw1hl4krk30";
cargoSha256 = "sha256-Zh73+FJ63SkusSavCqSCLbHVnU++4ZFSMFUIM7TnOj0=";
nativeBuildInputs = [ pkg-config python3 installShellFiles copyDesktopItems ];