summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-04-03 15:23:18 -0400
committerTim Steinbach <tim@nequissimus.com>2017-04-03 15:23:18 -0400
commitbc45ee50c4f043bea57422e94a92e79fd07eb379 (patch)
tree6e4bf2455f977ad1048ea5a55ce804d1ae85de0d /pkgs/top-level
parent1bf690c1bb7bfc167d6ad78102a625320691e1ac (diff)
downloadnixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar.gz
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar.bz2
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar.lz
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar.xz
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.tar.zst
nixpkgs-bc45ee50c4f043bea57422e94a92e79fd07eb379.zip
ruby: 2.4.0 -> 2.4.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 50aa1b0e8af..19a0c5cef0f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -741,7 +741,7 @@ with pkgs;
   catclock = callPackage ../applications/misc/catclock { };
 
   cde = callPackage ../tools/package-management/cde { };
-  
+
   cdemu-daemon = callPackage ../misc/emulators/cdemu/daemon.nix { };
 
   cdemu-client = callPackage ../misc/emulators/cdemu/client.nix { };
@@ -5331,7 +5331,7 @@ with pkgs;
   jdk = jdk8;
   jre = jre8;
   jre_headless = jre8_headless;
-  
+
   openshot-qt = libsForQt56.callPackage ../applications/video/openshot-qt { };
 
   oraclejdk = pkgs.jdkdistro true false;
@@ -6084,7 +6084,7 @@ with pkgs;
     ruby_2_1_10
     ruby_2_2_5
     ruby_2_3_3
-    ruby_2_4_0;
+    ruby_2_4_1;
 
   # Ruby aliases
   ruby = ruby_2_3;
@@ -6092,7 +6092,7 @@ with pkgs;
   ruby_2_1 = ruby_2_1_10;
   ruby_2_2 = ruby_2_2_5;
   ruby_2_3 = ruby_2_3_3;
-  ruby_2_4 = ruby_2_4_0;
+  ruby_2_4 = ruby_2_4_1;
 
   scsh = callPackage ../development/interpreters/scsh { };