about summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-08-08 14:31:17 +0200
committerajs124 <git@ajs124.de>2022-08-08 14:31:17 +0200
commit9fce752330987d73a304b9fbf3759aced9e41d0d (patch)
tree17c4647e2d5f4b8dae16416a952ea700afc47bca /pkgs/applications/editors/texstudio
parentb3c0c94fb4e25a7c1e141b7c61e6c2667cad9f57 (diff)
texstudio: 4.2.3 -> 4.3.0
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 89896b9dd85ef..7f34fc6e0726e 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -3,13 +3,13 @@
 
 mkDerivation rec {
   pname = "texstudio";
-  version = "4.2.3";
+  version = "4.3.0";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    sha256 = "19z9dx8258qbjyzgskkg0xdn88mvx191y1sz4nk15yxsdyf2z3p8";
+    hash = "sha256-nw6LG8U4ne5nngmE7F4yFE8mTEvaRSMfwwOxg2TnAdA=";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];