···20202121 # We don't use the versions from common.nix, because libgbm is a world rebuild,
2222 # so the updates need to happen separately on staging.
2323- version = "25.0.1";
2323+ version = "25.1.0";
24242525 src = fetchFromGitLab {
2626 domain = "gitlab.freedesktop.org";
2727 owner = "mesa";
2828 repo = "mesa";
2929 rev = "mesa-${version}";
3030- hash = "sha256-9D4d7EEdZysvXDRcmpbyt85Lo64sldNRomp6/HUVORo=";
3030+ hash = "sha256-UlI+6OMUj5F6uVAw+Mg2wOZrjfdRq73d1qufaXVI/go";
3131 };
3232-3333- # Install gbm_backend_abi.h header - this is to simplify future iteration
3434- # on building Mesa and friends with system libgbm.
3535- # See also:
3636- # - https://github.com/NixOS/nixpkgs/pull/387292
3737- # - https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33890
3838- patches = [ ./gbm-header.patch ];
39324033 mesonAutoFeatures = "disabled";
4134
+2-2
pkgs/development/libraries/mesa/headers.nix
···1616 pname = "mesa-gl-headers";
17171818 # These are a bigger rebuild and don't change often, so keep them separate.
1919- version = "25.0.1";
1919+ version = "25.1.0";
20202121 src = fetchFromGitLab {
2222 domain = "gitlab.freedesktop.org";
2323 owner = "mesa";
2424 repo = "mesa";
2525 rev = "mesa-${version}";
2626- hash = "sha256-9D4d7EEdZysvXDRcmpbyt85Lo64sldNRomp6/HUVORo=";
2626+ hash = "sha256-UlI+6OMUj5F6uVAw+Mg2wOZrjfdRq73d1qufaXVI/go";
2727 };
28282929 dontBuild = true;