Skip to content

Commit be53bf3

Browse files
committed
Update mtkclient-git to 2.1.2
1 parent 5e9b1c1 commit be53bf3

File tree

3 files changed

+5
-211
lines changed

3 files changed

+5
-211
lines changed

pkgs/mtkclient-git/carbonara.patch

Lines changed: 0 additions & 176 deletions
This file was deleted.

pkgs/mtkclient-git/default.nix

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
python3.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 = {

pkgs/mtkclient-git/udev.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)