From ad156d1832ee81f4046ac0ffa07b0b6b2733f23b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 May 2024 13:19:00 +0000 Subject: [PATCH] focuswriter: 1.8.7 -> 1.8.8 --- pkgs/applications/editors/focuswriter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix index 618ea2f471a2..01b461c67219 100644 --- a/pkgs/applications/editors/focuswriter/default.nix +++ b/pkgs/applications/editors/focuswriter/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "focuswriter"; - version = "1.8.7"; + version = "1.8.8"; src = fetchFromGitHub { owner = "gottcode"; repo = "focuswriter"; rev = "v${version}"; - hash = "sha256-op76oHVo6yCpXzRFYAYXMCEslCgDA6jXPcgWdTeGJ+E="; + hash = "sha256-6DUUY7pqhmalxTq/LnJteQkd5Z001+kyQb/cUtmuZI4="; }; nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];