From d44c74e6e37e727ccdb2015177da408df86cb1a6 Mon Sep 17 00:00:00 2001 From: Rahul Butani Date: Fri, 24 Mar 2023 07:20:27 -0500 Subject: [PATCH] =?UTF-8?q?llvmPackages=5Fgit:=20unstable-2022-26-07=20?= =?UTF-8?q?=E2=86=92=2015.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bumping `llvmPackages_git` to match `llvmPackages_15`; this will let us continuing bringing `llvmPackages_git` to parity with `llvmPackages_15` without needing to invest time and effort into getting the current llvmPackages_git's commit's test suite to pass under all the platforms, etc. this will also allow us to begin diffing derivations between `llvmPackages_15` and `llvmPackages_git` as a way of tracking down remaining differences between the package sets --- pkgs/development/compilers/llvm/git/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/compilers/llvm/git/default.nix b/pkgs/development/compilers/llvm/git/default.nix index e0d4b5366557e..c7b5e03226ef3 100644 --- a/pkgs/development/compilers/llvm/git/default.nix +++ b/pkgs/development/compilers/llvm/git/default.nix @@ -16,12 +16,7 @@ else pkgs.bintools , darwin # LLVM release information; specify one of these but not both: -, gitRelease ? { - version = "15.0.0"; - rev = "a5640968f2f7485b2aa4919f5fa68fd8f23e2d1f"; - rev-version = "unstable-2022-26-07"; - sha256 = "1sh5xihdfdn2hp7ds3lkaq1bfrl4alj36gl1aidmhlw65p5rdvl7"; - } +, gitRelease ? null # i.e.: # { # version = /* i.e. "15.0.0" */; @@ -29,7 +24,7 @@ # rev-version = /* human readable version; i.e. "unstable-2022-26-07" */; # sha256 = /* checksum for this release, can omit if specifying your own `monorepoSrc` */; # } -, officialRelease ? null +, officialRelease ? { version = "15.0.7"; sha256 = "sha256-wjuZQyXQ/jsmvy6y1aksCcEDXGBjuhpgngF3XQJ/T4s="; } # i.e.: # { # version = /* i.e. "15.0.0" */;