about summary refs log tree commit diff
path: root/pkgs/applications/editors/texmaker
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2022-04-29 11:19:42 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2022-04-29 11:19:42 +0200
commit33b8b799ce89f6f3efb344304c7f27974f9f5bf0 (patch)
treed2a10c99a3ab1d9c52c9c6ec1640faa7ea05a555 /pkgs/applications/editors/texmaker
parent4f355040c40197f28cbdb7558fda395d1d7ea271 (diff)
downloadnixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar.gz
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar.bz2
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar.lz
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar.xz
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.tar.zst
nixlib-33b8b799ce89f6f3efb344304c7f27974f9f5bf0.zip
texmaker: 5.1.2 -> 5.1.3
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 4c176bab057d..693362f95f68 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.2";
+  version = "5.1.3";
 
   src = fetchurl {
     url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-UmiW8sGuVhEw7seq6BW53Nqejut3K2VB0NyUzpGnEEQ=";
+    sha256 = "0qczc2r01vhap11xmqizwbq21ggn4yjrxim8iqjxaq9w1rg2x9dz";
   };
 
   buildInputs = [ qtbase qtscript poppler zlib qtwebengine ];