mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nvidia-x11: fix linux 4.10 patch URL
This commit is contained in:
parent
995d41c091
commit
89ce83688c
@ -59,7 +59,8 @@ let
|
||||
]
|
||||
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&id=0aac90023677e08838c75a1d7429d5c64e2093ae;
|
||||
sha256 = "0zhpx3baq2pca2pmz1af5cp2nzjxjx0j9w5xrdy204mnv3v2708z";
|
||||
}) ]
|
||||
else null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user