breitbandmessung: update electron to electron_36

This commit is contained in:
Fabian Möller 2025-06-26 09:45:08 +02:00
parent 3ab69d3e63
commit 35c7cfd372
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -4,7 +4,7 @@
fetchurl,
asar,
dpkg,
electron_34,
electron_36,
makeWrapper,
nixosTests,
undmg,
@ -13,7 +13,7 @@
let
inherit (stdenv.hostPlatform) system;
electron = electron_34;
electron = electron_36;
sources = import ./sources.nix;