summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Ross <tristan.ross@midstall.com>2024-04-09 06:38:29 -0700
committerGitHub <noreply@github.com>2024-04-09 15:38:29 +0200
commitee4806b35f9646263366bdc238b82c4326529457 (patch)
treed76fc914681567e7bd9d0fdbbd7b9a910a217107
parentea9a85946a8b7ac67e77d1c075e4f16dacd4fba0 (diff)
llvmPackages_18: 18.1.1 -> 18.1.3 (#302738)
-rw-r--r--pkgs/development/compilers/llvm/18/default.nix2
1 files changed, 1 insertions, 1 deletions
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" */;