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

focuswriter: 1.7.4 -> 1.7.5
This commit is contained in:
Jörg Thalheim 2020-03-06 10:21:14 +00:00 committed by GitHub
commit b791e6cbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "focuswriter";
version = "1.7.4";
version = "1.7.5";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "1fli85p9d58gsg2kwmncqdcw1nmx062kddbrhr50mnsn04dc4j3g";
sha256 = "19fqxyas941xcqjj68qpj42ayq0vw5rbd4ms5kvx8jyspp7wysqc";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];
@ -22,6 +22,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ madjar ];
platforms = platforms.linux;
homepage = https://gottcode.org/focuswriter/;
homepage = "https://gottcode.org/focuswriter/";
};
}