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
commit 7da50a95bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lscolors"; pname = "lscolors";
version = "0.12.0"; version = "0.13.0";
src = fetchCrate { src = fetchCrate {
inherit version pname; 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 # setid is not allowed in the sandbox
checkFlags = [ "--skip=tests::style_for_setid" ]; checkFlags = [ "--skip=tests::style_for_setid" ];