Skip to content

Commit

Permalink
Merge pull request NixOS#306286 from marsam/ruby
Browse files Browse the repository at this point in the history
ruby: 3.1.4 -> 3.1.5, 3.2.3 -> 3.2.4, 3.3.0 -> 3.3.1
  • Loading branch information
marsam authored Apr 24, 2024
2 parents 0977f86 + e49c774 commit acba655
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/interpreters/ruby/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,19 +296,19 @@ in {
mkRuby = generic;

ruby_3_1 = generic {
version = rubyVersion "3" "1" "4" "";
hash = "sha256-o9VYeaDfqx1xQf3xDSKgfb+OXNxEFdob3gYSfVzDx7Y=";
version = rubyVersion "3" "1" "5" "";
hash = "sha256-NoXFHu7hNSwx6gOXBtcZdvU9AKttdzEt5qoauvXNosU=";
};

ruby_3_2 = generic {
version = rubyVersion "3" "2" "3" "";
hash = "sha256-r38XV9ndtjA0WYgTkhHx/VcP9bqDDe8cx8Rorptlybo=";
version = rubyVersion "3" "2" "4" "";
hash = "sha256-xys8XDBILcoYsPhoyQdfP0fYFo6vYm1OaCzltZyFhpI=";
cargoHash = "sha256-6du7RJo0DH+eYMOoh3L31F3aqfR5+iG1iKauSV1uNcQ=";
};

ruby_3_3 = generic {
version = rubyVersion "3" "3" "0" "";
hash = "sha256-llGIFNmDK+zpKoVBWoGdSJOzB9tZIa4fD3Uamomla30=";
version = rubyVersion "3" "3" "1" "";
hash = "sha256-jcKvKALMcAzRgtVDByY4jM+IWz8KFPzWoPIf8knJqpk=";
cargoHash = "sha256-GeelTMRFIyvz1QS2L+Q3KAnyQy7jc0ejhx3TdEFVEbk=";
};

Expand Down

0 comments on commit acba655

Please sign in to comment.