From 2a5125b4f725c06899a3234b47a4b4a90d64b9f8 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 31 May 2023 11:31:25 -0400 Subject: [PATCH] llvmPackages_16: 16.0.1 -> 16.0.5 --- 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 1304ef2bdbc0..392dd7535868 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.1"; sha256 = "sha256-Vr978ZY0i0NkdE/uuwcTccshfAT61KIN6KNq0TdwBNE="; } +, officialRelease ? { version = "16.0.5"; sha256 = "sha256-JwL9EeKNhqnI1qD2mPZne3fM7xm6cWVDpiB9Ugc2CA4="; } # i.e.: # { # version = /* i.e. "15.0.0" */;