Skip to content

Commit 029a990

Browse files
committed
linuxPackages.ipu6-drivers: unstable-2024-10-10 -> unstable-2024-11-19
intel/ipu6-drivers#283 got merged, so we just can update the snapshot we're pointing to.
1 parent 162195d commit 029a990

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

pkgs/os-specific/linux/ipu6-drivers/default.nix

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,23 @@
11
{ lib
22
, stdenv
33
, fetchFromGitHub
4-
, fetchpatch
54
, ivsc-driver
65
, kernel
76
}:
87

98
stdenv.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 = ''

0 commit comments

Comments
 (0)