Merge pull request #202108 from SuperSandro2000/lscolors

lscolors: 0.12.0 -> 0.13.0
This commit is contained in:
figsoda
2022-11-20 19:05:35 -05:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "lscolors";
version = "0.12.0";
version = "0.13.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-1tLI+M2hpXWsiO/x27ncs8zn8dBDx18AgsSbN/YE2Ic=";
sha256 = "sha256-rs/qv6zmSHy2FFiPSgGzxAV/r0SqK9vnfwnLj45WY4I=";
};
cargoSha256 = "sha256-4bFzFztaD9jV3GXpZwCowAhvszedM5ion5/h3D26EY8=";
cargoSha256 = "sha256-WDvflAb56l+UkrxeQQZrloxlaK/mZavT9sA+VOWDW5Q=";
# setid is not allowed in the sandbox
checkFlags = [ "--skip=tests::style_for_setid" ];