mesa: 22.3.1 -> 22.3.2

https://docs.mesa3d.org/relnotes/22.3.2.html
This commit is contained in:
Vladimír Čunát 2023-01-01 17:08:31 +01:00
parent af7bf7507f
commit 3cd6cd4120
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -41,7 +41,7 @@ with lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
version = "22.3.1";
version = "22.3.2";
branch = versions.major version;
withLibdrm = lib.meta.availableOn stdenv.hostPlatform libdrm;
@ -64,7 +64,7 @@ self = 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 = "sha256-PJzWEcCFnTB6ugZZgzOGq9ykyGFi08J1ulvmLRbPMes=";
sha256 = "c15df758a8795f53e57f2a228eb4593c22b16dffd9b38f83901f76cd9533140b";
};
# TODO: