Merge pull request #228203 from kilianar/logseq-0.9.4

logseq: 0.9.3 -> 0.9.4
This commit is contained in:
Mario Rodas 2023-04-25 19:39:37 -05:00 committed by GitHub
commit 30e266f3dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.3";
version = "0.9.4";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-hwBTS6hjD66SPOPctcS2esybnVrgw77fFpt8phGt334=";
hash = "sha256-K04iIa/WnRtcHwRUHJbKqXO9c4l5xwHPvnwN5WX/Row=";
name = "${pname}-${version}.AppImage";
};