vpl-gpu-rt: 24.2.5 -> 24.3.3

This commit is contained in:
R. Ryantm
2024-10-15 08:51:10 +00:00
parent c2bdda7b60
commit 4df521c75d
+2 -2
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "24.2.5";
version = "24.3.3";
outputs = [ "out" "dev" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
hash = "sha256-WYlA8+i8TTFHsU4+doLcv75F9MR2V/BEuNGGLgM4p1s=";
hash = "sha256-aTVSkkSQmcnRcx1J0zqdT6Z6f2GQVRTR8b2JFov6DFE=";
};
nativeBuildInputs = [ cmake pkg-config ];