Merge pull request #196650 from esclear/update-logseq

logseq: 0.8.8 -> 0.8.9
This commit is contained in:
Bobby Rong
2022-10-20 15:08:42 +08:00
committed by GitHub
+2 -2
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";
};