Commit c9b04a3b authored by L-Trump's avatar L-Trump
Browse files

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.
parent 32fb99ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [