summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorJustin Wood <justin.k.wood@protonmail.com>2018-05-23 11:27:41 -0400
committerJustin Wood <justin.k.wood@protonmail.com>2018-05-23 11:27:41 -0400
commitbe7b42f49f8f8c4843b85f0205048c8427468ae3 (patch)
tree60f431477ce221daad93a81d2323ec78127fe26a /pkgs/development/interpreters
parent1e225e6481530170068103d3916108ba5ee7a9d3 (diff)
downloadnixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.gz
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.bz2
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.lz
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.xz
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.zst
nixlib-be7b42f49f8f8c4843b85f0205048c8427468ae3.zip
elixir: 1.6.4 -> 1.6.5
Diffstat (limited to 'pkgs/development/interpreters')
-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 816bd92d5eed..fa631ebb3876 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.4";
-  sha256 = "0li2zb5ha7fdkjnzjbj3dxb9xls8xn6xr23fqwl7gp2697vcw3ws";
+  version = "1.6.5";
+  sha256 = "0il1fraz6c8qbqv4wrp16jqrkf3xglfa9f3sdm6q4vv8kjf3lxxb";
   minimumOTPVersion = "18";
 }