Merge pull request #185964 from r-ryantm/auto-update/lscolors

This commit is contained in:
Sandro 2022-08-11 20:54:23 +02:00 committed by GitHub
commit 324a3f704d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "lscolors";
version = "0.11.1";
version = "0.12.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-RU5DhrfB4XlrI4fHUw0/88Ib6H6xvDlRwUNPPwgVKE0=";
sha256 = "sha256-1tLI+M2hpXWsiO/x27ncs8zn8dBDx18AgsSbN/YE2Ic=";
};
cargoSha256 = "sha256-COWvR7B9tXGuPaD311bFzuoqkISDlIOD6GDQdFa6wT4=";
cargoSha256 = "sha256-4bFzFztaD9jV3GXpZwCowAhvszedM5ion5/h3D26EY8=";
# setid is not allowed in the sandbox
checkFlags = [ "--skip=tests::style_for_setid" ];