mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Fixing the url for the python mechanize package (I thought it was a usual sf file)
svn path=/nixpkgs/trunk/; revision=19311
This commit is contained in:
parent
2cbbaa62ae
commit
380bd29bed
@ -164,7 +164,7 @@ rec {
|
||||
name = "mechanize-0.1.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/wwwsearch/${name}.tar.gz";
|
||||
url = "http://wwwsearch.sourceforge.net/mechanize/src/${name}.tar.gz";
|
||||
sha256 = "1h62mwy4iz09jqz17nrb9j8y0djd500zdfqwrz9xmdwqzqwixkj2";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user