From 5693872dc10836094ea4fce381a522e96bf93aaa Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Fri, 15 Jul 2011 15:10:22 +0000 Subject: [PATCH] Bumped feh to version 1.14.2 as the previous one does not exist anymore svn path=/nixpkgs/trunk/; revision=27800 --- pkgs/applications/graphics/feh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix index ab8aa1cc0e5..c36e79fbc3a 100644 --- a/pkgs/applications/graphics/feh/default.nix +++ b/pkgs/applications/graphics/feh/default.nix @@ -2,11 +2,11 @@ , libXinerama, curl }: stdenv.mkDerivation { - name = "feh-1.14.1"; + name = "feh-1.14.2"; src = fetchurl { - url = http://feh.finalrewind.org/feh-1.14.1.tar.bz2; - sha256 = "1dask2pm7y2yjvxlwiyi0v4145alixp5lk8v68dcs0qxz8v1pqk1"; + url = http://feh.finalrewind.org/feh-1.14.2.tar.bz2; + sha256 = "117g1caihil88a3q0qy9gqj521l3illlsk56cgxhpc2am6ch5nwr"; }; buildInputs = [x11 imlib2 giblib libjpeg libpng libXinerama curl];