tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
lscolors: 0.8.1 -> 0.9.0
R. Ryantm
4 years ago
081ca28e
bb0bae46
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
lscolors
default.nix
+3
-3
pkgs/applications/misc/lscolors/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "lscolors";
5
5
-
version = "0.8.1";
5
5
+
version = "0.9.0";
6
6
7
7
src = fetchCrate {
8
8
inherit version pname;
9
9
-
sha256 = "sha256-74KNnERhyiZamVyS9yzDNVf33KMqDiSfPb5BCTKFuHA=";
9
9
+
sha256 = "sha256-8r1MTc6sSgHXuioagj7K4f6Kf4WYnnpie17tvzhz7+M=";
10
10
};
11
11
12
12
-
cargoSha256 = "sha256-mjGZ/q9BByndwfnFGk6k5KD9ctY0X0/oaEugiOJY8Ms=";
12
12
+
cargoSha256 = "sha256-GsrQKv34EWepq0ihRmINMkShl8nyGQ1Q2De+1Y53TUo=";
13
13
14
14
# setid is not allowed in the sandbox
15
15
checkFlags = [ "--skip=tests::style_for_setid" ];