summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-13 17:49:46 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-13 17:50:34 +0000
commit1f78f9fb7ac051e667c094208c24757d8879ad92 (patch)
tree3e728ff193bc699acec577ebd1bf3dc66f958cf1 /pkgs/development/libraries/mesa
parentb23f94ef5276372849f93f70d22683e5a656c421 (diff)
downloadnixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar.gz
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar.bz2
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar.lz
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar.xz
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.tar.zst
nixlib-1f78f9fb7ac051e667c094208c24757d8879ad92.zip
mesa: replace dead https link
Diffstat (limited to 'pkgs/development/libraries/mesa')
-rw-r--r--pkgs/development/libraries/mesa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix
index fe34a8bb88fa..728ef96666f6 100644
--- a/pkgs/development/libraries/mesa/default.nix
+++ b/pkgs/development/libraries/mesa/default.nix
@@ -79,7 +79,7 @@ stdenv.mkDerivation {
       "ftp://ftp.freedesktop.org/pub/mesa/mesa-${version}.tar.xz"
       "ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
       "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
-      "https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
+      "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
     ];
     sha256 = "0l75q9l4g15y66rqk2swqvj18qj60hpimv0f97jk44bfrpz0i92v";
   };