Fixing the url (Thanks to Shea Levy)
svn path=/nixpkgs/trunk/; revision=33490
This commit is contained in:
parent
9db8eaac7f
commit
cbb7aef23c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue