Merge pull request #115369 from lourkeur/hammer-114876
android-udev-rules: 20201003 -> 20210302
This commit is contained in:
commit
1d80a52b4c
@ -6,24 +6,26 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "android-udev-rules";
|
pname = "android-udev-rules";
|
||||||
version = "20201003";
|
version = "20210302";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "M0Rf30";
|
owner = "M0Rf30";
|
||||||
repo = "android-udev-rules";
|
repo = "android-udev-rules";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "07s5fdjbk5q4km6gz9759ngdavrqdgbnkd2b7z9z5lqw1q0b2422";
|
sha256 = "sha256-yIVHcaQAr2gKH/NZeN+vRmGS8OgyNeRsZkCYyqjsSsI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
install -D 51-android.rules $out/lib/udev/rules.d/51-android.rules
|
install -D 51-android.rules $out/lib/udev/rules.d/51-android.rules
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with 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.gpl3Plus;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user