focuswriter: 1.7.5 -> 1.7.6

gstqt5
R. RyanTM 2020-05-05 03:50:38 +00:00 committed by Jon
parent 7e5dbecac3
commit f1ff580d80
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "focuswriter";
version = "1.7.5";
version = "1.7.6";
src = fetchurl {
url = "https://gottcode.org/focuswriter/focuswriter-${version}-src.tar.bz2";
sha256 = "19fqxyas941xcqjj68qpj42ayq0vw5rbd4ms5kvx8jyspp7wysqc";
sha256 = "0h85f6cs9zbxv118mjfxqfv41j19zkx2xq36mpnlmrlzkjj7dx9l";
};
nativeBuildInputs = [ pkgconfig qmake qttools ];