about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-02 17:19:26 +0200
committerGitHub <noreply@github.com>2024-06-02 17:19:26 +0200
commitde668515f1ceb5fb09cd9adae3abf4ae0680dd0f (patch)
treed688136f24879582228f03f2fc76a44567028138 /pkgs/applications/editors
parent0d603efe2ce2c197581535c67f5e1e1e33ecf1dd (diff)
parent8585a50f640a7677ff4f14a731222a2b1e47d0c4 (diff)
Merge pull request #310961 from r-ryantm/auto-update/texstudio
texstudio: 4.7.3 -> 4.8.0
Diffstat (limited to 'pkgs/applications/editors')
-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 d084dd7c3f4c0..9c31bcdebbce4 100644
--- a/pkgs/applications/editors/texstudio/default.nix
+++ b/pkgs/applications/editors/texstudio/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "texstudio";
-  version = "4.7.3";
+  version = "4.8.0";
 
   src = fetchFromGitHub {
     owner = "texstudio-org";
     repo = "texstudio";
     rev = finalAttrs.version;
-    hash = "sha256-hAuNjlFr23l5ztfoa2RTHKZtH2aXF1EuWTd/ZyKuyHg=";
+    hash = "sha256-oPC0HJgBWCAGZ1pVTiHyDO3NQ3u/+1fA2KrxuBCB+IY=";
   };
 
   nativeBuildInputs = [