Skip to content

Commit

Permalink
nvidia-x11: fix linux 4.10 patch URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lheckemann authored and Cray Elliott committed May 12, 2017
1 parent 995d41c commit 89ce836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/nvidia-x11/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 89ce836

Please sign in to comment.