elixir_1_6: 1.6.5 -> 1.6.6

This commit is contained in:
Jean-Philippe Cugnet 2018-08-22 23:51:17 +02:00
parent f3bf9610e9
commit bd054f64f5
No known key found for this signature in database
GPG Key ID: DE7B66F71BE85E31

View File

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.6.5";
sha256 = "0il1fraz6c8qbqv4wrp16jqrkf3xglfa9f3sdm6q4vv8kjf3lxxb";
version = "1.6.6";
sha256 = "1wl8rfpw0dxacq4f7xf6wjr8v2ww5691d0cfw9pzw7phd19vazgl";
minimumOTPVersion = "19";
}