vpl-gpu-rt: 25.1.1 -> 25.1.2 (#384079)

Co-authored-by: evanrichter <evanrichter@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-22 03:19:38 +00:00 committed by GitHub
commit d8b348c8ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "25.1.1";
version = "25.1.2";
outputs = [ "out" "dev" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
hash = "sha256-QMEUCMfhPRMXCSI/gDCSzPVL1fQM79QFATQaYjXel6A=";
hash = "sha256-Zu6IUAp9Daq3rysF5Ek7vrW2An3Qc6yeLUHCYmSZVW0=";
};
nativeBuildInputs = [ cmake pkg-config ];