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:
Samuel Dionne-Riel 2018-12-25 14:38:35 -05:00 committed by Domen Kožar
parent 8862d554c7
commit d8cf1db93f

View file

@ -34,8 +34,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "pgiri";
repo = "ndiswrapper";
rev = "f4d16afb29ab04408d02e38d4ea1148807778e21";
sha256 = "0iaw0vhchmqf1yh14v4a6whnbg4sx1hag8a4hrsh4fzgw9fx0ij4";
rev = "5e29f6a9d41df949b435066c173e3b1947f179d3";
sha256 = "0sprrmxxkf170bmh1nz9xw00gs89dddr84djlf666bn5bhy6jffi";
};
buildInputs = [ perl libelf ];