about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-01-05 13:37:38 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-01-05 15:02:04 +0100
commitd84a33d85b621f4621f4e4da1c74b8ad896a349e (patch)
treee773c07b718c4ccfe8474735a5ecd4930512ef17 /pkgs/development/interpreters
parentd9707792b5e1af8999ddcb790b8b1b06305dd186 (diff)
parent17f4d415a2270441dd19f7abcc2fe7b5a1c6900b (diff)
downloadnixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar.gz
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar.bz2
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar.lz
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar.xz
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.tar.zst
nixlib-d84a33d85b621f4621f4e4da1c74b8ad896a349e.zip
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/elixir/1.3.nix7
-rw-r--r--pkgs/development/interpreters/elixir/1.8.nix7
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/interpreters/elixir/1.3.nix b/pkgs/development/interpreters/elixir/1.3.nix
deleted file mode 100644
index 43d48e2cf7cd..000000000000
--- a/pkgs/development/interpreters/elixir/1.3.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ mkDerivation }:
-
-mkDerivation rec {
-  version = "1.3.4";
-  sha256 = "01qqv1ghvfadcwcr5p88w8j217cgaf094pmpqllij3l0q1yg104l";
-  minimumOTPVersion = "18";
-}
diff --git a/pkgs/development/interpreters/elixir/1.8.nix b/pkgs/development/interpreters/elixir/1.8.nix
new file mode 100644
index 000000000000..65c008f8ac6b
--- /dev/null
+++ b/pkgs/development/interpreters/elixir/1.8.nix
@@ -0,0 +1,7 @@
+{ mkDerivation }:
+
+mkDerivation rec {
+  version = "1.8.0-rc.1";
+  sha256 = "06k9q46cwn79ic6kw0b0mskf9rqlgm02jb8n1ajz55kmw134kq6m";
+  minimumOTPVersion = "20";
+}