From 6bad24f43644a37af6dacca75d4cb394edd78252 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 2 Apr 2025 23:39:10 +0300 Subject: [PATCH] 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 --- pkgs/development/libraries/mesa/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/mesa/common.nix b/pkgs/development/libraries/mesa/common.nix index eed15cbcbc93..496f74440aad 100644 --- a/pkgs/development/libraries/mesa/common.nix +++ b/pkgs/development/libraries/mesa/common.nix @@ -5,14 +5,14 @@ # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa rec { pname = "mesa"; - version = "25.0.2"; + version = "25.0.3"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; - hash = "sha256-NW2Xntdpt4Iec3z0E8j+omNRH/46IMYNuyD2MIFMs2M="; + hash = "sha256-OM/T6pkq4vgEYZ7TlLRVsyMknLxQC9L+iOPF20ToZi8="; }; meta = {