14 version = "unstable-2024-06-10";
16 src = fetchFromGitHub {
19 rev = "cbd46184d33af597664e08aff2b9181ae2f87aa6";
20 sha256 = "sha256-0PeOunYXY0nEEfGFGdguf5+GNN950GhPfMaD8h1ez/8=";
23 nativeBuildInputs = [ pkg-config ];
32 install -Dm755 ./qdl -t $out/bin
37 homepage = "https://github.com/linux-msm/qdl";
38 description = "Tool for flashing images to Qualcomm devices";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [
44 platforms = platforms.linux;
48 passthru.updateScript = unstableGitUpdater { };