mesa: 22.3.3 -> 22.3.4

https://docs.mesa3d.org/relnotes/22.3.4.html
This commit is contained in:
Vladimír Čunát 2023-01-28 10:10:25 +01:00
parent 277d34fbdf
commit 2b5f71eed1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -39,7 +39,7 @@
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
# Release frequency: https://www.mesa3d.org/releasing.html#schedule
version = "22.3.3";
version = "22.3.4";
branch = lib.versions.major version;
withLibdrm = lib.meta.availableOn stdenv.hostPlatform libdrm;
@ -62,7 +62,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-vteZeIvyvZ7wedl82OCTSL9TywhoGFeOQHc7KxeBKSI=";
sha256 = "37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593";
};
# TODO: