From c4a6319322680a56328b2ec9b32c01eeff4bec81 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 8 Jul 2018 02:13:05 -0700 Subject: [PATCH] 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 --- pkgs/applications/editors/focuswriter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix index 4b14b1333204..997a4bd253c0 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.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 ];