onevpl-intel-gpu: 23.4.3 -> 24.2.2

This commit is contained in:
R. Ryantm 2024-05-08 07:59:20 +00:00
parent 3645b258dd
commit 1a50a4adfc

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 ];