vpl-gpu-rt: 24.2.2 -> 24.2.3

This commit is contained in:
R. Ryantm 2024-06-13 03:58:19 +00:00
parent 0e3a6393a0
commit 3282b8a9a3

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "24.2.2";
version = "24.2.3";
outputs = [ "out" "dev" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
sha256 = "sha256-JtvRh4p4wPRnqFfE86tJW+yS9AKMoi3TPZO+LZ2Q7Mo=";
sha256 = "sha256-n2lkt7zRlpbPedNxa21EQvFdYyOAPF//TsY4srbGHQE=";
};
nativeBuildInputs = [ cmake pkg-config ];