spytrap-adb: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm 2025-03-12 14:13:03 +00:00
parent e607ef1af0
commit 7486be3b3f

View file

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "spytrap-adb";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "spytrap-org";
repo = "spytrap-adb";
tag = "v${version}";
hash = "sha256-CL+MxSzHpOq2MXmsaa9sipQZ06Kkzy4r1eFjUrPSj1E=";
hash = "sha256-Yqa+JmqYCmy9ehxmRebPNlU5U2RPHtnHDHiqSg8EvAo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-vVDMfst7Uh5q92SYTV9CQdZRoi8ZfjKlqDcQm+YfrjE=";
cargoHash = "sha256-hXDxo0b2nJbPyo99Qc39LM0P41SDbyfadHLIRrbQdj0=";
env.SPYTRAP_ADB_BINARY = lib.getExe' android-tools "adb";