elixir: 1.5.0 -> 1.5.1

Also homepage URL is updated
This commit is contained in:
Andrey Pavlov 2017-08-09 11:51:14 +03:00
parent 90282d95bd
commit da430a1597
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -59,7 +59,7 @@ in
''; '';
meta = with stdenv.lib; { 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"; description = "A functional, meta-programming aware language built on top of the Erlang VM";
longDescription = '' longDescription = ''