From d0ea36ece469a71a909ebff90777c2f7a49478bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 25 Apr 2023 08:29:09 +0200 Subject: [PATCH] mesa: 23.0.2 -> 23.0.3 https://docs.mesa3d.org/relnotes/23.0.3.html Rebuild amounts are fairly low now (1.5k x86_64-linux, basically no darwin). --- pkgs/development/libraries/mesa/23.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/mesa/23.0.nix b/pkgs/development/libraries/mesa/23.0.nix index acbe8a08fac5..323e00196181 100644 --- a/pkgs/development/libraries/mesa/23.0.nix +++ b/pkgs/development/libraries/mesa/23.0.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "23.0.2"; - hash = "sha256-G30zmfxvFvAwNh+SXTPrx2AMv5gJRYL1R3W2oRgFKec="; + version = "23.0.3"; + hash = "sha256-OGNipdgN87CWY2tn80Dhzme3BbRHZ9W90R0u0QNxktU="; }