summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-11-04 20:30:27 +0100
committermimadrid <mimadrid@ucm.es>2017-11-04 20:30:27 +0100
commita6e12e5cf53d4d2a2d1e37a27954c9f472762ad0 (patch)
tree2fd8e8d9bfa57900810bc370a707a9c0bf540d0d /pkgs/development/interpreters
parent6269306a8dfa0744ddc4609946a8105b996cd23a (diff)
downloadnixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar.gz
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar.bz2
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar.lz
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar.xz
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.tar.zst
nixlib-a6e12e5cf53d4d2a2d1e37a27954c9f472762ad0.zip
elixir: 1.5.1 -> 1.5.2
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/elixir/1.5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/elixir/1.5.nix b/pkgs/development/interpreters/elixir/1.5.nix
index e85d25002235..469502a3f85e 100644
--- a/pkgs/development/interpreters/elixir/1.5.nix
+++ b/pkgs/development/interpreters/elixir/1.5.nix
@@ -1,7 +1,7 @@
 { mkDerivation }:
 
 mkDerivation rec {
-  version = "1.5.1";
-  sha256 = "0q0zr3v9cyb7p9aab8v038hnjm84nf9b60kikffp6w9rfqqqf767";
+  version = "1.5.2";
+  sha256 = "0ng7z2gz1c8lkn07fric18b3awcw886s9xb864kmnn2iah5gc65j";
   minimumOTPVersion = "18";
 }