mesa: 25.1.5 -> 25.1.6 (#425824)

This commit is contained in:
K900 2025-07-16 19:11:32 +03:00 committed by GitHub
commit a0b29e1b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
rec { rec {
pname = "mesa"; pname = "mesa";
version = "25.1.5"; version = "25.1.6";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "mesa"; owner = "mesa";
repo = "mesa"; repo = "mesa";
rev = "mesa-${version}"; rev = "mesa-${version}";
hash = "sha256-AZAd1/wiz8d0lXpim9obp6/K7ySP12rGFe8jZrc9Gl0="; hash = "sha256-SHYYezt2ez9awvIATEC6wVMZMuJUsOYXxlugs1Q6q7U=";
}; };
meta = { meta = {