lol

djview: minor update 4.10.3 -> 4.10.5

+2 -2
+2 -2
pkgs/applications/graphics/djview/default.nix
··· 5 5 # TODO: qt = qt5.base; # should work but there's a mysterious "-silent" error 6 6 in 7 7 stdenv.mkDerivation rec { 8 - name = "djview-4.10.3"; 8 + name = "djview-4.10.5"; 9 9 src = fetchurl { 10 10 url = "mirror://sourceforge/djvu/${name}.tar.gz"; 11 - sha256 = "09dbws0k8giizc0xqpad8plbyaply8x1pjc2k3207v2svk6hxf2h"; 11 + sha256 = "0gbvbly7w3cr8wgpyh76nf9w7cf7740vp7k5hccks186f6005cx0"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkgconfig ];