From d85cd7fb61826dd4cb115d7929a75047f08d0749 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 11 Feb 2026 22:18:51 +0300 Subject: [PATCH] mesa: 25.3.5 -> 26.0.0 Diff: https://gitlab.freedesktop.org/mesa/mesa/-/compare/mesa-25.3.5...mesa-26.0.0 Changelog: https://docs.mesa3d.org/relnotes/26.0.0.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 b1beaa25ea3a..9eaa4a2ab272 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.3.5"; + version = "26.0.0"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; - hash = "sha256-IihkUQU5eY4UNjuUVGwTt9mPcH7LXphgUOR2Qc4ZmTc="; + hash = "sha256-CUJi0qWmxjC6MxmXDKrza6bOjYwbh//NcTTI2Z165lI="; }; meta = {