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