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