Skip to content

Commit 2edb7e9

Browse files
manveruzimbatm
authored andcommittedSep 15, 2017
ruby: 2.4.1 -> 2.4.2 (#29417)
1 parent 33b09c0 commit 2edb7e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎pkgs/development/interpreters/ruby/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ in {
212212
};
213213
};
214214

215-
ruby_2_4_1 = generic {
216-
version = rubyVersion "2" "4" "1" "";
215+
ruby_2_4_2 = generic {
216+
version = rubyVersion "2" "4" "2" "";
217217
sha256 = {
218-
src = "0l0201fqwzwygnrgxay469gbb2w865bnqckq00x3prdmbh6y2c53";
219-
git = "1gjn31ymypzzcwkrjx62hqw59fywz1x3cyvmi1f2yb9bwb3659ss";
218+
src = "174cdiz3am1f76vsnm3iqi9c5vqphypbf9kbxx6vqqmj01gfgfck";
219+
git = "1w83kzak3m6vv3k09ynfw9vpgc7vpmij3x3zmgrhwm4ds1sp5irl";
220220
};
221221
};
222222
}

‎pkgs/development/interpreters/ruby/patchsets.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rec {
3434
"${patchSet}/patches/ruby/2.3/head/railsexpress/02-improve-gc-stats.patch"
3535
"${patchSet}/patches/ruby/2.3/head/railsexpress/03-display-more-detailed-stack-trace.patch"
3636
];
37-
"2.4.1" = ops useRailsExpress [
37+
"2.4.2" = ops useRailsExpress [
3838
"${patchSet}/patches/ruby/2.4/head/railsexpress/01-skip-broken-tests.patch"
3939
"${patchSet}/patches/ruby/2.4/head/railsexpress/02-improve-gc-stats.patch"
4040
"${patchSet}/patches/ruby/2.4/head/railsexpress/03-display-more-detailed-stack-trace.patch"

‎pkgs/top-level/all-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6584,15 +6584,15 @@ with pkgs;
65846584
ruby_2_1_10
65856585
ruby_2_2_7
65866586
ruby_2_3_4
6587-
ruby_2_4_1;
6587+
ruby_2_4_2;
65886588

65896589
# Ruby aliases
65906590
ruby = ruby_2_3;
65916591
ruby_2_0 = ruby_2_0_0;
65926592
ruby_2_1 = ruby_2_1_10;
65936593
ruby_2_2 = ruby_2_2_7;
65946594
ruby_2_3 = ruby_2_3_4;
6595-
ruby_2_4 = ruby_2_4_1;
6595+
ruby_2_4 = ruby_2_4_2;
65966596

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

0 commit comments

Comments
 (0)
Please sign in to comment.