vpl-gpu-rt: 25.1.3 -> 25.1.4 (#391564)

Co-authored-by: evanrichter <evanrichter@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-20 17:07:51 +00:00
committed by GitHub
co-authored by evanrichter
+2 -2
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "25.1.3";
version = "25.1.4";
outputs = [ "out" "dev" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
hash = "sha256-9ycPPdXEa1bSpVG3mIJc8bq3pNNf0Iie1LGBRpv/Lto=";
hash = "sha256-pu9iEAhQE7eHmrjzsyWtIecT79vcZyr5QfPq/Ce3Xxg=";
};
nativeBuildInputs = [ cmake pkg-config ];