about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 01:11:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 01:11:57 +0000
commit11c80ace5650f4783ac429fc9596b3c5da154bd8 (patch)
tree0daa83799d19a22d27fefa4f614763ed73eea859 /pkgs/applications
parentd32ecd778d250e9800507e4ab8617eb0d3d9cae2 (diff)
focuswriter: 1.8.6 -> 1.8.7
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index 179cbb0fdbf63..618ea2f471a2d 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.6";
+  version = "1.8.7";
 
   src = fetchFromGitHub {
     owner = "gottcode";
     repo = "focuswriter";
     rev = "v${version}";
-    hash = "sha256-z3DQaMgaTjzj2Oh1QI7A5v9G7GxjlGj/7jInxH/tDaY=";
+    hash = "sha256-op76oHVo6yCpXzRFYAYXMCEslCgDA6jXPcgWdTeGJ+E=";
   };
 
   nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];