Merge pull request #162348 from teoljungberg/bump-ruby

ruby: 3.1.0 -> 3.1.1
This commit is contained in:
Thiago Kenji Okada 2022-03-12 19:17:11 +00:00 committed by GitHub
commit 9ff1703ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -268,10 +268,10 @@ in {
};
ruby_3_1 = generic {
version = rubyVersion "3" "1" "0" "";
version = rubyVersion "3" "1" "1" "";
sha256 = {
src = "sha256-UKBQTG7ctNYc5rjP292qlXBxlfqw7Ne16SZUsqlBKFQ=";
git = "sha256-TcsoWY+zVZeue1/ypV1L0WERp1UVK35WtVtYPYiJh4c=";
src = "sha256-/m5Hgt6XRDl43bqLpL440iKqJNw+PwKmqOdwHA7rYZ0=";
git = "sha256-76t/tGyK5nz7nvcRdHJTjjckU+Kv+/kbTMiNWJ93jU8=";
};
};
}

View file

@ -10,6 +10,6 @@
"${patchSet}/patches/ruby/3.0/head/railsexpress/01-improve-gc-stats.patch"
"${patchSet}/patches/ruby/3.0/head/railsexpress/02-malloc-trim.patch"
];
"3.1.0" = ops useRailsExpress [ # no patches yet (2021-12-25)
"3.1.1" = ops useRailsExpress [ # no patches yet (2021-12-25)
];
}