ruby_3_0: 3.0.1 -> 3.0.2

https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
This commit is contained in:
Mario Rodas 2021-07-07 04:20:00 +00:00
parent 5f9f17cc11
commit afd61a6069
2 changed files with 4 additions and 4 deletions

View file

@ -269,10 +269,10 @@ in {
}; };
ruby_3_0 = generic { ruby_3_0 = generic {
version = rubyVersion "3" "0" "1" ""; version = rubyVersion "3" "0" "2" "";
sha256 = { sha256 = {
src = "09vpnxxcxc46qv40xbxr9xkdpbgb0imdy25l2vpsxxlr47djb61n"; src = "1wg6yyzc6arzikcy48igqbxfcdc79bmfpiyfi9m9j1lzmphdx1ah";
git = "0vricyhnnczcbsgvz65pdhi9yx1i34zarbjlc5y5mcmj01y9r7ar"; git = "1kbkxqichi11vli080jgyvjf2xgnlbl9l2f2n1hv4s8b31gjib3r";
}; };
}; };
} }

View file

@ -11,7 +11,7 @@
"${patchSet}/patches/ruby/2.7/head/railsexpress/02-improve-gc-stats.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" "${patchSet}/patches/ruby/2.7/head/railsexpress/03-more-detailed-stacktrace.patch"
]; ];
"3.0.1" = ops useRailsExpress [ "3.0.2" = ops useRailsExpress [
"${patchSet}/patches/ruby/3.0/head/railsexpress/01-improve-gc-stats.patch" "${patchSet}/patches/ruby/3.0/head/railsexpress/01-improve-gc-stats.patch"
"${patchSet}/patches/ruby/3.0/head/railsexpress/02-malloc-trim.patch" "${patchSet}/patches/ruby/3.0/head/railsexpress/02-malloc-trim.patch"
]; ];