linuxPackages.ipu6-drivers: fix build on Linux >= 6.12, bump (#357050)

This commit is contained in:
Florian Klink 2024-11-21 13:55:23 +02:00 committed by GitHub
commit d533f739c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ipu6-drivers"; pname = "ipu6-drivers";
version = "unstable-2024-10-10"; version = "unstable-2024-11-19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "ipu6-drivers"; repo = "ipu6-drivers";
rev = "118952d49ec598f56add50d93fa7bc3ac4a05643"; rev = "0ad4988248d7e9382498a0b47fc78bb990b29a58";
hash = "sha256-xdMwINoKrdRHCPMpdZQn86ATi1dAXncMU39LLXS16mc="; hash = "sha256-UFvwuoAzwk1k4YiUK+4EeMKeTx9nVvBgBN5JKAfqZkQ=";
}; };
patches = [ "${src}/patches/0001-v6.10-IPU6-headers-used-by-PSYS.patch" ]; patches = [
"${src}/patches/0001-v6.10-IPU6-headers-used-by-PSYS.patch"
];
postPatch = '' postPatch = ''
cp --no-preserve=mode --recursive --verbose \ cp --no-preserve=mode --recursive --verbose \