logseq: 0.9.9 -> 0.9.10 (#240334)

https://github.com/logseq/logseq/releases/tag/0.9.10
This commit is contained in:
kilianar 2023-06-28 17:03:31 +02:00 committed by GitHub
parent c824257ec0
commit 1d3fb62a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.9";
version = "0.9.10";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-DwxRhC8HKJnu1F9mfU3+UdpTjtKLhxs4LJY9A0cZvBo=";
hash = "sha256-en8ws0qdMY5j1o8oTkKcIHHQV+kCuQZzQbdFU97qAQE=";
name = "${pname}-${version}.AppImage";
};