summary refs log tree commit diff
path: root/pkgs/development/libraries/mesa
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-04-25 08:29:09 +0200
committerVladimír Čunát <v@cunat.cz>2023-04-25 08:29:09 +0200
commitd0ea36ece469a71a909ebff90777c2f7a49478bb (patch)
tree1e66d15f4198e50f546a9bcfa122f1578d982d7d /pkgs/development/libraries/mesa
parent497ac062667e907e04197278cc35da7f0c81a19e (diff)
downloadnixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar.gz
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar.bz2
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar.lz
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar.xz
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.tar.zst
nixpkgs-d0ea36ece469a71a909ebff90777c2f7a49478bb.zip
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).
Diffstat (limited to 'pkgs/development/libraries/mesa')
-rw-r--r--pkgs/development/libraries/mesa/23.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mesa/23.0.nix b/pkgs/development/libraries/mesa/23.0.nix
index acbe8a08fac..323e0019618 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=";
 }