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

Revert "level-zero: 1.21.9 -> 1.22.3" (#414215)

parents ce64f827 976e3249
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.3";
  version = "1.21.9";

  src = fetchFromGitHub {
    owner = "oneapi-src";
    repo = "level-zero";
    tag = "v${version}";
    hash = "sha256-yCrfaAoxvsDngfayw13/HqL4RW/gC+eRls6WgIELWHE=";
    hash = "sha256-I9jCS4ZDEfOH/2kgIgeNne96Z5YZdzsmUGXza8PmXZI=";
  };

  nativeBuildInputs = [