Skip to content

Commit

Permalink
vpl-gpu-rt: 24.4.3 -> 24.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent 83b0c9f commit c058ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vp/vpl-gpu-rt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

stdenv.mkDerivation rec {
pname = "vpl-gpu-rt";
version = "24.4.3";
version = "24.4.4";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
hash = "sha256-XkW59tdVObwRc7bIGoAaOGoK8CyB/My9a0uOeez4DK8=";
hash = "sha256-5xtF+8ffHkuGADmeb+ltYuypKp4g3EawwtH2GDLrBco=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit c058ccc

Please sign in to comment.