about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/usb-modeswitch
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-09 15:27:53 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-09 15:27:53 -0800
commitf5d56c4053311b98d023d7bcc8a17947ee101a85 (patch)
treee81401c6d75c3873dc71f17b33ea5b9dd30afffe /pkgs/development/tools/misc/usb-modeswitch
parent51ef7c3e497ec09d4bc6b67c7e47e61c308454aa (diff)
usb-modeswitch: 2.5.2 -> 2.6.0
Diffstat (limited to 'pkgs/development/tools/misc/usb-modeswitch')
-rw-r--r--pkgs/development/tools/misc/usb-modeswitch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/usb-modeswitch/default.nix b/pkgs/development/tools/misc/usb-modeswitch/default.nix
index 7c119c9294312..a0e1b8eb8cebf 100644
--- a/pkgs/development/tools/misc/usb-modeswitch/default.nix
+++ b/pkgs/development/tools/misc/usb-modeswitch/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "usb-modeswitch";
-  version = "2.5.2";
+  version = "2.6.0";
 
   src = fetchurl {
     url    = "http://www.draisberghof.de/usb_modeswitch/${pname}-${version}.tar.bz2";
-    sha256 = "19ifi80g9ns5dmspchjvfj4ykxssq9yrci8m227dgb3yr04srzxb";
+    sha256 = "18wbbxc5cfsmikba0msdvd5qlaga27b32nhrzicyd9mdddp265f2";
   };
 
   makeFlags = [