summary refs log tree commit diff
path: root/pkgs/development/libraries/coin3d
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-05-31 09:58:49 +0200
committerLluís Batlle i Rossell <viric@viric.name>2013-05-31 10:25:35 +0200
commitce88984ecc6613d22b5ebe95238f7b62e4022c35 (patch)
treeab8299c9d1d5c8b34cd4bcbac7030563dd59e516 /pkgs/development/libraries/coin3d
parent9b9bd3d0553c04e81a8f68c36e82a79cbe43f01d (diff)
downloadnixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar.gz
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar.bz2
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar.lz
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar.xz
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.tar.zst
nixpkgs-ce88984ecc6613d22b5ebe95238f7b62e4022c35.zip
New URLs for coin3d
Diffstat (limited to 'pkgs/development/libraries/coin3d')
-rw-r--r--pkgs/development/libraries/coin3d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/coin3d/default.nix b/pkgs/development/libraries/coin3d/default.nix
index f676c9abaa0..b477a88ed53 100644
--- a/pkgs/development/libraries/coin3d/default.nix
+++ b/pkgs/development/libraries/coin3d/default.nix
@@ -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";
   };