summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-08-27 22:51:40 +0800
committerGitHub <noreply@github.com>2018-08-27 22:51:40 +0800
commit4c7c56caf675332a7c660443e6275e5fc918197b (patch)
treecd7351cfa58f57d69dd78d86f7bab34f7ad0fc82
parente301589013e4f99dcb4fb7d0df00c3c7037c046e (diff)
parentfe6ef99ffc3f14d1eeb753a19efd3b8b444d6bcd (diff)
downloadnixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar.gz
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar.bz2
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar.lz
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar.xz
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.tar.zst
nixlib-4c7c56caf675332a7c660443e6275e5fc918197b.zip
Merge pull request #45673 from ejpcmac/update-elixir_1_7
elixir_1_7: 1.7.2 -> 1.7.3
-rw-r--r--pkgs/development/interpreters/elixir/1.7.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/elixir/1.7.nix b/pkgs/development/interpreters/elixir/1.7.nix
index 321a41f50e11..d97d416bc27d 100644
--- a/pkgs/development/interpreters/elixir/1.7.nix
+++ b/pkgs/development/interpreters/elixir/1.7.nix
@@ -1,7 +1,7 @@
 { mkDerivation }:
 
 mkDerivation rec {
-  version = "1.7.2";
-  sha256 = "0wnrx6wlpmr23ypm8za0c4dl952nj4rjylcsdzz0xrma92ylrqfq";
+  version = "1.7.3";
+  sha256 = "0d7rj4khmvy76z12njzwzknm1j9rhjadgj9k1chjd4gnjffkb1aa";
   minimumOTPVersion = "19";
 }