tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
djview: minor update 4.10.3 -> 4.10.5
Vladimír Čunát
10 years ago
d81538ff
5d53d328
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
djview
default.nix
+2
-2
pkgs/applications/graphics/djview/default.nix
reviewed
···
5
5
# TODO: qt = qt5.base; # should work but there's a mysterious "-silent" error
6
6
in
7
7
stdenv.mkDerivation rec {
8
8
-
name = "djview-4.10.3";
8
8
+
name = "djview-4.10.5";
9
9
src = fetchurl {
10
10
url = "mirror://sourceforge/djvu/${name}.tar.gz";
11
11
-
sha256 = "09dbws0k8giizc0xqpad8plbyaply8x1pjc2k3207v2svk6hxf2h";
11
11
+
sha256 = "0gbvbly7w3cr8wgpyh76nf9w7cf7740vp7k5hccks186f6005cx0";
12
12
};
13
13
14
14
nativeBuildInputs = [ pkgconfig ];