about summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio/default.nix
diff options
context:
space:
mode:
authorRobbert Gurdeep Singh <git@beardhatcode.be>2021-10-25 23:47:52 +0200
committerRobbert Gurdeep Singh <git@beardhatcode.be>2021-10-25 23:49:29 +0200
commitd446cb11b558a150c434fb7cf57d3a9ac3a7a8e1 (patch)
treee3eeb1d86d300f099edbedc2e2b188544f929d35 /pkgs/applications/editors/texstudio/default.nix
parent34ad3ffe08adfca17fcb4e4a47bb5f3b113687be (diff)
texstudio: 4.0.0 -> 4.0.2
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 853593557dc51..6b1b34e11cf08 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.0.0";
+  version = "4.0.2";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    sha256 = "0fapgc6dvzn47gmhxkqymwi3818rdiag33ml57j2mfmsi5pjxi0f";
+    sha256 = "sha256-SCrWoIZan8mFwQoXaXvM0Ujdhcic3FbmfgKZSFXFBGE=";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];