summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-20 07:24:05 +0000
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-01-20 13:29:25 +0100
commit1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d (patch)
treebe01b863bc6d73df7a4021d82dc60d85508fb958 /pkgs/applications/editors/focuswriter
parent29fd96f4b0299d2c62a9e03a6674104f7d726873 (diff)
downloadnixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar.gz
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar.bz2
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar.lz
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar.xz
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.tar.zst
nixpkgs-1d1a8fe7f1fa0deb1c3ee43abd432638196cde6d.zip
focuswriter: 1.7.3 -> 1.7.4
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 b08e3b5fa23..ccda1b4d4cb 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.3";
+  version = "1.7.4";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "155wf7z1g2yx6fb41w29kcb0m2rhnk9ci5yw882yy86s4x20b1jq";
+    sha256 = "1fli85p9d58gsg2kwmncqdcw1nmx062kddbrhr50mnsn04dc4j3g";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];