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

elixir_1_8: 1.8.1 -> 1.8.2
This commit is contained in:
Ryan Mulligan 2019-05-22 05:30:16 -07:00 committed by GitHub
commit f6eec8adda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.8.1";
sha256 = "1npnrkn21kqqfqrsn06mr78jxs6n5l8c935jpxvnmj7iysp50pf9";
version = "1.8.2";
sha256 = "1n77cpcl2b773gmj3m9s24akvj9gph9byqbmj2pvlsmby4aqwckq";
minimumOTPVersion = "20";
}