From 75829dfb68c43bf0c9e8c21ab58baca5b56122f2 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 5 Jun 2025 00:19:06 +0300 Subject: [PATCH] mesa: 25.1.1 -> 25.1.2 Diff: https://gitlab.freedesktop.org/mesa/mesa/-/compare/mesa-25.1.1...mesa-25.1.2 Changelog: https://docs.mesa3d.org/relnotes/25.1.2.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 5d5bfd2fbd88..6d4cd1704617 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.1.1"; + version = "25.1.2"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; - hash = "sha256-Vk5sE7D8XHDOtxq0ax2a3FmQFWp7IDP4Y510EpnKWo4="; + hash = "sha256-oE1QZyCBFdWCFq5T+Unf0GYpvCssVNOEQtPQgPbatQQ="; }; meta = {