Update the download URL for feh, which seems to have changed.

svn path=/nixpkgs/trunk/; revision=27475
This commit is contained in:
Karn Kallio 2011-06-15 14:25:50 +00:00
parent ce3cb35e53
commit a0fbd997b4

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
name = "feh-1.14.1";
src = fetchurl {
url = http://www.chaosdorf.de/~derf/feh/feh-1.14.1.tar.bz2;
url = http://feh.finalrewind.org/feh-1.14.1.tar.bz2;
sha256 = "1dask2pm7y2yjvxlwiyi0v4145alixp5lk8v68dcs0qxz8v1pqk1";
};