Merge pull request #302742 from r-ryantm/auto-update/level-zero

level-zero: 1.16.11 -> 1.16.14
This commit is contained in:
Weijia Wang 2024-04-16 23:53:51 +02:00 committed by GitHub
commit ac8de80a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.16.11";
version = "1.16.14";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "refs/tags/v${version}";
hash = "sha256-ER7ceIC7d00uH8NTBgwtKgQ/YMPr9ardAE8+D+RVHmY=";
hash = "sha256-kMXxPfKL7HsQAkdyDGiuSITJ2WtOes8pJ92sWg7JkgM=";
};
patches = [