We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2cee1 + d5e4474 commit d8b348cCopy full SHA for d8b348c
pkgs/by-name/vp/vpl-gpu-rt/package.nix
@@ -9,15 +9,15 @@
9
10
stdenv.mkDerivation rec {
11
pname = "vpl-gpu-rt";
12
- version = "25.1.1";
+ version = "25.1.2";
13
14
outputs = [ "out" "dev" ];
15
16
src = fetchFromGitHub {
17
owner = "intel";
18
repo = "vpl-gpu-rt";
19
rev = "intel-onevpl-${version}";
20
- hash = "sha256-QMEUCMfhPRMXCSI/gDCSzPVL1fQM79QFATQaYjXel6A=";
+ hash = "sha256-Zu6IUAp9Daq3rysF5Ek7vrW2An3Qc6yeLUHCYmSZVW0=";
21
};
22
23
nativeBuildInputs = [ cmake pkg-config ];
0 commit comments