Skip to content

Commit

Permalink
ruby_2_6: 2.6.5 -> 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and alyssais committed Apr 1, 2020
1 parent 6011c05 commit deb8fd1
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 @@ -228,10 +228,10 @@ in {
};

ruby_2_6 = generic {
version = rubyVersion "2" "6" "5" "";
version = rubyVersion "2" "6" "6" "";
sha256 = {
src = "0zgdrgylq6avbblf78kpaf0k2xnkpc3jng3wkd7x67ycdrqnp5v6";
git = "0pay6ic22ag3bnvxffhgwp7z6clkd0p93944a1l4lvc5hxc8v77j";
src = "1492x795qzgp3zhpl580kd1sdp50n5hfsmpbfhdsq2rnxwyi8jrn";
git = "1jr9v99a7awssqmw7531afbx4a8i9x5yfqyffha545g7r4s7kj50";
};
};
}
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/ruby/patchsets.nix
Expand Up @@ -16,7 +16,7 @@
"${patchSet}/patches/ruby/2.5/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.5/head/railsexpress/03-more-detailed-stacktrace.patch"
];
"2.6.5" = ops useRailsExpress [
"2.6.6" = ops useRailsExpress [
"${patchSet}/patches/ruby/2.6/head/railsexpress/01-fix-broken-tests-caused-by-ad.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.6/head/railsexpress/03-more-detailed-stacktrace.patch"
Expand Down

0 comments on commit deb8fd1

Please sign in to comment.