Unverified Commit bf2d63a5 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

level-zero: 1.22.4 -> 1.24.1 (#434203)

parents b32a72fd b7b9a858
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "level-zero";
  version = "1.22.4";
  version = "1.24.1";

  src = fetchFromGitHub {
    owner = "oneapi-src";
    repo = "level-zero";
    tag = "v${version}";
    hash = "sha256-9MZcxpRyr0YMLHKTgxqJnm72rAYLkTdrn7Egky8mM48=";
    hash = "sha256-mDVq8wUkCvXHTqW4niYB1JIZIQQNpHTmhPu3Ydy6IyQ=";
  };

  nativeBuildInputs = [