summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-30 02:38:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-30 02:38:29 +0000
commit7bd19b77b5ef42931c34ec36b9e4b5f725cb0408 (patch)
treecf7cac2d6db5011e8455cce3b332d5d87b27cc9b
parent35f080bb1883da1d2c0c489b262c9b0d7918f8cb (diff)
downloadnixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar.gz
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar.bz2
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar.lz
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar.xz
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.tar.zst
nixpkgs-7bd19b77b5ef42931c34ec36b9e4b5f725cb0408.zip
texstudio: 4.4.0 -> 4.4.1
-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 6a0f498fa55..96fb32e80f3 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.4.0";
+  version = "4.4.1";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    hash = "sha256-BaTfebLilUeDNtCJZmgAx+hN+L+4MtnuL6t3wQRX/Ns=";
+    hash = "sha256-3w9JKX0tT5J3tJthIxJ+ZMlG8+gEeQAl9Gn+Zyjhmt4=";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];