Unverified Commit 5ece2cd7 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

breitbandmessung: update to electron_41 (#501552)

parents 30bd9e35 bfb0c411
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchurl,
  asar,
  dpkg,
  electron_38,
  electron_41,
  makeWrapper,
  nixosTests,
  undmg,
@@ -13,7 +13,7 @@
let
  inherit (stdenv.hostPlatform) system;

  electron = electron_38;
  electron = electron_41;

  sources = import ./sources.nix;