logseq: 0.9.1 -> 0.9.2

https://github.com/logseq/logseq/releases/tag/0.9.2
This commit is contained in:
kilianar 2023-04-14 13:54:53 +02:00
parent bc74c8fb42
commit f5eb32899d

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.1";
version = "0.9.2";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-8jplCIylG1xbpp/VGnU06MwfqWe2E9iVQApZaWbhuVc=";
hash = "sha256-nXNzUHZXh2NGcg/OXRKhag/BWLB/YOAkCPITiBiMIIE=";
name = "${pname}-${version}.AppImage";
};