Unverified Commit 7da50a95 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #202108 from SuperSandro2000/lscolors

lscolors: 0.12.0 -> 0.13.0
parents f108b4d3 df7a332c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];