Merge pull request #137965 from r-ryantm/auto-update/xcolor
xcolor: 0.5.0 -> 0.5.1
This commit is contained in:
commit
905bd57905
@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "xcolor";
|
pname = "xcolor";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Soft";
|
owner = "Soft";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0i04jwvjasrypnsfwdnvsvcygp8ckf1a5sxvjxaivy73cdvy34vk";
|
sha256 = "sha256-NfmoBZek4hsga6RflE5EKkWarhCFIcTwEXhg2fpkxNE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1r2s4iy5ls0svw5ww51m37jhrbvnj690ig6n9c60hzw1hl4krk30";
|
cargoSha256 = "sha256-Zh73+FJ63SkusSavCqSCLbHVnU++4ZFSMFUIM7TnOj0=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config python3 installShellFiles copyDesktopItems ];
|
nativeBuildInputs = [ pkg-config python3 installShellFiles copyDesktopItems ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user