summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 03:50:38 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-04 21:13:40 -0700
commitf1ff580d809c4827d26495dd018de16c2c8c9859 (patch)
treed6eed08a9604d449548eb6ce6bab956453032ba5 /pkgs/applications/editors/focuswriter
parent7e5dbecac3ced8f05e57df557d0598012ba9f811 (diff)
downloadnixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar.gz
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar.bz2
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar.lz
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar.xz
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.tar.zst
nixpkgs-f1ff580d809c4827d26495dd018de16c2c8c9859.zip
focuswriter: 1.7.5 -> 1.7.6
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 30e8af7facd..c30cfcb1fb9 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.5";
+  version = "1.7.6";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "19fqxyas941xcqjj68qpj42ayq0vw5rbd4ms5kvx8jyspp7wysqc";
+    sha256 = "0h85f6cs9zbxv118mjfxqfv41j19zkx2xq36mpnlmrlzkjj7dx9l";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];