From d54d18fa8b17a691c7e20e124b82572c7a728dba Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 Jan 2007 19:15:51 +0000 Subject: * Gqview 2.1.5. svn path=/nixpkgs/trunk/; revision=7529 --- pkgs/applications/graphics/gqview/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix index 62c9a7326492..561d6c02ab26 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-2.1.1"; + name = "gqview-2.1.5"; src = fetchurl { - url = http://nix.cs.uu.nl/dist/tarballs/gqview-2.1.1.tar.gz; - md5 = "2cd110305cfe4c530fcd6e34bb52e1f2"; + url = http://mesh.dl.sourceforge.net/sourceforge/gqview/gqview-2.1.5.tar.gz; + md5 = "4644187d9b14b1dc11ac3bb146f262ea"; }; buildInputs = [pkgconfig gtk libpng]; -- cgit 1.4.1