mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
linuxPackages.ipu6-drivers: fix build on Linux >= 6.12, bump (#357050)
This commit is contained in:
commit
d533f739c4
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user