focuswriter: 1.6.13 -> 1.6.14 (#43199)

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/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14/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.14 with grep in /nix/store/xliiidqc3smccya1a4fc587hq0wl67hx-focuswriter-1.6.14
- directory tree listing: https://gist.github.com/9f4508c662704c3b5816978445e872fc
- du listing: https://gist.github.com/1219d595782c68ce78122f6ec9566b23
This commit is contained in:
R. RyanTM 2018-07-08 02:13:05 -07:00 committed by Robert Schütz
parent 1c5addde5f
commit c4a6319322

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "focuswriter-${version}";
version = "1.6.13";
version = "1.6.14";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "1qs9v5r88scahpyw8ndr622fdnaib9789jvl2jnkwi62zcivbf6n";
sha256 = "1n8ni4bnw5vs7jx28v8r1vk69g2m1q5h9s6xpf8c0bxbcwwg2m5i";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];