3
0
Fork 0
forked from mirrors/nixpkgs

level-zero: 1.8.8 -> 1.8.12

This commit is contained in:
R. Ryantm 2022-12-17 14:53:48 +00:00 committed by Bobby Rong
parent afba69bcb5
commit 6b24d97551

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.8.8";
version = "1.8.12";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "v${version}";
sha256 = "sha256-hfbTgEbvrhWkZEi8Km7KaxJBAc9X1kA/T2DLooKa7KQ=";
sha256 = "sha256-87fnucPg8JygYo3QSuA6ll0acbHQvmWzNLEp4dqkAH8=";
};
nativeBuildInputs = [ cmake addOpenGLRunpath ];