mesa: 25.0.2 -> 25.0.3

Diff: https://gitlab.freedesktop.org/mesa/mesa/-/compare/mesa-25.0.2...mesa-25.0.3

Changelog: https://docs.mesa3d.org/relnotes/25.0.3.html

K900 6bad24f4 da5faea5

+2 -2
+2 -2
pkgs/development/libraries/mesa/common.nix
··· 5 # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa 6 rec { 7 pname = "mesa"; 8 - version = "25.0.2"; 9 10 src = fetchFromGitLab { 11 domain = "gitlab.freedesktop.org"; 12 owner = "mesa"; 13 repo = "mesa"; 14 rev = "mesa-${version}"; 15 - hash = "sha256-NW2Xntdpt4Iec3z0E8j+omNRH/46IMYNuyD2MIFMs2M="; 16 }; 17 18 meta = {
··· 5 # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa 6 rec { 7 pname = "mesa"; 8 + version = "25.0.3"; 9 10 src = fetchFromGitLab { 11 domain = "gitlab.freedesktop.org"; 12 owner = "mesa"; 13 repo = "mesa"; 14 rev = "mesa-${version}"; 15 + hash = "sha256-OM/T6pkq4vgEYZ7TlLRVsyMknLxQC9L+iOPF20ToZi8="; 16 }; 17 18 meta = {