summary refs log tree commit diff
path: root/pkgs/development/interpreters/ruby
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-09-03 21:31:45 +0000
committerAlyssa Ross <hi@alyssa.is>2019-09-07 13:09:17 +0000
commitd3983caf451ae52b2a527e6a9ad1620b950a8276 (patch)
tree82120f5d0c30a0911953f68202d4924c2f38f4ac /pkgs/development/interpreters/ruby
parent20ed441141c3282232d44e3ba9ca1f28aef63145 (diff)
downloadnixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar.gz
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar.bz2
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar.lz
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar.xz
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.tar.zst
nixpkgs-d3983caf451ae52b2a527e6a9ad1620b950a8276.zip
ruby_2_3: remove
This has been EOL since December. We shouldn't still be facilitating
its use.

Fixes https://github.com/NixOS/nixpkgs/pull/67977.
Diffstat (limited to 'pkgs/development/interpreters/ruby')
-rw-r--r--pkgs/development/interpreters/ruby/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/interpreters/ruby/default.nix b/pkgs/development/interpreters/ruby/default.nix
index 9ddd2028d91..19cc5961966 100644
--- a/pkgs/development/interpreters/ruby/default.nix
+++ b/pkgs/development/interpreters/ruby/default.nix
@@ -211,14 +211,6 @@ let
     ) args; in self;
 
 in {
-  ruby_2_3 = generic {
-    version = rubyVersion "2" "3" "8" "";
-    sha256 = {
-      src = "1gwsqmrhpx1wanrfvrsj3j76rv888zh7jag2si2r14qf8ihns0dm";
-      git = "0158fg1sx6l6applbq0831kl8kzx5jacfl9lfg0shfzicmjlys3f";
-    };
-  };
-
   ruby_2_4 = generic {
     version = rubyVersion "2" "4" "7" "";
     sha256 = {