about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-07-12 20:19:23 +0100
committerGitHub <noreply@github.com>2017-07-12 20:19:23 +0100
commitc0d28bdf239d549ed4920dfa4e7f9087182b0687 (patch)
tree23a2905e9dfd0d357e4a0e053094f7ca8f60323c /pkgs/development
parent2bb961ffb16ccd1eee30a34d6e7de4a84b0f48c9 (diff)
parent811142aa710ba2d4a20fe73d7a70dbecd8ab51b8 (diff)
downloadnixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar.gz
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar.bz2
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar.lz
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar.xz
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.tar.zst
nixlib-c0d28bdf239d549ed4920dfa4e7f9087182b0687.zip
Merge pull request #27332 from ankhers/update_elixir_rc
elixir: 1.5.0-rc.0 -> 1.5.0-rc.1
Diffstat (limited to 'pkgs/development')
-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 d9e2e9c16c62..add21c15a2d6 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.0-rc.0";
-  sha256 = "1p0sawz86w9na56c42ivdacqxzldjb9s9cvl2isj3sy4nwsa0l0j";
+  version = "1.5.0-rc.1";
+  sha256 = "1aqbhyzwjqg57f99kwqzxkk4gjaqgwb7nmgpgdp7psa0ly742i9q";
   minimumOTPVersion = "18";
 }