logseq: 0.8.8 -> 0.8.9

See the release notes at https://github.com/logseq/logseq/releases/tag/0.8.9
This commit is contained in:
Daniel Albert 2022-10-18 22:51:22 +02:00
parent af4fc0bf1c
commit f498b694b4
No known key found for this signature in database
GPG key ID: 08C68B46CA8BF970

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.8.8";
version = "0.8.9";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "sha256-0RVGTANlnzULusQPZ14+a6G5mK1ezDC9VfWWdNqNcs4=";
sha256 = "sha256-s9xG2SLkuaz8wRK47ywSw9JjsJlRjaMNeRmQY0ZnrK8=";
name = "${pname}-${version}.AppImage";
};