zathura: 0.4.0 -> 0.4.1 (#47140)

This fixes the synctex-related build failure with texlive 2018
(currently on 18.09).
This commit is contained in:
xeji
2018-09-22 14:17:34 +02:00
committed by GitHub
parent 924d90d5e0
commit 9e87b56dd1

View File

@@ -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 = [