3
0
Fork 0
forked from mirrors/nixpkgs

New URLs for coin3d

This commit is contained in:
Lluís Batlle i Rossell 2013-05-31 09:58:49 +02:00
parent 9b9bd3d055
commit ce88984ecc
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "3.1.3";
src = fetchurl {
url = "http://ftp.coin3d.org/coin/src/all/Coin-${version}.tar.gz";
url = "https://bitbucket.org/Coin3D/coin/downloads/Coin-${version}.tar.gz";
sha256 = "05ylhrcglm81dajbk132l1w892634z2i97x10fm64y1ih72phd2q";
};

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.5.0";
src = fetchurl {
url = "http://ftp.coin3d.org/coin/src/all/SoQt-${version}.tar.gz";
url = "https://bitbucket.org/Coin3D/coin/downloads/SoQt-${version}.tar.gz";
sha256 = "14dbh8ynzjcgwgxjc6530c5plji7vn62kbdf447w0dp53564p8zn";
};