Merge pull request #331489 from K900/mesa-24.1.5

mesa: 24.1.4 -> 24.1.5
This commit is contained in:
K900
2024-08-01 16:23:44 +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.4";
version = "24.1.5";
src = fetchurl {
urls = [
"https://archive.mesa3d.org/mesa-${version}.tar.xz"
"https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
];
hash = "sha256-fPfG9mUmOtASKInB1LB2ZUwe7ep6LzjGnIxRV5k3reE=";
hash = "sha256-AnYf/ZZd1kuVQh6/yhGR1zckq6APMANACSN1ZPNM+XY=";
};
meta = {
@@ -138,13 +138,6 @@ in stdenv.mkDerivation {
patches = [
./opencl.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/11533
(fetchpatch {
name = "ffmpeg.patch";
url = "https://gitlab.freedesktop.org/mesa/mesa/-/commit/241f70e5a13bb9c13a168282446ad074e16c3d74.patch";
hash = "sha256-Cx7OL8iXGAOuDbCQReCCxSrWYvfZVrGoP0txIKSLTvs=";
})
];
postPatch = ''