summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-08-27 13:49:53 +0200
committerajs124 <git@ajs124.de>2020-08-27 13:49:53 +0200
commite56f55fe520c215e1589935fca782b948a022a4d (patch)
tree7eca28e161324154fbd1c13756787098298c2378 /pkgs/applications/editors/texstudio
parentc59ea8b8a0e7f927e7291c14ea6cd1bd3a16ff38 (diff)
downloadnixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar.gz
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar.bz2
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar.lz
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar.xz
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.tar.zst
nixpkgs-e56f55fe520c215e1589935fca782b948a022a4d.zip
texstudio: 2.12.22 -> 3.0.0
this release drops qt4 support, but we haven't been using that for >2 years anyways
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 94837023ca0..8f7e18a35c5 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.22";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    sha256 = "037jvsfln8wav17qj9anxz2a7p51v7ky85wmhdj2hgwp40al651g";
+    sha256 = "1663lgl30698awa7fjplr8rjnf6capqvf8z80lzlnkfl5m9ph0jb";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkgconfig ];