about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRahul Butani <rrbutani@users.noreply.github.com>2023-03-24 07:20:27 -0500
committerAlyssa Ross <hi@alyssa.is>2023-04-17 20:10:41 +0000
commit98182aec04aa1d429db5b4fe1c16a057e13306d3 (patch)
tree29bc4ca2cd22cdc02b7ddfb0ba5929a06c51d838 /pkgs/development
parenta77eef2bb9970e9fd911c834cba6d22e1261d07b (diff)
downloadnixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar.gz
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar.bz2
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar.lz
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar.xz
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.tar.zst
nixlib-98182aec04aa1d429db5b4fe1c16a057e13306d3.zip
llvmPackages_git: unstable-2022-26-07 → 15.0.7
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
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/llvm/git/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/compilers/llvm/git/default.nix b/pkgs/development/compilers/llvm/git/default.nix
index e0d4b5366557..c7b5e03226ef 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" */;