summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-03-18 12:19:56 +0800
committerGitHub <noreply@github.com>2018-03-18 12:19:56 +0800
commit453a60ed9556f4cbbd1d3868419abd0a6c35992b (patch)
tree92db74f6431484bf1258c2d98995acc8f3ae0f14
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
parent1744ff99fb9724795df473447aca1ca9153c0034 (diff)
downloadnixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar.gz
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar.bz2
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar.lz
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar.xz
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.tar.zst
nixlib-453a60ed9556f4cbbd1d3868419abd0a6c35992b.zip
Merge pull request #37243 from ryantm/auto-update/usb-modeswitch-data
usb-modeswitch-data: 20170205 -> 20170806
-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 0ad79005d91e..0fa854f9b2a1 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 {
   name = "usb-modeswitch-data-${version}";
-  version = "20170205";
+  version = "20170806";
 
   src = fetchurl {
     url    = "http://www.draisberghof.de/usb_modeswitch/${name}.tar.bz2";
-    sha256 = "1l9q4xk02zd0l50bqhyk906wbcs26ji7259q0f7qv3cj52fzvp72";
+    sha256 = "0b1wari3aza6qjggqd0hk2zsh93k1q8scgmwh6f8wr0flpr3whff";
   };
 
   inherit (usb-modeswitch) makeFlags;