about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-03-14 19:49:34 +0000
committerGitHub <noreply@github.com>2018-03-14 19:49:34 +0000
commit137e1fdd3e26817b823253dae14f50ac2e0749fd (patch)
tree3c8eea83d2af8c0d2e3d67e4901e822d12164052 /pkgs/applications
parentb97cd9a073b3f5ae17edb65a305c89c626ef4e07 (diff)
parent6e2345c81277def1d2553425980808a4497add3b (diff)
downloadnixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar.gz
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar.bz2
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar.lz
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar.xz
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.tar.zst
nixlib-137e1fdd3e26817b823253dae14f50ac2e0749fd.zip
Merge pull request #36519 from ryantm/auto-update/focuswriter
focuswriter: 1.6.8 -> 1.6.10
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 4964de13986f..7be55b873bc5 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "focuswriter-${version}";
-  version = "1.6.8";
+  version = "1.6.10";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "1d2q99xa7dhdpqkipapzi1r1mvynf70s7sgdczd59kn0d8sr3map";
+    sha256 = "0hrbycy5lapdkaa2xm90j45sgsiqdnlk9wry41kxxpdln9msabxs";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];