logseq: 0.9.0 -> 0.9.1

https://github.com/logseq/logseq/releases/tag/0.9.1
This commit is contained in:
kilianar
2023-03-29 13:59:06 +02:00
parent c5c5b5699f
commit 53e55988e5
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "logseq";
version = "0.9.0";
version = "0.9.1";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-5oX1LhqWvNiMF9ZI7BvpHe4bhB3vQp6dsjLYMQ9Jy+o=";
hash = "sha256-8jplCIylG1xbpp/VGnU06MwfqWe2E9iVQApZaWbhuVc=";
name = "${pname}-${version}.AppImage";
};