From 7789efcfd34c29d217e1a29dbe715de6ef1e3093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 5 Jun 2023 06:30:56 +0200 Subject: [PATCH] Revert "Merge #235219: llvmPackages_16: 16.0.1 -> 16.0.5" This reverts commit c8d485b29b4c7dca5fd5bbc96ad073343a13626a, reversing changes made to 4a640f8bb68caa0c33eb671c16ed189573c717a3. llvm_16 won't even apply patches successfully, so backing out for now. --- pkgs/development/compilers/llvm/16/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/llvm/16/default.nix b/pkgs/development/compilers/llvm/16/default.nix index 392dd7535868..1304ef2bdbc0 100644 --- a/pkgs/development/compilers/llvm/16/default.nix +++ b/pkgs/development/compilers/llvm/16/default.nix @@ -25,7 +25,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 ? { version = "16.0.5"; sha256 = "sha256-JwL9EeKNhqnI1qD2mPZne3fM7xm6cWVDpiB9Ugc2CA4="; } +, officialRelease ? { version = "16.0.1"; sha256 = "sha256-Vr978ZY0i0NkdE/uuwcTccshfAT61KIN6KNq0TdwBNE="; } # i.e.: # { # version = /* i.e. "15.0.0" */;