Merge pull request #66873 from r-ryantm/auto-update/focuswriter

focuswriter: 1.7.2 -> 1.7.3
This commit is contained in:
Marek Mahut 2019-08-19 11:49:20 +02:00 committed by GitHub
commit 4f9d46b68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia }:
{ stdenv, fetchurl, pkgconfig, qmake, qttools, hunspell, qtbase, qtmultimedia, mkDerivation }:
stdenv.mkDerivation rec {
name = "focuswriter-${version}";
version = "1.7.2";
mkDerivation rec {
pname = "focuswriter";
version = "1.7.3";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "1qsfcrscm3s0h7wcl6qn8zi0irr70zdacjxsdk73kpk1dhl2j85k";
sha256 = "155wf7z1g2yx6fb41w29kcb0m2rhnk9ci5yw882yy86s4x20b1jq";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];