tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
android-udev-rules: 20151108 -> 20151209
Nikolay Amiantov
10 years ago
957b09d6
1774cee9
+7
-6
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
android-udev-rules
default.nix
+7
-6
pkgs/os-specific/linux/android-udev-rules/default.nix
···
1
1
-
{ stdenv, fetchgit }:
1
1
+
{ stdenv, fetchFromGitHub }:
2
2
3
3
stdenv.mkDerivation {
4
4
-
name = "android-udev-rules-20151108";
4
4
+
name = "android-udev-rules-20151209";
5
5
6
6
-
src = fetchgit {
7
7
-
url = "https://github.com/M0Rf30/android-udev-rules";
8
8
-
rev = "3d21377820694cf8412e1fd09be5caaad3a5eef8";
9
9
-
sha256 = "2f90bc5822144df916d11ff5312c3179f1b905a7b003aa86056aa24ba433c99b";
6
6
+
src = fetchFromGitHub {
7
7
+
owner = "M0Rf30";
8
8
+
repo = "android-udev-rules";
9
9
+
rev = "b22717d2337f991787ab687f6d0258207c6ad288";
10
10
+
sha256 = "1z03nlqj68bxs163jmn66j3n0ywwar5bihpsz5ag8ak3nn2d3fp2";
10
11
};
11
12
12
13
installPhase = ''