lscolors: 0.15.0 -> 0.16.0

Diff: https://diff.rs/lscolors/0.15.0/0.16.0

Changelog: https://github.com/sharkdp/lscolors/releases/tag/v0.16.0
This commit is contained in:
Sandro Jäckel 2023-12-01 01:50:51 +01:00
parent 0f58b779ca
commit 6b60e11e69
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "lscolors";
version = "0.15.0";
version = "0.16.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-C7aM9jlChRwPvYnBjLbV+sfbTHDVVi6evIR5PvT9jN4=";
hash = "sha256-gLtQIqdU6syTo+Z+P59kIpwEtiGCr/DOom9+jA8Uq98=";
};
cargoHash = "sha256-93FAEhl0WFXRq1SaoLRNDd/fy7NyDbeRFgIqUWAssQE=";
cargoHash = "sha256-OA9iYGwKElvRaKoyelH9w5ZphoLKrbk8VXwZ2NyLLQY=";
buildFeatures = [ "nu-ansi-term" ];