Unverified Commit 1c5ff8f9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

level-zero: 1.26.2 -> 1.26.3 (#472579)

parents d353f318 2e31f24f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "level-zero";
  version = "1.26.2";
  version = "1.26.3";

  src = fetchFromGitHub {
    owner = "oneapi-src";
    repo = "level-zero";
    tag = "v${version}";
    hash = "sha256-I1/zhAnfgHF1jN7EhHFWshkk8lZE0rjYQxPwzgq0aF0=";
    hash = "sha256-AFdACq4oooxv9XMrFjDwSXO+dIoGETqhuqgc0qENkNI=";
  };

  nativeBuildInputs = [