Commit bd8f127d authored by Guillaume Girol's avatar Guillaume Girol
Browse files

zap-chip-gui: unpin from electron 31

upstream does not seem to care that this version of electron is EOL
parent 0196c017
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
{
  lib,
  buildNpmPackage,
  electron_31,
  electron,
  fetchFromGitHub,
  writers,
  makeWrapper,
  withGui ? false,
}:

let
  electron = electron_31;
in
buildNpmPackage rec {
  pname = "zap-chip";
  version = "2024.09.27";