android-udev-rules: 20151108 -> 20151209

This commit is contained in:
Nikolay Amiantov 2016-01-13 20:01:29 +03:00
parent 1774cee91a
commit 957b09d61a

@ -1,12 +1,13 @@
{ stdenv, fetchgit }:
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "android-udev-rules-20151108";
name = "android-udev-rules-20151209";
src = fetchgit {
url = "https://github.com/M0Rf30/android-udev-rules";
rev = "3d21377820694cf8412e1fd09be5caaad3a5eef8";
sha256 = "2f90bc5822144df916d11ff5312c3179f1b905a7b003aa86056aa24ba433c99b";
src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = "b22717d2337f991787ab687f6d0258207c6ad288";
sha256 = "1z03nlqj68bxs163jmn66j3n0ywwar5bihpsz5ag8ak3nn2d3fp2";
};
installPhase = ''