Updating to version 1.56 since 1.53 wouldn't compile
svn path=/nixpkgs/trunk/; revision=27495
This commit is contained in:
parent
9055a9b803
commit
a358fe22d2
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, kernel, perl }:
|
{ stdenv, fetchurl, kernel, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ndiswrapper-1.53-stable";
|
name = "ndiswrapper-1.56-stable";
|
||||||
|
|
||||||
# need at least .config and include
|
# need at least .config and include
|
||||||
inherit kernel;
|
inherit kernel;
|
||||||
@ -23,8 +23,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# should we use unstable?
|
# should we use unstable?
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.53.tar.gz;
|
url = http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.56.tar.gz;
|
||||||
sha256 = "00622nxa3q9n8v7qdz274d0nzz9r13lx77xi27s5bnk0mkila03q";
|
sha256 = "10yqg1a08v6z1qm1qr1v4rbhl35c90gzrazapr09vp372hky8f57";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ kernel perl ];
|
buildInputs = [ kernel perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user