Unverified Commit 121aa118 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

vpl-gpu-rt: 24.4.4 -> 25.1.0 (#373728)

parents 7a9b2fef 1a4453f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

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

  outputs = [ "out" "dev" ];

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
    owner = "intel";
    repo = "vpl-gpu-rt";
    rev = "intel-onevpl-${version}";
    hash = "sha256-5xtF+8ffHkuGADmeb+ltYuypKp4g3EawwtH2GDLrBco=";
    hash = "sha256-J3yp9KbAmXVE0jhFcNkEIsPdMe/LsWxLes3zC56FS08=";
  };

  nativeBuildInputs = [ cmake pkg-config ];