File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
pkgs/os-specific/linux/ipu6-drivers Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 11{ lib
22, stdenv
33, fetchFromGitHub
4- , fetchpatch
54, ivsc-driver
65, kernel
76} :
87
98stdenv . mkDerivation rec {
109 pname = "ipu6-drivers" ;
11- version = "unstable-2024-10-10 " ;
10+ version = "unstable-2024-11-19 " ;
1211
1312 src = fetchFromGitHub {
1413 owner = "intel" ;
1514 repo = "ipu6-drivers" ;
16- rev = "118952d49ec598f56add50d93fa7bc3ac4a05643 " ;
17- hash = "sha256-xdMwINoKrdRHCPMpdZQn86ATi1dAXncMU39LLXS16mc =" ;
15+ rev = "0ad4988248d7e9382498a0b47fc78bb990b29a58 " ;
16+ hash = "sha256-UFvwuoAzwk1k4YiUK+4EeMKeTx9nVvBgBN5JKAfqZkQ =" ;
1817 } ;
1918
2019 patches = [
2120 "${ src } /patches/0001-v6.10-IPU6-headers-used-by-PSYS.patch"
22-
23-
24- # Fix compilation with kernels >= 6.12
25- # https://github.com/intel/ipu6-drivers/pull/283
26- ( fetchpatch {
27- url = "https://github.com/intel/ipu6-drivers/pull/283/commits/391832777148e8e59ebf08e5d04f87dc8f3cef5b.patch" ;
28- hash = "sha256-oC7wn4jrHNtvsgouq7F+ufIE02pJcm42ZmgU2TrAvjA=" ;
29- } )
30- ( fetchpatch {
31- url = "https://github.com/intel/ipu6-drivers/pull/283/commits/5379758bcb21be56b600817edf989dcc2c1775cf.patch" ;
32- hash = "sha256-9nOm0ffSNoyVV1y4J6RKBVRVYRxrEPOnggFXGIExLxs=" ;
33- } )
3421 ] ;
3522
3623 postPatch = ''
You can’t perform that action at this time.
0 commit comments