android-udev-rules: 2016-04-26 -> 20160805

This commit is contained in:
Nikolay Amiantov 2016-08-13 03:17:18 +03:00
parent 526a8acb57
commit b30f4e5e4f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "android-udev-rules-${version}"; name = "android-udev-rules-${version}";
version = "2016-04-26"; version = "20160805";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "M0Rf30"; owner = "M0Rf30";
repo = "android-udev-rules"; repo = "android-udev-rules";
rev = "9af6e552016392db35191142b599a5199cf8a9fa"; rev = version;
sha256 = "1lvh7md6qz91q8jy9phnfxlb19s104lvsk75a5r07d8bjc4w9pxb"; sha256 = "0sdf3insqs73cdzmwl3lqy7nj82f1lprxd3vm0jh3qpf0sd1k93c";
}; };
installPhase = '' installPhase = ''
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { 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"; description = "Android udev rules list aimed to be the most comprehensive on the net";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;