summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio
diff options
context:
space:
mode:
authorYochai Meir <yochai@titat.info>2016-10-31 20:23:48 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-10-31 23:40:18 +0200
commitf9f7461ed369f6ba8114ce5e71492549ceae8f8e (patch)
tree03c193ca1e87a6364a2ab08177b1c1dc0bda49e1 /pkgs/applications/editors/texstudio
parentee40829097e86f1c36097517e0a71f8dd21eb214 (diff)
downloadnixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar.gz
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar.bz2
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar.lz
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar.xz
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.tar.zst
nixpkgs-f9f7461ed369f6ba8114ce5e71492549ceae8f8e.zip
texstudio: 2.11.0 -> 2.11.2
Diffstat (limited to 'pkgs/applications/editors/texstudio')
-rw-r--r--pkgs/applications/editors/texstudio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix
index 69f03f39271..89ae2e04eac 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "texstudio";
-  version = "2.11.0";
+  version = "2.11.2";
   name = "${pname}-${version}";
   altname="Texstudio";
 
   src = fetchurl {
     url = "mirror://sourceforge/texstudio/${name}.tar.gz";
-    sha256 = "170e6d68952251e8c64589b0d147cb7692005e135cc6fc14579c6fd593f54307";
+    sha256 = "1p6ja5y5902y814f3f5mafh0y8vj682ghrarx1pbm4r5ap8x9z82";
   };
 
   buildInputs = [ qt4 qmake4Hook poppler_qt4 zlib pkgconfig ];