about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-09-01 19:37:56 +0200
committerGitHub <noreply@github.com>2020-09-01 19:37:56 +0200
commitf5d9a1d2b1c4244db0c0fb04b3435f2216084d54 (patch)
tree8785817d58822c947adf8021bbd69c2ff2128829 /pkgs/applications
parent4751da4e13e1633a5dd43d4da15c30f2a474501c (diff)
parente56f55fe520c215e1589935fca782b948a022a4d (diff)
Merge pull request #96462 from helsinki-systems/upd/texstudio
texstudio: 2.12.22 -> 3.0.0
Diffstat (limited to 'pkgs/applications')
-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 94837023ca0d8..8f7e18a35c506 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 ];