Merge pull request #237805 from wanderer/logseq

logseq: 0.9.8 -> 0.9.9
This commit is contained in:
Weijia Wang 2023-06-14 23:38:15 +03:00 committed by GitHub
commit 8ffb97cc97
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.8";
version = "0.9.9";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-+zyI5pBkhdrbesaEUxl3X4GQFzhULVuEqNCdDOOizcs=";
hash = "sha256-DwxRhC8HKJnu1F9mfU3+UdpTjtKLhxs4LJY9A0cZvBo=";
name = "${pname}-${version}.AppImage";
};