Skip to content

Commit

Permalink
Merge pull request NixOS#319473 from r-ryantm/auto-update/vpl-gpu-rt
Browse files Browse the repository at this point in the history
vpl-gpu-rt: 24.2.2 -> 24.2.3
  • Loading branch information
nixpkgs-merge-bot[bot] committed Jun 14, 2024
2 parents eb5ff26 + 3282b8a commit 2faf6e0
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.2.2";
version = "24.2.3";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "intel";
repo = "vpl-gpu-rt";
rev = "intel-onevpl-${version}";
sha256 = "sha256-JtvRh4p4wPRnqFfE86tJW+yS9AKMoi3TPZO+LZ2Q7Mo=";
sha256 = "sha256-n2lkt7zRlpbPedNxa21EQvFdYyOAPF//TsY4srbGHQE=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit 2faf6e0

Please sign in to comment.