summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/texmaker
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2020-01-04 20:18:06 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-01-04 20:18:06 +0100
commit457b17cf21846067917bb7fb9a6bace9312d9100 (patch)
tree90172c7a1fc0d6d15df9144f3c3f09c24d352aa9 /pkgs/applications/editors/texmaker
parentf0c39b4b633864d681de4b0ec8032418ca8d8838 (diff)
texmaker: 5.0.3 -> 5.0.4
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 71043cb78fe1..c45025dd80cc 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.0.3";
+ version = "5.0.4";
src = fetchurl {
url = "http://www.xm1math.net/texmaker/${pname}-${version}.tar.bz2";
- sha256 = "0vrj9w5lk3vf6138n5bz8phmy3xp5kv4dq1rgirghcf4hbxdyx30";
+ sha256 = "1qnh5g8zkjpjmw2l8spcynpfgs3wpcfcla5ms2kkgvkbdlzspqqx";
};
buildInputs = [ qtbase qtscript poppler zlib ];