logseq: 0.9.13 -> 0.9.14

https://github.com/logseq/logseq/releases/tag/0.9.14
This commit is contained in:
kilianar
2023-08-18 09:18:24 +02:00
committed by Bjørn Forsman
parent d789c729e3
commit 04ce4237b3
+2 -2
View File
@@ -14,11 +14,11 @@ stdenv.mkDerivation (finalAttrs: let
in {
pname = "logseq";
version = "0.9.13";
version = "0.9.14";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-fDE19E8FhyXG9RMbfKNCQrhMW5CzQPAp+zRSu4EQMt4=";
hash = "sha256-UFl+AqfG0OzT+lHC6Sq+gUQTyvzUQP6Enh+rLSq3Xhc=";
name = "${pname}-${version}.AppImage";
};