From d8cf1db93f24d1159dee9a419e9767b3ec563ddd Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 25 Dec 2018 14:38:35 -0500 Subject: linuxPackages.ndiswrapper: updated to fix build on recent kernels While the upstream commit says 4.18, it builds for 4.19 and 4.20. --- pkgs/os-specific/linux/ndiswrapper/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux/ndiswrapper') diff --git a/pkgs/os-specific/linux/ndiswrapper/default.nix b/pkgs/os-specific/linux/ndiswrapper/default.nix index fc9e6ab00dd..bdb52c0c091 100644 --- a/pkgs/os-specific/linux/ndiswrapper/default.nix +++ b/pkgs/os-specific/linux/ndiswrapper/default.nix @@ -34,8 +34,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "pgiri"; repo = "ndiswrapper"; - rev = "f4d16afb29ab04408d02e38d4ea1148807778e21"; - sha256 = "0iaw0vhchmqf1yh14v4a6whnbg4sx1hag8a4hrsh4fzgw9fx0ij4"; + rev = "5e29f6a9d41df949b435066c173e3b1947f179d3"; + sha256 = "0sprrmxxkf170bmh1nz9xw00gs89dddr84djlf666bn5bhy6jffi"; }; buildInputs = [ perl libelf ]; -- cgit 1.4.1