summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-22 14:17:34 +0200
committerGitHub <noreply@github.com>2018-09-22 14:17:34 +0200
commit9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb (patch)
treed0dbf13e78bac548b3692db42acc87b70976320b /pkgs/applications/misc/zathura
parent924d90d5e0ed8864ea2f85f42f82671c64a03fae (diff)
downloadnixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar.gz
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar.bz2
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar.lz
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar.xz
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.tar.zst
nixpkgs-9e87b56dd1e20b1d0f5fce34694f4e1362afd3fb.zip
zathura: 0.4.0 -> 0.4.1 (#47140)
This fixes the synctex-related build failure with texlive 2018
(currently on 18.09).
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/zathura/core/default.nix b/pkgs/applications/misc/zathura/core/default.nix
index 001d70775d6..56701cffb8c 100644
--- a/pkgs/applications/misc/zathura/core/default.nix
+++ b/pkgs/applications/misc/zathura/core/default.nix
@@ -11,11 +11,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "zathura-core-${version}";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchurl {
     url = "https://pwmt.org/projects/zathura/download/zathura-${version}.tar.xz";
-    sha256 = "1j0yah09adv3bsjhhbqra5lambal32svk8fxmf89wwmcqrcr4qma";
+    sha256 = "1znr3psqda06xklzj8mn452w908llapcg1rj468jwpg0wzv6pxfn";
   };
 
   nativeBuildInputs = [