summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 04:20:26 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 04:20:26 -0800
commit6e2345c81277def1d2553425980808a4497add3b (patch)
tree08c1c1543131cc34af43901d5cae36ba5c115d39 /pkgs/applications/editors/focuswriter
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
focuswriter: 1.6.8 -> 1.6.10
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.6.10 with grep in /nix/store/xj71q5kp9k5m2nsfydjhjra8axf3kdj8-focuswriter-1.6.10 - found 1.6.10 in filename of file in /nix/store/xj71q5kp9k5m2nsfydjhjra8axf3kdj8-focuswriter-1.6.10
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-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 ];