mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
spytrap-adb: 0.3.3 -> 0.3.4
This commit is contained in:
parent
e607ef1af0
commit
7486be3b3f
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "spytrap-adb";
|
pname = "spytrap-adb";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spytrap-org";
|
owner = "spytrap-org";
|
||||||
repo = "spytrap-adb";
|
repo = "spytrap-adb";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-CL+MxSzHpOq2MXmsaa9sipQZ06Kkzy4r1eFjUrPSj1E=";
|
hash = "sha256-Yqa+JmqYCmy9ehxmRebPNlU5U2RPHtnHDHiqSg8EvAo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-vVDMfst7Uh5q92SYTV9CQdZRoi8ZfjKlqDcQm+YfrjE=";
|
cargoHash = "sha256-hXDxo0b2nJbPyo99Qc39LM0P41SDbyfadHLIRrbQdj0=";
|
||||||
|
|
||||||
env.SPYTRAP_ADB_BINARY = lib.getExe' android-tools "adb";
|
env.SPYTRAP_ADB_BINARY = lib.getExe' android-tools "adb";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue