about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ndiswrapper/default.nix
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-19 11:16:24 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-19 11:16:24 +0000
commit313a029f160e919a68e7c9705e631daf29d341b7 (patch)
tree3291ae38e4ff296e14d1af6b935c443e31cf4469 /pkgs/os-specific/linux/ndiswrapper/default.nix
parentcdece697738e65c95183ae248fd4ef2e9ed4b439 (diff)
parent668a5052142eab0b67a54160c9d299db78a2ce5d (diff)
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32396
Diffstat (limited to 'pkgs/os-specific/linux/ndiswrapper/default.nix')
-rw-r--r--pkgs/os-specific/linux/ndiswrapper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ndiswrapper/default.nix b/pkgs/os-specific/linux/ndiswrapper/default.nix
index 75ff3fba3c6af..c41649e0285bb 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.56-stable";
+  name = "ndiswrapper-1.56-${kernel.version}";
 
   # need at least .config and include 
   inherit kernel;