Loading pkgs/development/libraries/mesa/common.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading pkgs/development/libraries/mesa/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ , expat , fetchCrate , fetchFromGitLab , fetchpatch , file , flex , glslang Loading Loading @@ -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 = '' Loading Loading
pkgs/development/libraries/mesa/common.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading
pkgs/development/libraries/mesa/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ , expat , fetchCrate , fetchFromGitLab , fetchpatch , file , flex , glslang Loading Loading @@ -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 = '' Loading