Merge pull request #245196 from SuperSandro2000/lscolors

This commit is contained in:
figsoda
2023-07-24 16:10:45 -04:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "lscolors";
version = "0.14.0";
version = "0.15.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-YVKs/1R//oKYBSSGnj6UMFo5zDp5O3QDDdkDKF4ICBk=";
sha256 = "sha256-C7aM9jlChRwPvYnBjLbV+sfbTHDVVi6evIR5PvT9jN4=";
};
cargoHash = "sha256-EJdjSFgvvwH5beW+aD1KT5G9bpW/8mdi+7c27KSkZjo=";
cargoHash = "sha256-93FAEhl0WFXRq1SaoLRNDd/fy7NyDbeRFgIqUWAssQE=";
# setid is not allowed in the sandbox
checkFlags = [ "--skip=tests::style_for_setid" ];