Skip to content

Commit

Permalink
level-zero: 1.18.3 -> 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and mkg20001 committed Dec 4, 2024
1 parent 974ca3b commit 8d5f89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/le/level-zero/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.18.3";
version = "1.19.2";

src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "refs/tags/v${version}";
hash = "sha256-ep9RYHnqmOEqfdFtYzOZnv0aWu4TA8JMyWOj0E2uSYk=";
hash = "sha256-MnTPu7jsjHR+PDHzj/zJiBKi9Ou/cjJvrf87yMdSnz0=";
};

nativeBuildInputs = [ cmake addDriverRunpath ];
Expand Down

0 comments on commit 8d5f89a

Please sign in to comment.