linuxPackages.ipu6-drivers: 2023-01-17 -> 2023-02-20

This commit is contained in:
betaboon 2023-04-02 20:25:50 +02:00
parent fca30640bd
commit c54e33345f

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "ipu6-drivers";
version = "unstable-2023-01-17";
version = "unstable-2023-02-20";
src = fetchFromGitHub {
owner = "intel";
repo = pname;
rev = "f83b0747b297cc42325668aaf69471d89253b88e";
hash = "sha256-yl2ZtJUTh1/qmTA8USd+FBCUAY5qNdh4bSvFRPImQNI=";
rev = "dfedab03f3856010d37968cb384696038c73c984";
hash = "sha256-TKo04+fqY64SdDuWApuzRXBnaAW2DReubwFRsdfJMWM=";
};
postPatch = ''