Update the download URL for feh, which seems to have changed.
svn path=/nixpkgs/trunk/; revision=27475
This commit is contained in:
parent
ce3cb35e53
commit
a0fbd997b4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue