mesa: 21.0.1 -> 21.0.2

This commit is contained in:
Michael Weiss 2021-04-07 20:05:59 +02:00
parent f1e22d45f0
commit e3bc983d8f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -32,7 +32,7 @@ with lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
version = "21.0.1";
version = "21.0.2";
branch = versions.major version;
in
@ -47,7 +47,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 = "1fqj2xhhd1ary0pfg31jq6fqcnd6qgyrw1445nmz554k8n2ck7rp";
sha256 = "122vvyk6dgvbfl119pysbdyii6f255r0cg7c8gp2sdsanmdxrha6";
};
prePatch = "patchShebangs .";