summary refs log tree commit diff
path: root/pkgs
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
parent1e225e6481530170068103d3916108ba5ee7a9d3 (diff)
downloadnixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.gz
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.bz2
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.lz
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.xz
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.tar.zst
nixpkgs-be7b42f49f8f8c4843b85f0205048c8427468ae3.zip
elixir: 1.6.4 -> 1.6.5
Diffstat (limited to 'pkgs')
-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 816bd92d5ee..fa631ebb387 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";
 }