mesa_23_0: 23.0.1 -> 23.0.2, drop merged patch

This commit is contained in:
K900 2023-04-16 10:50:00 +03:00
parent a9709b3d9d
commit 62b9ccf838
2 changed files with 2 additions and 9 deletions

View File

@ -1,4 +1,4 @@
import ./generic.nix {
version = "23.0.1";
hash = "sha256-6OWGhWtViTq66b3NuYtBwIHZCbsfrzcubnJiMHvzSt8=";
version = "23.0.2";
hash = "sha256-G30zmfxvFvAwNh+SXTPrx2AMv5gJRYL1R3W2oRgFKec=";
}

View File

@ -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 = ''