Skip to content

Commit

Permalink
Merge pull request #189316 from kilianar/logseq-0.8.4
Browse files Browse the repository at this point in the history
logseq: 0.8.3 -> 0.8.4
  • Loading branch information
marsam committed Sep 1, 2022
2 parents 08e4d4c + 5324fa4 commit d43e75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/logseq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "logseq";
version = "0.8.3";
version = "0.8.4";

src = fetchurl {
url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage";
sha256 = "sha256-OJ/1SFG/UNkNSYtAQprKlc9JhT9/co4XH941mu+YsXE=";
sha256 = "sha256-zzMowQnSyrxL/qCSAOB1tffizOmOpbnN6UePETAqIlM=";
name = "${pname}-${version}.AppImage";
};

Expand Down

0 comments on commit d43e75e

Please sign in to comment.