lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

elixir_1_14: 1.14.4 -> 1.14.5

+3 -3
+3 -3
pkgs/development/interpreters/elixir/1.14.nix
··· 1 1 { mkDerivation }: 2 2 3 3 mkDerivation { 4 - version = "1.14.4"; 5 - sha256 = "sha256-mV40pSpLrYKT43b8KXiQsaIB+ap+B4cS2QUxUoylm7c="; 6 - # https://hexdocs.pm/elixir/1.14.4/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 4 + version = "1.14.5"; 5 + sha256 = "sha256-bCCTjFT+FG1hz+0H6k/izbCmi0JgO3Kkqc3LWWCs5Po="; 6 + # https://hexdocs.pm/elixir/1.14.5/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp 7 7 minimumOTPVersion = "23"; 8 8 }