Merge pull request #307642 from r-ryantm/auto-update/onevpl-intel-gpu

onevpl-intel-gpu: 23.4.3 -> 24.2.2
This commit is contained in:
lassulus 2024-05-10 10:21:21 +02:00 committed by GitHub
commit a4572a98bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "onevpl-intel-gpu";
version = "23.4.3";
version = "24.2.2";
outputs = [ "out" "dev" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "oneapi-src";
repo = "oneVPL-intel-gpu";
rev = "intel-onevpl-${version}";
sha256 = "sha256-oDwDMUq6JpRJH5nbANb7TJLW7HRYA9y0xZxEsoepx/U=";
sha256 = "sha256-JtvRh4p4wPRnqFfE86tJW+yS9AKMoi3TPZO+LZ2Q7Mo=";
};
nativeBuildInputs = [ cmake pkg-config ];