about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 19:10:15 +0000
committerYt <happysalada@proton.me>2022-10-11 18:45:15 -0400
commit3e08c10e68ec36b32ed5fde59e53526a8b386a01 (patch)
tree71d7f73e5e229c2fe3c9339f09515cd23390ec26 /pkgs
parentddb10345b1f3547272f2aacfc3c3d2b44969a7fd (diff)
elixir_1_14: 1.14.0 -> 1.14.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/elixir/1.14.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/elixir/1.14.nix b/pkgs/development/interpreters/elixir/1.14.nix
index 8b540014c6647..555a202659fb0 100644
--- a/pkgs/development/interpreters/elixir/1.14.nix
+++ b/pkgs/development/interpreters/elixir/1.14.nix
@@ -1,8 +1,8 @@
 { mkDerivation }:
 
 mkDerivation {
-  version = "1.14.0";
-  sha256 = "16rc4qaykddda6ax5f8zw70yhapgwraqbgx5gp3f40dvfax3d51l";
-  # https://hexdocs.pm/elixir/1.14.0/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
+  version = "1.14.1";
+  sha256 = "sha256-/QQckiRvwmD3gdIo19TXM0bIgdxNx8eQwpd1RnEo35A=";
+  # https://hexdocs.pm/elixir/1.14.1/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
   minimumOTPVersion = "23";
 }