summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2021-12-06 15:33:09 +0000
committerGitHub <noreply@github.com>2021-12-06 15:33:09 +0000
commit1e189a4fc010c64009017356ca08e300e0ffebb7 (patch)
treeea2f46e215e8d5e97a5be983adb3b75880431e0d
parent19aee6bfb2ae0bd12aa022c7df094ce15b031ede (diff)
parent6c4a8c770f68ae1316f09e003c27ed9c308cdf03 (diff)
downloadnixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar.gz
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar.bz2
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar.lz
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar.xz
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.tar.zst
nixpkgs-1e189a4fc010c64009017356ca08e300e0ffebb7.zip
Merge pull request #149022 from r-ryantm/auto-update/texstudio
texstudio: 4.0.2 -> 4.1.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 6b1b34e11cf..950fa79bb21 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.2";
+  version = "4.1.1";
 
   src = fetchFromGitHub {
     owner = "${pname}-org";
     repo = pname;
     rev = version;
-    sha256 = "sha256-SCrWoIZan8mFwQoXaXvM0Ujdhcic3FbmfgKZSFXFBGE=";
+    sha256 = "sha256-zsZBqheHrjd17pXDIG0qWd7KI/zhNl3sQS5No0WvnBY=";
   };
 
   nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];