etcher: switch to electron_14

This commit is contained in:
Artturin 2021-12-01 20:58:22 +02:00
parent 3c35508df5
commit 53ded9e4ca
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
, util-linux
, bash
, makeWrapper
, electron_12
, electron
}:
let
@ -23,8 +23,6 @@ let
"i686-linux" = "i386";
}."${system}" or throwSystem;
electron = electron_12;
in
stdenv.mkDerivation rec {

View file

@ -5017,7 +5017,9 @@ with pkgs;
escrotum = callPackage ../tools/graphics/escrotum { };
etcher = callPackage ../tools/misc/etcher { };
etcher = callPackage ../tools/misc/etcher {
electron = electron_14;
};
ethtool = callPackage ../tools/misc/ethtool { };