tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #44822: nvidia_x11: 390.67 -> 390.77
Vladimír Čunát
7 years ago
3d1331f4
1b2cc510
+5
-6
2 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
nvidia-x11
default.nix
generic.nix
+5
-5
pkgs/os-specific/linux/nvidia-x11/default.nix
···
17
rec {
18
# Policy: use the highest stable version as the default (on our master).
19
stable = generic {
20
-
version = "390.67";
21
-
sha256_32bit = "01c8fa80njyyr39c1pyf7ssmfq65ci8mapbs94fd6gnhwc7gfjkg";
22
-
sha256_64bit = "0np6xj93fali2hss8xsdlmy5ykjgn4hx6mzjr8dpbdi0fhdcmwkd";
23
-
settingsSha256 = "1wk4587czysnbj5yxijmv3bldcffzwp4yvfx133apsr31dqca0s7";
24
-
persistencedSha256 = "1zia1r97lyj6fbmvsw4hv5qfcj84x3sz971m4430d8qyks2c4sdw";
25
};
26
27
beta = stable; # not enough interest to maintain beta ATM
···
17
rec {
18
# Policy: use the highest stable version as the default (on our master).
19
stable = generic {
20
+
version = "390.77";
21
+
sha256_32bit = "1yd313ghh2qbn07d5wbkshfwgkm4mh49vcqkydds3b3xk0mx4i8l";
22
+
sha256_64bit = "10kjccrkdn360035lh985cadhwy6lk9xrw3wlmww2wqfaa25f775";
23
+
settingsSha256 = "1wvxldpjkrx0ldjm5l6ycm6paxpcw89h0n6hfkznfkahkq7fwxdj";
24
+
persistencedSha256 = "1gklmc0v17m018cwpdlzwdyd45y4sjvjhj8a3l44baygix5zn30f";
25
};
26
27
beta = stable; # not enough interest to maintain beta ATM
-1
pkgs/os-specific/linux/nvidia-x11/generic.nix
···
84
platforms = [ "i686-linux" "x86_64-linux" ];
85
maintainers = [ maintainers.vcunat ];
86
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
87
-
broken = stdenv.lib.versionAtLeast kernel.version "4.18";
88
};
89
};
90
···
84
platforms = [ "i686-linux" "x86_64-linux" ];
85
maintainers = [ maintainers.vcunat ];
86
priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so"
0
87
};
88
};
89