Merge pull request #227080 from kilianar/logseq-0.9.3

logseq: 0.9.2 -> 0.9.3
This commit is contained in:
Nick Cao
2023-04-20 09:22:16 +08:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.2";
version = "0.9.3";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-nXNzUHZXh2NGcg/OXRKhag/BWLB/YOAkCPITiBiMIIE=";
hash = "sha256-hwBTS6hjD66SPOPctcS2esybnVrgw77fFpt8phGt334=";
name = "${pname}-${version}.AppImage";
};