lol

Merge pull request #250120 from pokon548/update-todoist-electron

todoist-electron: 8.3.3 -> 8.6.0

authored by

Janne Heß and committed by
GitHub
338a8633 2be5a05d

+4 -4
+4 -4
pkgs/applications/misc/todoist-electron/default.nix
··· 1 - { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron_24, libsecret }: 1 + { lib, stdenv, fetchurl, appimageTools, makeWrapper, electron_25, libsecret }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "todoist-electron"; 5 - version = "8.3.3"; 5 + version = "8.6.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://electron-dl.todoist.com/linux/Todoist-linux-x86_64-${version}.AppImage"; 9 - hash = "sha256-X928hCrYVOBTEZq1hmZWgWlabtOzQrLUuptF/SJcAto="; 9 + hash = "sha256-LjztKgpPm4RN1Pn5gIiPg8UCO095kzTQ9BTEG5Rlv10="; 10 10 }; 11 11 12 12 appimageContents = appimageTools.extractType2 { ··· 36 36 ''; 37 37 38 38 postFixup = '' 39 - makeWrapper ${electron_24}/bin/electron $out/bin/todoist-electron \ 39 + makeWrapper ${electron_25}/bin/electron $out/bin/todoist-electron \ 40 40 --add-flags $out/share/${pname}/resources/app.asar \ 41 41 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ stdenv.cc.cc libsecret ]}" \ 42 42 --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}"