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

level-zero: 1.16.14 -> 1.16.15
This commit is contained in:
Nick Cao 2024-04-25 10:04:23 -04:00 committed by GitHub
commit 4ae3d6a69f
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.14";
version = "1.16.15";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "refs/tags/v${version}";
hash = "sha256-kMXxPfKL7HsQAkdyDGiuSITJ2WtOes8pJ92sWg7JkgM=";
hash = "sha256-J+XIqaV1ThD0RqqcyIkzvTWCkIztjkHzGzUbj0qojJs=";
};
patches = [