logseq: 0.8.0 -> 0.8.1

https://github.com/logseq/logseq/releases/tag/0.8.1

This release updates Electron to version 19, so we do update the version
of Electron as well.
This commit is contained in:
kilianar 2022-08-17 14:53:32 +02:00
parent ace5332dcb
commit 341f68764d
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.8.0";
version = "0.8.1";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "sha256-eHSZqWQWPX5gavzUwsI3VMsD2Ov0h/fVPqnA92dzKH4=";
sha256 = "sha256-sJ0zaP3zhmcFKK97Bhist98xDuC/jpoN/5Vp1FIWp5M=";
name = "${pname}-${version}.AppImage";
};

View File

@ -1832,7 +1832,7 @@ with pkgs;
lilo = callPackage ../tools/misc/lilo { };
logseq = callPackage ../applications/misc/logseq {
electron = electron_15;
electron = electron_19;
};
natls = callPackage ../tools/misc/natls { };