nvidia stable: 375.39 -> 375.66
This commit is contained in:
parent
ed5cb73118
commit
995d41c091
|
@ -6,11 +6,11 @@ in
|
||||||
{
|
{
|
||||||
# Policy: use the highest stable version as the default (on our master).
|
# Policy: use the highest stable version as the default (on our master).
|
||||||
stable = generic {
|
stable = generic {
|
||||||
version = "375.39";
|
version = "375.66";
|
||||||
sha256_32bit = "0mlly5n84640xa2mcdqqg44s42ck6g3lj5skf7gmfp2w5ibzccvz";
|
sha256_32bit = "0k7ib5ah3c2apzgzxlq75l48zm8901mbwj7slv18k3rhk8j0w8i9";
|
||||||
sha256_64bit = "19w5v81f770rqjrvdwz11k015zli2y8f4x10ydqxcy0nhhh5mgli";
|
sha256_64bit = "1h01s8brpz42jwc24dsflm4psd3zsy26ds98h0adgwx51dbpzqsr";
|
||||||
settingsSha256 = "0f881q4jzliqzqi1p5lzwz86h829m5g74zdj7nlfi1cc6s45g5p5";
|
settingsSha256 = "0bpdayyqw4cpgl7bgddfz6w5j8y3wsgr89p5vxnzgk9g0vgqxh5h";
|
||||||
persistencedSha256 = "0zj6wdcgg2ljhvsssfsqz9wk28ykmsh4gwmis31q3rsrkq668x33";
|
persistencedSha256 = "113rllf9l26z546jjfijpxllp17qcpawblzxvsqc6rbzbkmvcdwi";
|
||||||
};
|
};
|
||||||
|
|
||||||
beta = generic {
|
beta = generic {
|
||||||
|
|
|
@ -57,9 +57,11 @@ let
|
||||||
# with datestamps removed
|
# with datestamps removed
|
||||||
./fs52243.patch
|
./fs52243.patch
|
||||||
]
|
]
|
||||||
else [ (fetchurl {
|
else if versionOlder version "375.66"
|
||||||
|
then [ (fetchurl {
|
||||||
url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel_4.10.patch?h=packages/nvidia; sha256 = "0zhpx3baq2pca2pmz1af5cp2nzjxjx0j9w5xrdy204mnv3v2708z";
|
url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/kernel_4.10.patch?h=packages/nvidia; sha256 = "0zhpx3baq2pca2pmz1af5cp2nzjxjx0j9w5xrdy204mnv3v2708z";
|
||||||
}) ];
|
}) ]
|
||||||
|
else null;
|
||||||
|
|
||||||
inherit version useGLVND useProfiles;
|
inherit version useGLVND useProfiles;
|
||||||
inherit (stdenv) system;
|
inherit (stdenv) system;
|
||||||
|
|
Loading…
Reference in New Issue