mesa-libgbm: 25.1.0 -> 26.0.3

https://docs.mesa3d.org/relnotes/26.0.3.html
This commit is contained in:
Philip Taron
2026-03-23 11:41:15 -07:00
parent 289da69226
commit 75544d2e52
+2 -2
View File
@@ -20,14 +20,14 @@ stdenv.mkDerivation rec {
# We don't use the versions from common.nix, because libgbm is a world rebuild,
# so the updates need to happen separately on staging.
version = "25.1.0";
version = "26.0.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-UlI+6OMUj5F6uVAw+Mg2wOZrjfdRq73d1qufaXVI/go";
hash = "sha256-CTOnJKsx9hDtLhDnuJSGc/lBQ2ZcDm3/Iie7awusGho=";
};
mesonAutoFeatures = "disabled";