Commit 62b9ccf8 authored by K900's avatar K900
Browse files

mesa_23_0: 23.0.1 -> 23.0.2, drop merged patch

parent a9709b3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
import ./generic.nix {
  version = "23.0.1";
  hash = "sha256-6OWGhWtViTq66b3NuYtBwIHZCbsfrzcubnJiMHvzSt8=";
  version = "23.0.2";
  hash = "sha256-G30zmfxvFvAwNh+SXTPrx2AMv5gJRYL1R3W2oRgFKec=";
}
+0 −7
Original line number Diff line number Diff line
@@ -133,13 +133,6 @@ self = stdenv.mkDerivation {

    ./opencl.patch
    ./disk_cache-include-dri-driver-path-in-cache-key.patch

    # FIXME: submitted upstream at https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22133
    # Remove when no longer applicable
    (fetchpatch {
      url = "https://gitlab.freedesktop.org/mesa/mesa/-/commit/1457f1b752f59258c0b33558619b0063b4ce6280.diff";
      hash = "sha256-WFemyfmCWY4rJMfGxVZdYeGQvGcOTEDMrRt5OIWp348=";
    })
  ];

  postPatch = ''