From f39229bac9eb6e15bdb16d29bdbb9dd1c1a61924 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Dec 2004 17:38:54 +0000 Subject: * Gqview updated to 1.4.5. svn path=/nixpkgs/trunk/; revision=1975 --- pkgs/applications/graphics/gqview/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/graphics/gqview/default.nix') diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix index 80ecdc16ee75f..3bc1331b6ac71 100644 --- a/pkgs/applications/graphics/gqview/default.nix +++ b/pkgs/applications/graphics/gqview/default.nix @@ -6,11 +6,11 @@ assert pkgconfig != null && gtk != null && libpng != null; # !!! assert libpng == gtk.libpng; stdenv.mkDerivation { - name = "gqview-1.4.4"; + name = "gqview-1.4.5"; src = fetchurl { - url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.4.tar.gz; - md5 = "b3f1e1ca830c9cc0b484966fac9e6f28"; + url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.5.tar.gz; + md5 = "b196935767c2d3dc61243d9ed0801c2e"; }; buildInputs = [pkgconfig gtk libpng]; -- cgit 1.4.1