File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/os-specific/linux/ipu6-drivers Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 77
88stdenv . mkDerivation rec {
99 pname = "ipu6-drivers" ;
10- version = "unstable-2024-10-10 " ;
10+ version = "unstable-2024-11-19 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "intel" ;
1414 repo = "ipu6-drivers" ;
15- rev = "118952d49ec598f56add50d93fa7bc3ac4a05643 " ;
16- hash = "sha256-xdMwINoKrdRHCPMpdZQn86ATi1dAXncMU39LLXS16mc =" ;
15+ rev = "0ad4988248d7e9382498a0b47fc78bb990b29a58 " ;
16+ hash = "sha256-UFvwuoAzwk1k4YiUK+4EeMKeTx9nVvBgBN5JKAfqZkQ =" ;
1717 } ;
1818
19- patches = [ "${ src } /patches/0001-v6.10-IPU6-headers-used-by-PSYS.patch" ] ;
19+ patches = [
20+ "${ src } /patches/0001-v6.10-IPU6-headers-used-by-PSYS.patch"
21+ ] ;
2022
2123 postPatch = ''
2224 cp --no-preserve=mode --recursive --verbose \
You can’t perform that action at this time.
0 commit comments