From a358fe22d2100fef4b991bd6b7b973679d94ae94 Mon Sep 17 00:00:00 2001 From: Cillian de Roiste Date: Sun, 19 Jun 2011 12:29:41 +0000 Subject: [PATCH] Updating to version 1.56 since 1.53 wouldn't compile svn path=/nixpkgs/trunk/; revision=27495 --- pkgs/os-specific/linux/ndiswrapper/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/ndiswrapper/default.nix b/pkgs/os-specific/linux/ndiswrapper/default.nix index c36f29ca6c7f..75ff3fba3c6a 100644 --- a/pkgs/os-specific/linux/ndiswrapper/default.nix +++ b/pkgs/os-specific/linux/ndiswrapper/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, kernel, perl }: stdenv.mkDerivation { - name = "ndiswrapper-1.53-stable"; + name = "ndiswrapper-1.56-stable"; # need at least .config and include inherit kernel; @@ -23,8 +23,8 @@ stdenv.mkDerivation { # should we use unstable? src = fetchurl { - url = http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.53.tar.gz; - sha256 = "00622nxa3q9n8v7qdz274d0nzz9r13lx77xi27s5bnk0mkila03q"; + url = http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.56.tar.gz; + sha256 = "10yqg1a08v6z1qm1qr1v4rbhl35c90gzrazapr09vp372hky8f57"; }; buildInputs = [ kernel perl ];