Skip to content

Commit

Permalink
ruby: 2.4.1 -> 2.4.2 (#29417)
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru authored and zimbatm committed Sep 15, 2017
1 parent 33b09c0 commit 2edb7e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/ruby/default.nix
Expand Up @@ -212,11 +212,11 @@ in {
};
};

ruby_2_4_1 = generic {
version = rubyVersion "2" "4" "1" "";
ruby_2_4_2 = generic {
version = rubyVersion "2" "4" "2" "";
sha256 = {
src = "0l0201fqwzwygnrgxay469gbb2w865bnqckq00x3prdmbh6y2c53";
git = "1gjn31ymypzzcwkrjx62hqw59fywz1x3cyvmi1f2yb9bwb3659ss";
src = "174cdiz3am1f76vsnm3iqi9c5vqphypbf9kbxx6vqqmj01gfgfck";
git = "1w83kzak3m6vv3k09ynfw9vpgc7vpmij3x3zmgrhwm4ds1sp5irl";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Expand Up @@ -34,7 +34,7 @@ rec {
"${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.3/head/railsexpress/03-display-more-detailed-stack-trace.patch"
];
"2.4.1" = ops useRailsExpress [
"2.4.2" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.4/head/railsexpress/01-skip-broken-tests.patch"
"${patchSet}/patches/ruby/2.4/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.4/head/railsexpress/03-display-more-detailed-stack-trace.patch"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -6584,15 +6584,15 @@ with pkgs;
ruby_2_1_10
ruby_2_2_7
ruby_2_3_4
ruby_2_4_1;
ruby_2_4_2;

# Ruby aliases
ruby = ruby_2_3;
ruby_2_0 = ruby_2_0_0;
ruby_2_1 = ruby_2_1_10;
ruby_2_2 = ruby_2_2_7;
ruby_2_3 = ruby_2_3_4;
ruby_2_4 = ruby_2_4_1;
ruby_2_4 = ruby_2_4_2;

scsh = callPackage ../development/interpreters/scsh { };

Expand Down

0 comments on commit 2edb7e9

Please sign in to comment.