mesa: 24.1.5 -> 24.1.6

This commit is contained in:
K900 2024-08-15 09:07:03 +03:00
parent 78a583fbf0
commit 4405fd10d7
2 changed files with 2 additions and 9 deletions

View File

@ -5,14 +5,14 @@
# nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa
rec {
pname = "mesa";
version = "24.1.5";
version = "24.1.6";
src = fetchurl {
urls = [
"https://archive.mesa3d.org/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
hash = "sha256-AnYf/ZZd1kuVQh6/yhGR1zckq6APMANACSN1ZPNM+XY=";
hash = "sha256-2pTAkI1WYkZzabae2CNtoeFXcUGm59JRcam/Vjg7NOg=";
};
meta = {

View File

@ -139,13 +139,6 @@ in stdenv.mkDerivation {
patches = [
./opencl.patch
# Fixes video corruption / crashes when decoding video on AMD iGPUs
# FIXME: remove in the next update
(fetchpatch {
url = "https://gitlab.freedesktop.org/mesa/mesa/-/commit/8b35da91b23afc65256b78a59d116fd09544cd28.patch";
hash = "sha256-z0KKBtot3VxXiS16YcmwZbeg8HSCLzEbvWdufI/fOk8=";
})
];
postPatch = ''