intel-llvm: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm
2026-08-22 10:40:01 +00:00
parent da3d07a670
commit 602266f7a1

View File

@@ -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";