Merge pull request #233219 from erdnaxe/ddcci-fix

ddcci-driver: fix kernel 6.2 and 6.3 compatibility

authored by Martin Weinelt and committed by GitHub 4df6f5e6 df29f3b9

+9
+9
pkgs/os-specific/linux/ddcci/default.nix
··· 12 12 hash = "sha256-1Z6V/AorD4aslLKaaCZpmkD2OiQnmpu3iroOPlNPtLE="; 13 13 }; 14 14 15 + patches = [ 16 + # https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/merge_requests/12 17 + (fetchpatch { 18 + name = "kernel-6.2-6.3.patch"; 19 + url = "https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/commit/1ef6079679acc455f75057dd7097b5b494a241dc.patch"; 20 + hash = "sha256-2C2leS20egGY3J2tq96gsUQXYw13wBJ3ZWrdIXxmEYs="; 21 + }) 22 + ]; 23 + 15 24 hardeningDisable = [ "pic" ]; 16 25 17 26 nativeBuildInputs = kernel.moduleBuildDependencies;