Merge pull request #16363 from mimadrid/update/texstudio-2.11.0

texstudio: 2.9.4 -> 2.11.0

authored by zimbatm.tngl.sh and committed by GitHub a0fe5dc9 41ca3ba4

+3 -3
+3 -3
pkgs/applications/editors/texstudio/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "texstudio"; 5 - version = "2.9.4"; 5 + version = "2.11.0"; 6 6 name = "${pname}-${version}"; 7 7 altname="Texstudio"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://sourceforge/texstudio/${name}.tar.gz"; 11 - sha256 = "1smmc4xqs8x8qzp6iqj2wr4xarfnxxxp6rq6chx1kb256w75jwfw"; 11 + sha256 = "170e6d68952251e8c64589b0d147cb7692005e135cc6fc14579c6fd593f54307"; 12 12 }; 13 13 14 14 buildInputs = [ qt4 qmake4Hook poppler_qt4 zlib pkgconfig ]; ··· 18 18 meta = with stdenv.lib; { 19 19 description = "TeX and LaTeX editor"; 20 20 longDescription='' 21 - Fork of TeXMaker, this editor is a full fledged IDE for 21 + Fork of TeXMaker, this editor is a full fledged IDE for 22 22 LaTeX editing with completion, structure viewer, preview, 23 23 spell checking and support of any compilation chain. 24 24 '';