Merge pull request #92294 from r-ryantm/auto-update/elixir

elixir: 1.10.3 -> 1.10.4
This commit is contained in:
Oleksii Filonenko 2020-07-07 17:47:17 +03:00 committed by GitHub
commit 0f66375d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz
mkDerivation {
version = "1.10.3";
sha256 = "18bqqqzvhr1zj491wc3d36a310mg1wcs12npp70zfmgqrc60q65a";
version = "1.10.4";
sha256 = "16j4rmm3ix088fvxhvyjqf1hnfg7wiwa87gml3b2mrwirdycbinv";
minimumOTPVersion = "21";
}