summary refs log tree commit diff
path: root/pkgs/applications/editors/texmaker
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 19:32:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 19:32:18 +0000
commitcb88fc7036ddf2100c8dd55dec0c09b57fffc9ce (patch)
treef12ee5597402b368980302bcc3d10a975a5011ed /pkgs/applications/editors/texmaker
parent45d3c11c725e79b837df299b269771215bdba3a3 (diff)
texmaker: 5.1.0 -> 5.1.1
Diffstat (limited to 'pkgs/applications/editors/texmaker')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 960e7301126ca..265783fe878fa 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -2,11 +2,11 @@
 
 mkDerivation rec {
   pname = "texmaker";
-  version = "5.1.0";
+  version = "5.1.1";
 
   src = fetchurl {
     url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
-    sha256 = "0zhqq9s5r2w44p7xhlxkj0c10jyx0hji5bjdpgp7xdlrvckr9yf6";
+    sha256 = "sha256-gANJknSWIMN+B0uAOtPil8EbjyWt4E+xOxOseR87Dd4=";
   };
 
   buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];