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:30:38 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-09 15:30:38 -0800
commit088885d416ca7fe5ee9205b86e05325313b84215 (patch)
tree15118b87f11c77c82a154e4530b09150c6cfa86e /pkgs/development/tools/misc/usb-modeswitch
parent51ef7c3e497ec09d4bc6b67c7e47e61c308454aa (diff)
usb-modeswitch-data: 20170806 -> 20191128
Diffstat (limited to 'pkgs/development/tools/misc/usb-modeswitch')
-rw-r--r--pkgs/development/tools/misc/usb-modeswitch/data.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/usb-modeswitch/data.nix b/pkgs/development/tools/misc/usb-modeswitch/data.nix
index fb43ff61a81c5..d2b80011dea0c 100644
--- a/pkgs/development/tools/misc/usb-modeswitch/data.nix
+++ b/pkgs/development/tools/misc/usb-modeswitch/data.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "usb-modeswitch-data";
-  version = "20170806";
+  version = "20191128";
 
   src = fetchurl {
     url    = "http://www.draisberghof.de/usb_modeswitch/${pname}-${version}.tar.bz2";
-    sha256 = "0b1wari3aza6qjggqd0hk2zsh93k1q8scgmwh6f8wr0flpr3whff";
+    sha256 = "1ygahl3r26r38ai8yyblq9nhf3v5i6n6r6672p5wf88wg5h9n0rz";
   };
 
   inherit (usb-modeswitch) makeFlags;