aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/elixir
diff options
context:
space:
mode:
authorJustin Wood <justin.k.wood@gmail.com>2018-01-17 14:22:48 -0500
committerJustin Wood <justin.k.wood@gmail.com>2018-01-17 14:22:48 -0500
commit3497ce23bd6235f2de5e13bf1c41d6ba1dbe1c0a (patch)
tree244c6877fe34d70cb130f5eddd2db87aecb0f9ac /pkgs/development/interpreters/elixir
parentf96373262f5af078a4c118d9fb881eb7295dfe76 (diff)
Elixir: 1.6-rc -> 1.6
Diffstat (limited to 'pkgs/development/interpreters/elixir')
-rw-r--r--pkgs/development/interpreters/elixir/1.6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/elixir/1.6.nix b/pkgs/development/interpreters/elixir/1.6.nix
index 168007d22d77..673a4b6e51bb 100644
--- a/pkgs/development/interpreters/elixir/1.6.nix
+++ b/pkgs/development/interpreters/elixir/1.6.nix
@@ -1,7 +1,7 @@
{ mkDerivation }:
mkDerivation rec {
- version = "1.6.0-rc.1";
- sha256 = "06g6n9qvv57xa07fyaqhki2y8zw24m3smcjiw1wiw9pzl5a76iby";
+ version = "1.6.0";
+ sha256 = "0wfmbrq70n85mx17kl9h2k0xzgnhncz3xygjx9cbvpmiwwdzgrdx";
minimumOTPVersion = "18";
}