logseq: 0.8.7 -> 0.8.8

https://github.com/logseq/logseq/releases/tag/0.8.8
This commit is contained in:
kilianar 2022-09-30 17:06:19 +02:00
parent a5a5849f27
commit d2fea348e7

View file

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