zap-chip-gui: unpin from electron 31 (#384858)

This commit is contained in:
Martin Weinelt
2025-02-25 00:56:24 +01:00
committed by GitHub
+1 -4
View File
@@ -1,16 +1,13 @@
{
lib,
buildNpmPackage,
electron_31,
electron,
fetchFromGitHub,
writers,
makeWrapper,
withGui ? false,
}:
let
electron = electron_31;
in
buildNpmPackage rec {
pname = "zap-chip";
version = "2024.09.27";