mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linuxPackages.ndiswrapper: updated to fix build on recent kernels
While the upstream commit says 4.18, it builds for 4.19 and 4.20.
This commit is contained in:
parent
8862d554c7
commit
d8cf1db93f
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ stdenv.mkDerivation {
|
|||
src = fetchFromGitHub {
|
||||
owner = "pgiri";
|
||||
repo = "ndiswrapper";
|
||||
rev = "f4d16afb29ab04408d02e38d4ea1148807778e21";
|
||||
sha256 = "0iaw0vhchmqf1yh14v4a6whnbg4sx1hag8a4hrsh4fzgw9fx0ij4";
|
||||
rev = "5e29f6a9d41df949b435066c173e3b1947f179d3";
|
||||
sha256 = "0sprrmxxkf170bmh1nz9xw00gs89dddr84djlf666bn5bhy6jffi";
|
||||
};
|
||||
|
||||
buildInputs = [ perl libelf ];
|
||||
|
|
Loading…
Reference in a new issue