Unverified Commit b76c6945 authored by K900's avatar K900 Committed by GitHub
Browse files

mesa: 25.0.1 -> 25.0.2 (#391607)

parents 16709783 9c024b01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {
+0 −7
Original line number Diff line number Diff line
@@ -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 = ''