about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-17 06:37:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-17 06:37:43 +0000
commit8c08a3b85f546a87056e545efe0480218ccbf72b (patch)
tree429e531bf9f1c60141da6e8b731f13fc07dc121e /pkgs/applications
parent8a62b7cbc029dc3ba785f894f310e29a965b305e (diff)
focuswriter: 1.8.5 -> 1.8.6
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 f2b422d8cbf79..179cbb0fdbf63 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.5";
+  version = "1.8.6";
 
   src = fetchFromGitHub {
     owner = "gottcode";
     repo = "focuswriter";
     rev = "v${version}";
-    hash = "sha256-6wvTlC/NCCcN2jpwqtoOsCln3ViY/vj7NpMsbYHBGiI=";
+    hash = "sha256-z3DQaMgaTjzj2Oh1QI7A5v9G7GxjlGj/7jInxH/tDaY=";
   };
 
   nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ];