Skip to content

Commit

Permalink
intel-compute-runtime: 24.35.30872.22 -> 24.39.31294.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 23, 2024
1 parent ccae71c commit c70e35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/intel-compute-runtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "24.35.30872.22";
version = "24.39.31294.12";

src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-OI1pyH6g4U6FI2zE63oU9y8e39VgZUO0tSIOsOOon88=";
hash = "sha256-7GNtAo20DgxAxYSPt6Nh92nuuaS9tzsQGH+sLnsvBKU=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit c70e35a

Please sign in to comment.