about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-12-26 22:15:05 +0100
committerGitHub <noreply@github.com>2023-12-26 22:15:05 +0100
commit719483f4a866418d5ef889adbe11553828167ce7 (patch)
treea568d0e9c0f28ced2bd8e89a203ba1ef52f04b1a /pkgs/applications/editors
parentc66061f4b1e58abbedd6d67f43c54a6f8c7be615 (diff)
parente46cb038b147fcfdef63262925f0153dffa54dc2 (diff)
Merge pull request #276576 from r-ryantm/auto-update/texstudio
texstudio: 4.7.1 -> 4.7.2
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 fc456f65bab15..4c514f3396dc0 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.1";
+  version = "4.7.2";
 
   src = fetchFromGitHub {
     owner = "texstudio-org";
     repo = "texstudio";
     rev = finalAttrs.version;
-    hash = "sha256-Qpt1CiQ+vG7uT8rpuWgYdjug2iigXQDKHIhrquSny6I=";
+    hash = "sha256-Q4/aoLIxFssti3Dto1JwRRAQ+D3DHlH9JgDrHBVKg4M=";
   };
 
   nativeBuildInputs = [