logseq: 0.10.8 -> 0.10.9

This commit is contained in:
R. Ryantm 2024-04-26 18:11:41 +00:00
parent b00f19626a
commit 55dacfe52f

View File

@ -14,11 +14,11 @@ stdenv.mkDerivation (finalAttrs: let
in {
pname = "logseq";
version = "0.10.8";
version = "0.10.9";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-kVnQ33gozrL6BOWQxUfiMypiIZOffeT2cMVMHIfsaWg=";
hash = "sha256-XROuY2RlKnGvK1VNvzauHuLJiveXVKrIYPppoz8fCmc=";
name = "${pname}-${version}.AppImage";
};