ruby_3_0: 3.0.3 -> 3.0.4

https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/

Fixes: CVE-2022-28738, CVE-2022-28739
This commit is contained in:
JR Boyens 2022-04-15 02:21:54 +02:00 committed by Martin Weinelt
parent dd5210d85a
commit 3e995fbb31
2 changed files with 3 additions and 3 deletions

View File

@ -262,8 +262,8 @@ in {
};
ruby_3_0 = generic {
version = rubyVersion "3" "0" "3" "";
sha256 = "1b4j39zyyvdkf1ax2c6qfa40b4mxfkr87zghhw19fmnzn8f8d1im";
version = rubyVersion "3" "0" "4" "";
sha256 = "0avj4g3s2839b2y4m6pk8kid74r8nj7k0qm2rsdcwjzhg8h7rd3h";
};
ruby_3_1 = generic {

View File

@ -6,7 +6,7 @@
"${patchSet}/patches/ruby/2.7/head/railsexpress/02-improve-gc-stats.patch"
"${patchSet}/patches/ruby/2.7/head/railsexpress/03-more-detailed-stacktrace.patch"
];
"3.0.3" = ops useRailsExpress [
"3.0.4" = ops useRailsExpress [
"${patchSet}/patches/ruby/3.0/head/railsexpress/01-improve-gc-stats.patch"
"${patchSet}/patches/ruby/3.0/head/railsexpress/02-malloc-trim.patch"
];