summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-06 09:52:03 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-06 09:52:03 +0000
commit6e09f8cd3c671789af564e0752b23469758e1ed7 (patch)
tree54c2cef5e48855fd8e6d3fa96e567f941e21a02e /pkgs/applications/editors/focuswriter
parentdfbe76a68126d03c3f7eb363d7acbb86335b63d3 (diff)
focuswriter: 1.7.4 -> 1.7.5
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index ccda1b4d4cbd..30e8af7facdb 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -2,11 +2,11 @@
mkDerivation rec {
pname = "focuswriter";
- version = "1.7.4";
+ version = "1.7.5";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
- sha256 = "1fli85p9d58gsg2kwmncqdcw1nmx062kddbrhr50mnsn04dc4j3g";
+ sha256 = "19fqxyas941xcqjj68qpj42ayq0vw5rbd4ms5kvx8jyspp7wysqc";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];
@@ -22,6 +22,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ madjar ];
platforms = platforms.linux;
- homepage = https://gottcode.org/focuswriter/;
+ homepage = "https://gottcode.org/focuswriter/";
};
}