vpl-gpu-rt: 24.4.3 -> 24.4.4

This commit is contained in:
R. Ryantm
2024-12-16 18:27:31 +00:00
parent 83b0c9fd14
commit c058ccc044
+2 -2
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "24.4.3";
version = "24.4.4";
outputs = [ "out" "dev" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
hash = "sha256-XkW59tdVObwRc7bIGoAaOGoK8CyB/My9a0uOeez4DK8=";
hash = "sha256-5xtF+8ffHkuGADmeb+ltYuypKp4g3EawwtH2GDLrBco=";
};
nativeBuildInputs = [ cmake pkg-config ];