From ee4806b35f9646263366bdc238b82c4326529457 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Tue, 9 Apr 2024 06:38:29 -0700 Subject: [PATCH] llvmPackages_18: 18.1.1 -> 18.1.3 (#302738) --- pkgs/development/compilers/llvm/18/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/llvm/18/default.nix b/pkgs/development/compilers/llvm/18/default.nix index ae1f4399cf2e..5f7f67438f0f 100644 --- a/pkgs/development/compilers/llvm/18/default.nix +++ b/pkgs/development/compilers/llvm/18/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 = "18.1.1"; sha256 = "sha256-qAPNvEpztJjPz+kr5KcZz4iUTErsD8iXLURKl3yZoC8="; } +, officialRelease ? { version = "18.1.3"; sha256 = "sha256-saQGbpYd95JuudwLcdG80GL8YhadH7TUY1FC0o0ithY="; } # i.e.: # { # version = /* i.e. "15.0.0" */;