update to electron 16

This commit is contained in:
klg 2022-01-24 12:38:18 +01:00
parent 05e003c402
commit 6fc75b75ac
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 5172C21B0F825C92
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib, fetchgit
, makeWrapper, makeDesktopItem, mkYarnPackage, callPackage
, electron_12
, electron_16
, unstableGitUpdater
, fetchFromGitHub
}:
@ -17,7 +17,7 @@ let
sha256 = "1vgy5cd85rszhb9f8rwpnhjr79ip9mvy375xdvah25vhhznb5g8x";
};
electron = electron_12;
electron = electron_16;
vikunja-frontend = callPackage ./frontend {};
in mkYarnPackage rec {