about summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 12:45:53 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 12:45:53 -0800
commit13e614600cbc26f28c8e4b4b8e6db856975d5c5a (patch)
tree63bb1a1e0dd791b5184406702b7fdd339c3975b6 /pkgs/applications/editors/focuswriter
parentde96413bbfc3deae4e81b48d7d973f836985c39c (diff)
downloadnixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar.gz
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar.bz2
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar.lz
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar.xz
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.tar.zst
nixlib-13e614600cbc26f28c8e4b4b8e6db856975d5c5a.zip
focuswriter: 1.7.0 -> 1.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/focuswriter/versions
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 2708c40d5091..f656f874151a 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.7.0";
+  version = "1.7.1";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "0321wqhjfs020q113lgh959qq03zfamm72zk22mnqxf3ng3adc3g";
+    sha256 = "0ny0bri9yp6wcsj9s8vd0j4mzx44yw57axjx5piv44q2jgsgz401";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];