mesa: 26.2.2 -> 26.2.3 (#564025)

This commit is contained in:
K900
2026-09-16 21:11:34 +00:00
committed by GitHub

View File

@@ -5,14 +5,14 @@
# nix build .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "26.2.2";
version = "26.2.3";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-IzQjO9q/GWJyBGwbye5gd2nPaheiTHoK2eR/J6QLMCI=";
hash = "sha256-vhoX4anFe68PNpkOsdtme1fnGSCmKit+dyNYq6ox9AM=";
};
meta = {