linuxPackages.ipu6-drivers: unstable-2024-11-19 -> unstable-2025-02-19

(fix https://github.com/NixOS/nixpkgs/issues/377292)
Fix building with kernel 6.13.
Fix out of tree builds not finding the ipu6*.h files.
This commit is contained in:
L-Trump
2025-02-24 01:04:56 +08:00
parent 32fb99ba93
commit c9b04a3b5a
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ipu6-drivers";
version = "unstable-2024-11-19";
version = "unstable-2025-02-19";
src = fetchFromGitHub {
owner = "intel";
repo = "ipu6-drivers";
rev = "0ad4988248d7e9382498a0b47fc78bb990b29a58";
hash = "sha256-UFvwuoAzwk1k4YiUK+4EeMKeTx9nVvBgBN5JKAfqZkQ=";
rev = "7af071481f3d2d3cef1e70113c10f62ac6351723";
hash = "sha256-pe7lqK+CHpgNWpC8GEZ3FKfYcuVuRUaWlW18D9AsrSk=";
};
patches = [