about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorTristan Ross <tristan.ross@midstall.com>2024-04-19 16:37:43 -0700
committerAlyssa Ross <hi@alyssa.is>2024-04-28 20:17:09 +0200
commitba69cd4eb436dd367f3f4ec37d0c2f93db7af287 (patch)
tree47444c775033570ea2f37a0a34a981be0655dce9 /pkgs/development
parent9e5cd80f1df6f3df438d062695d3e1670cfa556f (diff)
llvmPackages_18: 18.1.3 -> 18.1.4
Diffstat (limited to 'pkgs/development')
-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 4d2b160a23ff1..3c78cd44fdf58 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.3"; sha256 = "sha256-saQGbpYd95JuudwLcdG80GL8YhadH7TUY1FC0o0ithY="; }
+, officialRelease ? { version = "18.1.4"; sha256 = "sha256-LyQEb4ZJXm2hkPOM9XITIploMT2VKIQWxUFio7SXrc0="; }
   # i.e.:
   # {
   #   version = /* i.e. "15.0.0" */;