summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-08 16:07:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 01:07:02 +0200
commit7193d8653ffd94331aa90bc20e4170e895c6e7ab (patch)
tree6f27aed6f186cce9d0557537104e3eb7de39b56e /pkgs/applications/editors/focuswriter
parentff4aeb7793f24654f3b9d3539ac64d3abf25c626 (diff)
downloadnixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar.gz
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar.bz2
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar.lz
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar.xz
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.tar.zst
nixpkgs-7193d8653ffd94331aa90bc20e4170e895c6e7ab.zip
focuswriter: 1.6.12 -> 1.6.13 (#41567)
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.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13/bin/focuswriter had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.6.13 with grep in /nix/store/rj9lzdc106vkfwgw7f055ki4avyjzxg2-focuswriter-1.6.13
- directory tree listing: https://gist.github.com/db4b900533de6fbcd9a1a49a687360bb
- du listing: https://gist.github.com/4a9ea745f0fc337735be9262721a0a12
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 b01532ae288..4b14b133320 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.12";
+  version = "1.6.13";
 
   src = fetchurl {
     url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
-    sha256 = "0vcr9dhfsdls2x493klv7w5kn08iqqfg2jwjcbz274mcnd07bpqj";
+    sha256 = "1qs9v5r88scahpyw8ndr622fdnaib9789jvl2jnkwi62zcivbf6n";
   };
 
   nativeBuildInputs = [ pkgconfig qmake qttools ];