Merge pull request #237193 from andresilva/andre/ipu6-drivers-02-06-2023

ipu6-drivers: unstable-2023-05-19 -> unstable-2023-06-02
This commit is contained in:
Martin Weinelt 2023-06-12 00:55:36 +02:00 committed by GitHub
commit de113b84a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation {
pname = "ipu6-drivers";
version = "unstable-2023-05-19";
version = "unstable-2023-06-02";
src = fetchFromGitHub {
owner = "intel";
repo = "ipu6-drivers";
rev = "8c02a846d1afe0e108964a2d3db4acb175712da9";
hash = "sha256-f2EuxVkCvEPyH0XbLCv5t/Mi0jdk7BOh1QluG/TxZr0=";
rev = "8e410803b5d31c2c5bf32961f786d205ba6acc5d";
hash = "sha256-6GiDSGqVBTQrVMd+Rz/Lckvec+mtbuQ1w/ymC4Cie4I=";
};
postPatch = ''