11 src = fetchFromGitHub {
15 hash = "sha256-tqhs3b/DHfnGOm9qcM56NSzt1GJflJfbemkp7+nXbug=";
18 patches = [ ./go_mod_version_update.patch ];
20 vendorHash = "sha256-BWbwhHjfmMjiRurrZfW/YgIzJUH/hn+7qonD0BcTLxs=";
23 substituteInPlace adb/{server,device}.go \
24 --replace 'exec.Command("adb"' 'exec.Command("${android-tools}/bin/adb"'
27 # TestScript/search attempts to connect to fdroid
31 description = "F-Droid command line interface written in Go";
32 homepage = "https://github.com/mvdan/fdroidcl";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ aleksana ];