Skip to content

Commit

Permalink
ruby_2_7: 2.7.1 -> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and FRidh committed Oct 6, 2020
1 parent 35d7c8a commit 17e3f32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/ruby/default.nix
Expand Up @@ -240,10 +240,10 @@ in {
};

ruby_2_7 = generic {
version = rubyVersion "2" "7" "1" "";
version = rubyVersion "2" "7" "2" "";
sha256 = {
src = "0674x98f542y02r7n2yv2qhmh97blqhi2mvh2dn5f000vlxlh66l";
git = "0qk729kr5wm67xmwpljpdprwhp5wvn5y4ikqy00p1zcgwlwdcs33";
src = "1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf";
git = "0kbgznf1yprfp9645k31ra5f4757b7fichzi0hdg6nxkj90853s0";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Expand Up @@ -11,7 +11,7 @@
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/03-more-detailed-stacktrace.patch"
];
"2.7.1" = ops useRailsExpress [
"2.7.2" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.7/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/03-more-detailed-stacktrace.patch"
Expand Down

0 comments on commit 17e3f32

Please sign in to comment.