Merge pull request #28064 from couchemar/elixir-1.5.1

elixir: 1.5.0 -> 1.5.1
This commit is contained in:
Jörg Thalheim 2017-08-11 23:28:40 +01:00 committed by GitHub
commit fc988f0d61
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
version = "1.5.0";
sha256 = "1y8c0s0wfgv444vhpnz9v8z8rc39kqhzzzkzqjxsh576vd868pbz";
version = "1.5.1";
sha256 = "0q0zr3v9cyb7p9aab8v038hnjm84nf9b60kikffp6w9rfqqqf767";
minimumOTPVersion = "18";
}

View file

@ -59,7 +59,7 @@ in
'';
meta = with stdenv.lib; {
homepage = http://elixir-lang.org/;
homepage = https://elixir-lang.org/;
description = "A functional, meta-programming aware language built on top of the Erlang VM";
longDescription = ''