Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lscolors: 0.8.1 -> 0.9.0

+3 -3
+3 -3
pkgs/applications/misc/lscolors/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "lscolors"; 5 - version = "0.8.1"; 5 + version = "0.9.0"; 6 6 7 7 src = fetchCrate { 8 8 inherit version pname; 9 - sha256 = "sha256-74KNnERhyiZamVyS9yzDNVf33KMqDiSfPb5BCTKFuHA="; 9 + sha256 = "sha256-8r1MTc6sSgHXuioagj7K4f6Kf4WYnnpie17tvzhz7+M="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-mjGZ/q9BByndwfnFGk6k5KD9ctY0X0/oaEugiOJY8Ms="; 12 + cargoSha256 = "sha256-GsrQKv34EWepq0ihRmINMkShl8nyGQ1Q2De+1Y53TUo="; 13 13 14 14 # setid is not allowed in the sandbox 15 15 checkFlags = [ "--skip=tests::style_for_setid" ];