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

vpl-gpu-rt: 25.1.3 -> 25.1.4 (#391564)

parents 3161da36 90a8ed2d
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 = "25.1.3";
  version = "25.1.4";

  outputs = [ "out" "dev" ];

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
    owner = "intel";
    repo = "vpl-gpu-rt";
    rev = "intel-onevpl-${version}";
    hash = "sha256-9ycPPdXEa1bSpVG3mIJc8bq3pNNf0Iie1LGBRpv/Lto=";
    hash = "sha256-pu9iEAhQE7eHmrjzsyWtIecT79vcZyr5QfPq/Ce3Xxg=";
  };

  nativeBuildInputs = [ cmake pkg-config ];