Merge pull request #233440 from adamcstephens/elixir/1.14.5

elixir_1_14: 1.14.4 -> 1.14.5
This commit is contained in:
Weijia Wang 2023-05-24 17:48:20 +03:00 committed by GitHub
commit b730b4d801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ mkDerivation }:
mkDerivation {
version = "1.14.4";
sha256 = "sha256-mV40pSpLrYKT43b8KXiQsaIB+ap+B4cS2QUxUoylm7c=";
# https://hexdocs.pm/elixir/1.14.4/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
version = "1.14.5";
sha256 = "sha256-bCCTjFT+FG1hz+0H6k/izbCmi0JgO3Kkqc3LWWCs5Po=";
# https://hexdocs.pm/elixir/1.14.5/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
minimumOTPVersion = "23";
}