Merge pull request #79717 from filalex77/elixir-1.10.1

elixir_1_10: 1.10.0 -> 1.10.1
This commit is contained in:
worldofpeace 2020-02-10 13:30:29 -05:00 committed by GitHub
commit a41b9c64af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

@ -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.0";
sha256 = "1fz22c2jqqm2jvzxar11bh1djg3kqdn5rbxdddlz0cv6mfz7hvgv";
version = "1.10.1";
sha256 = "07iccn90yp11ms58mwkwd9ixd9vma0025l9zm6l7y0jjzrj3vycy";
minimumOTPVersion = "21";
}

@ -73,6 +73,6 @@ in
license = licenses.epl10;
platforms = platforms.unix;
maintainers = with maintainers; [ the-kenny havvy couchemar ankhers ];
maintainers = with maintainers; [ the-kenny havvy couchemar ankhers filalex77 ];
};
})