Skip to content

Commit

Permalink
level-zero: 1.20.0 -> 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2025
1 parent bafca6c commit d409bd1
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 @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.20.0";
version = "1.20.2";

src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${version}";
hash = "sha256-dn/1EZlEBbmu4p7/5fn6LhQXOEUvI/gtAdHnCnosGEs=";
hash = "sha256-IqnEjlKBB3nx2rOTBG+rrJ078z8+kkg52hFV2+5lJV0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d409bd1

Please sign in to comment.