From 454e5eb904e729d0388b0789ae94c2287b777e57 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Sun, 19 Sep 2004 16:37:14 +0000
Subject: [PATCH] * Gqview updated to 1.4.4.

svn path=/nixpkgs/trunk/; revision=1466
---
 pkgs/applications/graphics/gqview/default.nix | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix
index 0af6244d8007..80ecdc16ee75 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.3";
+  name = "gqview-1.4.4";
 
   src = fetchurl {
-    url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.3.tar.gz;
-    md5 = "6a6a08309a91aab902304a3c6ed392eb";
+    url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.4.tar.gz;
+    md5 = "b3f1e1ca830c9cc0b484966fac9e6f28";
   };
 
   buildInputs = [pkgconfig gtk libpng];