summary refs log tree commit diff
path: root/pkgs/os-specific/linux/android-udev-rules/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-08-13 03:17:18 +0300
committerNikolay Amiantov <ab@fmap.me>2016-08-14 22:37:10 +0300
commitb30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec (patch)
treee20fb97cae183b7d0f2e001adee9f099e23ea98d /pkgs/os-specific/linux/android-udev-rules/default.nix
parent526a8acb5797beb857e2eebfc319e68bff2914bd (diff)
downloadnixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar.gz
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar.bz2
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar.lz
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar.xz
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.tar.zst
nixpkgs-b30f4e5e4f2c4c3e89d84312f9eba3dd6bb87aec.zip
android-udev-rules: 2016-04-26 -> 20160805
Diffstat (limited to 'pkgs/os-specific/linux/android-udev-rules/default.nix')
-rw-r--r--pkgs/os-specific/linux/android-udev-rules/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/android-udev-rules/default.nix b/pkgs/os-specific/linux/android-udev-rules/default.nix
index be2b8026817..677eb890a5b 100644
--- a/pkgs/os-specific/linux/android-udev-rules/default.nix
+++ b/pkgs/os-specific/linux/android-udev-rules/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "android-udev-rules-${version}";
-  version = "2016-04-26";
+  version = "20160805";
 
   src = fetchFromGitHub {
     owner = "M0Rf30";
     repo = "android-udev-rules";
-    rev = "9af6e552016392db35191142b599a5199cf8a9fa";
-    sha256 = "1lvh7md6qz91q8jy9phnfxlb19s104lvsk75a5r07d8bjc4w9pxb";
+    rev = version;
+    sha256 = "0sdf3insqs73cdzmwl3lqy7nj82f1lprxd3vm0jh3qpf0sd1k93c";
   };
 
   installPhase = ''
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/M0Rf30/android-udev-rules;
+    homepage = "https://github.com/M0Rf30/android-udev-rules";
     description = "Android udev rules list aimed to be the most comprehensive on the net";
     platforms = platforms.linux;
     license = licenses.gpl3;