logseq: 0.9.20 -> 0.10.0

https://github.com/logseq/logseq/releases/tag/0.10.0
This commit is contained in:
Shane Sveller 2023-12-04 15:01:41 -06:00
parent 1e72cc2d8a
commit d4f0515e07
No known key found for this signature in database

View File

@ -14,11 +14,11 @@ stdenv.mkDerivation (finalAttrs: let
in {
pname = "logseq";
version = "0.9.20";
version = "0.10.0";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-iT0Gc/ePx1tUNTPoE2Ol+dHUmbS4CkneZbyraRBx5Ak=";
hash = "sha256-igZM+kNe1GDPYckXU6fOjyovHe9gwyBWr7Mc3BxAzOA=";
name = "${pname}-${version}.AppImage";
};