summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-01-15 01:57:26 +0100
committerAlyssa Ross <hi@alyssa.is>2020-01-16 16:44:12 +0000
commit417efa994e517594500ca47ce32cf3acecbd342f (patch)
tree9357b0de1ffb637eccefd3839f736a203440b2c8 /pkgs
parent69cba89f91cb6bff6c2cb73f5560aae112955212 (diff)
downloadnixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar.gz
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar.bz2
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar.lz
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar.xz
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.tar.zst
nixpkgs-417efa994e517594500ca47ce32cf3acecbd342f.zip
texstudio: 2.12.16 -> 2.12.20
tabs -> spaces
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/texstudio/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix
index 13b7f4db0c5..372d9508174 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "texstudio";
-  version = "2.12.16";
+  version = "2.12.20";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    sha256 = "0ck65fvz6mzfpqdb1ndgyvgxdnslrwhdr1swgck4gaghcrgbg3gq";
+    sha256 = "0hywx2knqdrslzmm4if476ryf4ma0aw5j8kdp6lyrz2jx7az2gqa";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkgconfig ];
@@ -20,10 +20,10 @@ mkDerivation rec {
   meta = with lib; {
     description = "TeX and LaTeX editor";
     longDescription=''
-	Fork of TeXMaker, this editor is a full fledged IDE for
-	LaTeX editing with completion, structure viewer, preview,
-	spell checking and support of any compilation chain.
-	'';
+      Fork of TeXMaker, this editor is a full fledged IDE for
+      LaTeX editing with completion, structure viewer, preview,
+      spell checking and support of any compilation chain.
+    '';
     homepage = http://texstudio.sourceforge.net;
     license = licenses.gpl2Plus;
     platforms = [ "x86_64-linux" ];