Skip to content

Commit bd8f127

Browse files
committed
zap-chip-gui: unpin from electron 31
upstream does not seem to care that this version of electron is EOL
1 parent 0196c01 commit bd8f127

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/by-name/za/zap-chip/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
lib,
33
buildNpmPackage,
4-
electron_31,
4+
electron,
55
fetchFromGitHub,
66
writers,
77
makeWrapper,
88
withGui ? false,
99
}:
1010

11-
let
12-
electron = electron_31;
13-
in
1411
buildNpmPackage rec {
1512
pname = "zap-chip";
1613
version = "2024.09.27";

0 commit comments

Comments
 (0)