djview: minor update 4.10.3 -> 4.10.5

This commit is contained in:
Vladimír Čunát 2016-01-08 20:41:38 +01:00
parent 5d53d3282c
commit d81538ff49

View File

@ -5,10 +5,10 @@ let
# TODO: qt = qt5.base; # should work but there's a mysterious "-silent" error
in
stdenv.mkDerivation rec {
name = "djview-4.10.3";
name = "djview-4.10.5";
src = fetchurl {
url = "mirror://sourceforge/djvu/${name}.tar.gz";
sha256 = "09dbws0k8giizc0xqpad8plbyaply8x1pjc2k3207v2svk6hxf2h";
sha256 = "0gbvbly7w3cr8wgpyh76nf9w7cf7740vp7k5hccks186f6005cx0";
};
nativeBuildInputs = [ pkgconfig ];