Merge pull request #334783 from K900/mesa-24.1.6

mesa: 24.1.5 -> 24.1.6
This commit is contained in:
K900
2024-08-15 10:00:19 +03:00
committed by GitHub
2 changed files with 2 additions and 9 deletions
+2 -2
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 = {
@@ -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 = ''