summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2017-12-31 17:39:40 +0100
committerBastian Köcher <git@kchr.de>2017-12-31 17:39:40 +0100
commitc4e1e1255a489e3a4829530305a931be4c1cf955 (patch)
tree5301edb8eebe49a8fb98581aa211d9195d15425c /pkgs/applications/editors/focuswriter
parent3e14b2826b1a33153001578fa8c8ed1aedef85b4 (diff)
focuswriter: 1.6.7 -> 1.6.8
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 10816e0a283f..4964de13986f 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.7";
+ version = "1.6.8";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
- sha256 = "10rqzinr6yd6ca06rklg34kdc08a3xgygfzmprsfg7gdsybfay5z";
+ sha256 = "1d2q99xa7dhdpqkipapzi1r1mvynf70s7sgdczd59kn0d8sr3map";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];