From e864bcec29b217d3a723b006702cc009530694d3 Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 20 Dec 2024 10:34:52 +0300 Subject: [PATCH] mesa: 24.3.1 -> 24.3.2 Diff: https://gitlab.freedesktop.org/mesa/mesa/-/compare/mesa-24.3.1...mesa-24.3.2 Changelog: https://docs.mesa3d.org/relnotes/24.3.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 eb97ddeaf905..1cf2792341ba 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 = "24.3.1"; + version = "24.3.2"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = "mesa"; rev = "mesa-${version}"; - hash = "sha256-+UyeS2KkVexYdHj9WW8qVE8GLXyQn8G3ZW/Htog/m3I="; + hash = "sha256-6EcSOE73wEz+aS4C+GUVfcbJtGB0MvIL4a6zA1ohVGA="; }; meta = {