Commit 44d19c66 authored by R. RyanTM's avatar R. RyanTM
Browse files

level-zero: 1.17.17 -> 1.17.19

parent bd24e293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "level-zero";
  version = "1.17.17";
  version = "1.17.19";

  src = fetchFromGitHub {
    owner = "oneapi-src";
    repo = "level-zero";
    rev = "refs/tags/v${version}";
    hash = "sha256-+8bIY/90dXsCdCMeoxL1+OK2Yhl4XNRI3RPuPouGWHc=";
    hash = "sha256-WfnoYLBBXzYQ35Og6UgGFv6ebLMBos49JvJcZANRhd8=";
  };

  nativeBuildInputs = [ cmake addOpenGLRunpath ];