File tree Expand file tree Collapse file tree 3 files changed +5
-211
lines changed
Expand file tree Collapse file tree 3 files changed +5
-211
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77python3 . pkgs . buildPythonPackage rec {
88 pyproject = true ;
99 pname = "mtkclient-git" ;
10- version = "2.0 .2-cf885a3 " ;
10+ version = "2.1 .2-094113b " ;
1111
1212 buildInputs = with pkgs ; [
1313 pkgs . keystone
@@ -34,19 +34,14 @@ python3.pkgs.buildPythonPackage rec {
3434 src = fetchFromGitHub {
3535 owner = "bkerler" ;
3636 repo = "mtkclient" ;
37- rev = "031957d948e1f6ac795c4d1572c37a15bcde192b " ;
38- hash = "sha256-Yx4/ZZDsXoAorysGpO2913+aq6OMwm7ITASGchOvD60 =" ;
37+ rev = "094113b8d328187a2dc0e0712dc12d4f5677d9af " ;
38+ hash = "sha256-mbfuOYJvwHfDvjTtAgMBLi7REIRRcJ9bhkY5oVjxCAM =" ;
3939 } ;
4040
41- patches = [
42- ./udev.patch
43- ./carbonara.patch
44- ] ;
45-
4641 postInstall = ''
4742 mkdir -p $out/etc/udev/rules.d
48- cp mtkclient /Setup/Linux/51-edl .rules $out/etc/udev/rules.d/52-edl .rules
49- cp $src/mtkclient/ Setup/Linux/50-android .rules $out/etc/udev/rules.d/50-android .rules
43+ cp $src /Setup/Linux/50-android .rules $out/etc/udev/rules.d/50-android .rules
44+ cp $src/Setup/Linux/51-edl .rules $out/etc/udev/rules.d/51-edl .rules
5045 '' ;
5146
5247 meta = {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments