about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-03 10:22:20 +0200
committerGitHub <noreply@github.com>2024-05-03 10:22:20 +0200
commit6373e729b7f7876edf9dd07ae22ee21d961652eb (patch)
tree48f26d14c07c0433e56e9262c3e0e25aa0668011 /pkgs/applications
parent85b54c27e68c5defab86906debce64eb1db9c77a (diff)
parent11c80ace5650f4783ac429fc9596b3c5da154bd8 (diff)
Merge pull request #308663 from r-ryantm/auto-update/focuswriter
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 ];