From f498b694b46ca9dea8f09f6109a6134aadbd17ae Mon Sep 17 00:00:00 2001 From: Daniel Albert Date: Tue, 18 Oct 2022 22:51:22 +0200 Subject: [PATCH] logseq: 0.8.8 -> 0.8.9 See the release notes at https://github.com/logseq/logseq/releases/tag/0.8.9 --- pkgs/applications/misc/logseq/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/logseq/default.nix b/pkgs/applications/misc/logseq/default.nix index 4210c50499a..c79b7096861 100644 --- a/pkgs/applications/misc/logseq/default.nix +++ b/pkgs/applications/misc/logseq/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "logseq"; - version = "0.8.8"; + version = "0.8.9"; src = fetchurl { url = "https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.AppImage"; - sha256 = "sha256-0RVGTANlnzULusQPZ14+a6G5mK1ezDC9VfWWdNqNcs4="; + sha256 = "sha256-s9xG2SLkuaz8wRK47ywSw9JjsJlRjaMNeRmQY0ZnrK8="; name = "${pname}-${version}.AppImage"; };