From 1edcc1d23f2e77233b0396dd1bb549855ea14edb Mon Sep 17 00:00:00 2001 From: JoƩ Dupuis Date: Fri, 14 Jun 2024 16:25:43 -0700 Subject: ruby_3_3: 3.3.2 -> 3.3.3 Changelog: https://github.com/ruby/ruby/releases/tag/v3_3_3 Release Notes: https://www.ruby-lang.org/en/news/2024/06/12/ruby-3-3-3-released/ (cherry picked from commit aa86df04519693f7c8778b954900719304ed433a) --- pkgs/development/interpreters/ruby/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/ruby/default.nix b/pkgs/development/interpreters/ruby/default.nix index 6d7618dfb3940..b9a1610981dd1 100644 --- a/pkgs/development/interpreters/ruby/default.nix +++ b/pkgs/development/interpreters/ruby/default.nix @@ -307,8 +307,8 @@ in { }; ruby_3_3 = generic { - version = rubyVersion "3" "3" "2" ""; - hash = "sha256-O+HRAOvyoM5gws2NIs2dtNZLPgShlDvixP97Ug8ry1s="; + version = rubyVersion "3" "3" "3" ""; + hash = "sha256-g8BbIXfunDNbYxspuMB3tHcBZtAvpSfzqfakDRPzzOI="; cargoHash = "sha256-GeelTMRFIyvz1QS2L+Q3KAnyQy7jc0ejhx3TdEFVEbk="; }; -- cgit 1.4.1