From f66a17427221bbbb76bdd5ef8011030341c4a457 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 31 Jul 2023 11:52:29 +0200 Subject: [PATCH] texstudio: 4.5.2 -> 4.6.2 https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-2 https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-1 https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-0 --- pkgs/applications/editors/texstudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix index 35b06fde1f2c..bdb96271ef6b 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.5.2"; + version = "4.6.2"; src = fetchFromGitHub { owner = "${pname}-org"; repo = pname; rev = version; - hash = "sha256-L+q4+k4XWywnxIvhfXPCBeCqnGj4E9BhAmgcAZhm7S8="; + hash = "sha256-2bvKB/8HcZoTk2J6FQXXJREqGp6EZ95C2Aqcx9o/eho="; }; nativeBuildInputs = [ cmake wrapQtAppsHook pkg-config ];