about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoƩ Dupuis <joe@dupuis.io>2024-06-14 16:25:43 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-30 00:53:19 +0000
commit1edcc1d23f2e77233b0396dd1bb549855ea14edb (patch)
tree8b63c2878c14c383bc71cc20fd14a1a0202b5e24
parentdee0645cce071dc139347b760ca5b03d951ce476 (diff)
ruby_3_3: 3.3.2 -> 3.3.3 backport-319933-to-staging-24.05
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)
-rw-r--r--pkgs/development/interpreters/ruby/default.nix4
1 files 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=";
   };