Merge pull request #193728 from kilianar/logseq-0.8.8

logseq: 0.8.7 -> 0.8.8
This commit is contained in:
Mario Rodas
2022-10-01 08:09:22 -05:00
committed by GitHub
+2 -2
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";
};