mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
level-zero: 1.16.0 -> 1.16.1
Diff: https://github.com/oneapi-src/level-zero/compare/refs/tags/v1.16.0...v1.16.1 Changelog: https://github.com/oneapi-src/level-zero/blob/v1.16.1/CHANGELOG.md
This commit is contained in:
parent
f7858eaca7
commit
46dbad85d8
@ -7,13 +7,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "level-zero";
|
||||
version = "1.16.0";
|
||||
version = "1.16.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "oneapi-src";
|
||||
repo = "level-zero";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-YEYCbMj5oK9S117MgnC0O5SYM1jRGEIhFcLaOjC8bac=";
|
||||
hash = "sha256-iPWEZ9aJ3uI4cAKRgur78zdVwGtD6q1TqwNpK+mg5hw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake addOpenGLRunpath ];
|
||||
|
Loading…
Reference in New Issue
Block a user