mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
intel-llvm: 7.0.0 -> 7.0.1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user