mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python:cgkit: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
This commit is contained in:
parent
7262486743
commit
dda6c4d5f4
@ -3308,7 +3308,7 @@ in modules // {
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://downloads.sourceforge.net/project/cgkit/cgkit/cgkit-${version}/cgkit-${version}-py2k.tar.gz";
|
||||
url = "mirror://sourceforge/project/cgkit/cgkit/cgkit-${version}/cgkit-${version}-py2k.tar.gz";
|
||||
sha256 = "0vvllc42mdyma3c7yqhahs4bfxymm2kvmc4va7dxqr5x0rzh6rd6";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user