mesa: Update to 8.0.5

This commit is contained in:
Eelco Dolstra 2012-11-23 18:14:18 +01:00
parent 148f8d2c21
commit fe25e15009

View File

@ -7,14 +7,14 @@ if ! stdenv.lib.lists.elem stdenv.system stdenv.lib.platforms.mesaPlatforms then
throw "unsupported platform for Mesa"
else
let version = "8.0.4"; in
let version = "8.0.5"; in
stdenv.mkDerivation {
name = "mesa-${version}";
src = fetchurl {
url = "ftp://ftp.freedesktop.org/pub/mesa/${version}/MesaLib-${version}.tar.bz2";
md5 = "d546f988adfdf986cff45b1efa2d8a46";
md5 = "01305591073a76b65267f69f27d635a3";
};
patches =