diff --git a/pkgs/by-name/in/intel-llvm/package.nix b/pkgs/by-name/in/intel-llvm/package.nix index 055a29438543..f3359a4ab770 100644 --- a/pkgs/by-name/in/intel-llvm/package.nix +++ b/pkgs/by-name/in/intel-llvm/package.nix @@ -49,19 +49,19 @@ let llvmMajorVersion = "22"; - version = "7.0.0"; + version = "7.0.1"; src = fetchFromGitHub { owner = "intel"; repo = "llvm"; tag = "v${self.version}"; - hash = "sha256-l4InHzR/W6Gihoxt9CjEREyB9LDIDQggskzFIPIS2bA="; + hash = "sha256-O925Qe+XpwtNqlAIGVkUjcjo7zS4iRp7qatBczDpdn0="; }; # The commit date of the release tag above, kept in sync by `updateScript`. # If you override src, you'll probably also want to override this, # as some packages check for this date to decide what features the compiler supports. - commitDate = "20260713"; + commitDate = "20260821"; vc-intrinsics-src = fetchFromGitHub { owner = "intel";