about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 12:27:18 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 12:27:18 +0000
commitf431b2ac38d060da93042dcc85744115463f5a37 (patch)
treea6023b023116d6dc8597b381af60ad01170c7157 /pkgs
parent57f647c255452e86421342169127854a4b7d3822 (diff)
Fixing a Marc's url that pointed to his local filesystem.
There are still things to improve in that package (description?)
I'm trying to get hydra evaluate nixpkgs.

svn path=/nixpkgs/trunk/; revision=21163
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/usb-modeswitch/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/development/tools/misc/usb-modeswitch/default.nix b/pkgs/development/tools/misc/usb-modeswitch/default.nix
index c93756ffa25f2..7d4380656e326 100644
--- a/pkgs/development/tools/misc/usb-modeswitch/default.nix
+++ b/pkgs/development/tools/misc/usb-modeswitch/default.nix
@@ -2,15 +2,13 @@ args: with args;
 
 stdenv.mkDerivation {
 
-  name = "usb-modeswitch-1.1.1";
+  name = "usb-modeswitch-1.1.2";
 
-  src = /tmp/marc/usb-modeswitch-1.1.1.tar.bz2;
-    /*
+  src =
     fetchurl {
-    url = 
-    sha256 = "0f7da588yvb1d3l3gk5m0hrqlhg8m4gw93aip3dwkmnawz9r0qca";
+    url = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-1.1.2.tar.bz2";
+    sha256 = "1wzhd0r49nh5y43qrvsi3c7a29206zwd6v8xlpb8dqm40xg3j9nz";
   };
-  */
 
   # make clean: we always build from source. It should be necessary on x86_64 only
   preConfigure = ''