From d745f1ef126efdc619f56f50654c319ec4a8f9ec Mon Sep 17 00:00:00 2001 From: c6rg0 Date: Tue, 9 Dec 2025 16:11:11 +0000 Subject: [PATCH] focuswriter: 1.8.11 -> 1.8.13 --- pkgs/applications/editors/focuswriter/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix index 4c2e7c090428..fed69100a0d7 100644 --- a/pkgs/applications/editors/focuswriter/default.nix +++ b/pkgs/applications/editors/focuswriter/default.nix @@ -16,24 +16,15 @@ stdenv.mkDerivation rec { pname = "focuswriter"; - version = "1.8.11"; + version = "1.8.13"; src = fetchFromGitHub { owner = "gottcode"; repo = "focuswriter"; rev = "v${version}"; - hash = "sha256-oivhrDF3HikbEtS1cOlHwmQYNYf3IkX+gQGW0V55IWU="; + hash = "sha256-lKhgfFPEcipQcW1S2+ntglVacH6dEcGpnNHvwgeVIzI="; }; - patches = [ - # Fix build, remove at next version bump - # https://github.com/gottcode/focuswriter/pull/208 - (fetchpatch { - url = "https://github.com/gottcode/focuswriter/commit/dd74ed4559a141653a06e7984c1251b992925775.diff"; - hash = "sha256-1bxa91xnkF1MIQlA8JgwPHW/A80ThbVVdVtusmzd22I="; - }) - ]; - nativeBuildInputs = [ pkg-config cmake