From a9414f42606e8435201eb5fb496dd79191cfc7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 9 Jun 2010 08:42:30 +0000 Subject: [PATCH] Updatin feh. This fixes a bug I reported: the last line or column were often not shown, scrolling or zooming. svn path=/nixpkgs/trunk/; revision=22190 --- 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 9f520bb37fa..e9d86aca52d 100644 --- a/pkgs/applications/graphics/feh/default.nix +++ b/pkgs/applications/graphics/feh/default.nix @@ -2,11 +2,11 @@ , libXinerama }: stdenv.mkDerivation { - name = "feh-1.6"; + name = "feh-1.6.1"; src = fetchurl { - url = https://derf.homelinux.org/projects/feh/feh-1.6.tar.bz2; - sha256 = "0wkgdxvl0kdcwab815gw0xk3iniain6l3b1x4d4kclf170wcnjqi"; + url = http://www.chaosdorf.de/~derf/feh/feh-1.6.1.tar.bz2; + sha256 = "1mv09b34ar0dx4wl22xak2g554xgpylicqy5zbnk3bh66vn9pxz2"; }; buildInputs = [x11 imlib2 giblib libjpeg libpng libXinerama];