mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
nvidiabl: 2017-09-26 -> 2020-10-01
Fixes build on linux >= 5.7
This commit is contained in:
parent
610a11f361
commit
f491c18c67
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nvidiabl-${version}-${kernel.version}";
|
||||
version = "2017-09-26";
|
||||
version = "2020-10-01";
|
||||
|
||||
# We use a fork which adds support for newer kernels -- upstream has been abandoned.
|
||||
src = fetchFromGitHub {
|
||||
owner = "yorickvP";
|
||||
repo = "nvidiabl";
|
||||
rev = "2d909f4dfceb24ce98479fd571411c6ec3b71bea";
|
||||
sha256 = "0dsar8fsaxwywjh6rbrxkhdp142vqjnsyxfz6bgpbqml6slpiqs1";
|
||||
rev = "9e21bdcb7efedf29450373a2e9ff2913d1b5e3ab";
|
||||
sha256 = "1z57gbnayjid2jv782rpfpp13qdchmbr1vr35g995jfnj624nlgy";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
|
Loading…
Reference in a new issue