about summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio/default.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-08-28 14:59:33 +0200
committerajs124 <git@ajs124.de>2022-08-28 14:59:33 +0200
commitbb742b2bb9675ce527df8a6df13ff47bfedc1be9 (patch)
tree0bfd1779263a30921b194568ab6dcc071488e21c /pkgs/applications/editors/texstudio/default.nix
parent0b36375f7f6744b59057f170ef1cb27f535aeb2c (diff)
texstudio: 4.3.0 -> 4.3.1
Diffstat (limited to 'pkgs/applications/editors/texstudio/default.nix')
-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 7f34fc6e0726e..76762fd927cc5 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.3.0";
+  version = "4.3.1";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    hash = "sha256-nw6LG8U4ne5nngmE7F4yFE8mTEvaRSMfwwOxg2TnAdA=";
+    hash = "sha256-CwfnRkG8GsRQuE0+l394gMdj5ao3SUKaDnYP2dfUEew=";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];