mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
ruby_3_1: 3.1.5 -> 3.1.6
Changelog: https://github.com/ruby/ruby/releases/tag/v3_1_6 Release Notes: https://www.ruby-lang.org/en/news/2024/05/29/ruby-3-1-6-released/
This commit is contained in:
parent
f0d64d65a7
commit
1f908baaa1
1 changed files with 2 additions and 2 deletions
|
@ -299,8 +299,8 @@ in {
|
||||||
mkRuby = generic;
|
mkRuby = generic;
|
||||||
|
|
||||||
ruby_3_1 = generic {
|
ruby_3_1 = generic {
|
||||||
version = rubyVersion "3" "1" "5" "";
|
version = rubyVersion "3" "1" "6" "";
|
||||||
hash = "sha256-NoXFHu7hNSwx6gOXBtcZdvU9AKttdzEt5qoauvXNosU=";
|
hash = "sha256-DQ2vuFnnZ2NDJXGjEJ0VN9l2JmvjCDRFZR3Gje7SXCI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ruby_3_2 = generic {
|
ruby_3_2 = generic {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue