Fixing the url (Thanks to Shea Levy)

svn path=/nixpkgs/trunk/; revision=33490
This commit is contained in:
Cillian de Roiste 2012-03-30 10:38:07 +00:00
parent 9db8eaac7f
commit cbb7aef23c

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "mupdf-0.7";
src = fetchurl {
url = "http://mupdf.com/download/${name}.tar.gz";
url = "http://mupdf.com/download/archive/${name}.tar.gz";
sha256 = "e7f6307fa472575d27fe893e787ddb3fc927f03ba4ae23105f917189e81960a6";
};