mesa: 25.0.1 -> 25.0.2 (#391607)

This commit is contained in:
K900
2025-03-20 19:31:23 +03:00
committed by GitHub
2 changed files with 2 additions and 9 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "25.0.1";
version = "25.0.2";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "mesa";
rev = "mesa-${version}";
hash = "sha256-9D4d7EEdZysvXDRcmpbyt85Lo64sldNRomp6/HUVORo=";
hash = "sha256-NW2Xntdpt4Iec3z0E8j+omNRH/46IMYNuyD2MIFMs2M=";
};
meta = {
@@ -6,7 +6,6 @@
, expat
, fetchCrate
, fetchFromGitLab
, fetchpatch
, file
, flex
, glslang
@@ -142,12 +141,6 @@ in stdenv.mkDerivation {
patches = [
./opencl.patch
./system-gbm.patch
# Fix graphical corruption in FFXIV
# Remove when updating to 25.0.2
(fetchpatch {
url = "https://gitlab.freedesktop.org/mesa/mesa/-/commit/0ec174afd56fe48bcfa071d4b8ed704106f46f91.patch";
hash = "sha256-6A9AkCa+DeUO683hlsNTvSWGFJJ+zfqYA2BThaqCEoU=";
})
];
postPatch = ''