mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vpl-gpu-rt: 25.1.1 -> 25.1.2 (#384079)
Co-authored-by: evanrichter <evanrichter@users.noreply.github.com>
This commit is contained in:
commit
d8b348c8ed
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vpl-gpu-rt";
|
pname = "vpl-gpu-rt";
|
||||||
version = "25.1.1";
|
version = "25.1.2";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "vpl-gpu-rt";
|
repo = "vpl-gpu-rt";
|
||||||
rev = "intel-onevpl-${version}";
|
rev = "intel-onevpl-${version}";
|
||||||
hash = "sha256-QMEUCMfhPRMXCSI/gDCSzPVL1fQM79QFATQaYjXel6A=";
|
hash = "sha256-Zu6IUAp9Daq3rysF5Ek7vrW2An3Qc6yeLUHCYmSZVW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue