mesa: 20.2.4 -> 20.3.0

This commit is contained in:
Michael Weiss 2020-12-03 19:47:53 +01:00
parent 35aea2bff5
commit a9385a730b
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ with stdenv.lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
version = "20.2.4";
version = "20.3.0";
branch = versions.major version;
in
@ -46,7 +46,7 @@ stdenv.mkDerivation {
"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"
];
sha256 = "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5";
sha256 = "0c6697ls7fkayjblszfdl87cqrkmlfgm29rbsqf56cc7i2777699";
};
prePatch = "patchShebangs .";