summary refs log tree commit diff
path: root/pkgs/os-specific/linux/android-udev-rules
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-06 12:11:14 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-03-06 13:53:01 +0100
commitb4f5bce607a6f2df197b69c5384e781846a82ffa (patch)
treecc90b41a4e1d888e187e10dc8557133399fc6c6e /pkgs/os-specific/linux/android-udev-rules
parent4487a993b29a35b5b0895f818a50f09092f361a0 (diff)
downloadnixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar.gz
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar.bz2
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar.lz
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar.xz
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.tar.zst
nixpkgs-b4f5bce607a6f2df197b69c5384e781846a82ffa.zip
android-udev-rules: 20170208 -> 20170305
Diffstat (limited to 'pkgs/os-specific/linux/android-udev-rules')
-rw-r--r--pkgs/os-specific/linux/android-udev-rules/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/android-udev-rules/default.nix b/pkgs/os-specific/linux/android-udev-rules/default.nix
index 0d62f99e1e7..08c729baaaf 100644
--- a/pkgs/os-specific/linux/android-udev-rules/default.nix
+++ b/pkgs/os-specific/linux/android-udev-rules/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   name = "android-udev-rules-${version}";
-  version = "20170208";
+  version = "20170305";
 
   src = fetchFromGitHub {
     owner = "M0Rf30";
     repo = "android-udev-rules";
     rev = version;
-    sha256 = "0bqwb2xwwihyj8sw084qpyi8d4xx9sn7jlza6hfc57qnj4dha76w";
+    sha256 = "0di64pqs0snbfmncbarvyb9dr3bpv203pqxn5h5i39400jvqwyb6";
   };
 
   installPhase = ''