mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
android-udev-rules: 20150301 -> 20150821
This commit is contained in:
parent
6d6eb1913a
commit
5986ec0923
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchgit }:
|
{ stdenv, fetchgit }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "android-udev-rules-20150301";
|
name = "android-udev-rules-20150821";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/M0Rf30/android-udev-rules";
|
url = "https://github.com/M0Rf30/android-udev-rules";
|
||||||
rev = "2cc51a456ccfbca338c4e6b76211645aaac631e9";
|
rev = "07ccded2a89c2bb6da984e596c015c5e9546e497";
|
||||||
sha256 = "dbf1614cebb466d1adbcc5f17cefc0c37f148f9e3b46443b3e82f6cd19a1514f";
|
sha256 = "953fc10bd0de46afef999dc1c1b20801b3d6e289af48d18fa96b1cac3ac54518";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue