lscolors: 0.20.0 -> 0.21.0

This commit is contained in:
R. Ryantm
2025-10-20 00:28:21 +00:00
parent 2148f2908a
commit e407efec4b
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "lscolors";
version = "0.20.0";
version = "0.21.0";
src = fetchCrate {
inherit version pname;
hash = "sha256-EUUPVSpHc9tN1Hi7917hJ2psTZq5nnGw6PBeApvlVtw=";
hash = "sha256-75RE72Vy4HRRjwa7qOybnUAzxxhBUKSlKfrLrm6Ish8=";
};
cargoHash = "sha256-WsbzlL+RbR8Hnrsbgr7gFpBlo3RBKcNYPbOsZWygyrI=";
cargoHash = "sha256-a8G9snl6TrH90HvlfhDY/U8BuSoD7Fqn7BJSsRvEQ18=";
buildFeatures = [ "nu-ansi-term" ];