focuswriter: 1.6.10 -> 1.6.11

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 binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.6.11 with grep in /nix/store/l07yhlav7gx82f378b7pj42bd7mmgrii-focuswriter-1.6.11
- directory tree listing: https://gist.github.com/79fa42f32dce74dd135a983506320802
This commit is contained in:
R. RyanTM 2018-04-01 03:24:04 -07:00 committed by Robert Schütz
parent f8a41e5211
commit 554b833c01

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "focuswriter-${version}";
version = "1.6.10";
version = "1.6.11";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "0hrbycy5lapdkaa2xm90j45sgsiqdnlk9wry41kxxpdln9msabxs";
sha256 = "0izbsm2vx24pnd92gf7ky8x47g324a8d16hy1s8kk3x1inxd80z1";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];