httptoolkit: pin electron_35

It does not build with newer releases of electron yet.
This commit is contained in:
teutat3s
2025-07-22 13:16:01 +02:00
committed by Yaya
parent 2a7784da97
commit 39bb74e8e1
+4 -2
View File
@@ -6,10 +6,12 @@
makeWrapper,
makeDesktopItem,
copyDesktopItems,
electron,
electron_35,
httptoolkit-server,
}:
let
electron = electron_35;
in
buildNpmPackage rec {
pname = "httptoolkit";
version = "1.20.1";