Merge pull request #253796 from kilianar/logseq-0.9.17

logseq: 0.9.15 -> 0.9.17
This commit is contained in:
Nick Cao 2023-09-07 10:35:30 -04:00 committed by GitHub
commit 84089c4c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@ stdenv.mkDerivation (finalAttrs: let
in {
pname = "logseq";
version = "0.9.15";
version = "0.9.17";
src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
hash = "sha256-EOnB3AllfMAhcATEkmf/1S/gkk1ua2dDgvfT91uwohs=";
hash = "sha256-1CXr/evINfB+VwLQBeuVhq0rCzRVM1ULQC3epYECN+I=";
name = "${pname}-${version}.AppImage";
};