From 4aaa2d1af456ddea9d780df58552d5988f8e3730 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Feb 2026 03:52:23 +0000 Subject: [PATCH] jetbrains.ruby-mine: 2025.3.2 -> 2025.3.3 --- .../editors/jetbrains/ides/ruby-mine.nix | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/ides/ruby-mine.nix b/pkgs/applications/editors/jetbrains/ides/ruby-mine.nix index 8a9897f5f519..34d1470e8e63 100644 --- a/pkgs/applications/editors/jetbrains/ides/ruby-mine.nix +++ b/pkgs/applications/editors/jetbrains/ides/ruby-mine.nix @@ -12,20 +12,20 @@ let # update-script-start: urls urls = { x86_64-linux = { - url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.2.tar.gz"; - hash = "sha256-CUiJ/TRFOpcXSp1JhqpFQQvo0baOLmy2GRaWlDx1uQU="; + url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.3.tar.gz"; + hash = "sha256-us04i0hVWwpjqDtbNB80bgnu/vp+rW63ZgonE8J0nbU="; }; aarch64-linux = { - url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.2-aarch64.tar.gz"; - hash = "sha256-mR+3C4UBBlVeL/wO0uLNTv8U5HAHl7huVNyvNDFPRAw="; + url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.3-aarch64.tar.gz"; + hash = "sha256-IqzR88+u1JqYAiVGGe6Et+Gfhx1EWWADdT1mhxR87Ig="; }; x86_64-darwin = { - url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.2.dmg"; - hash = "sha256-bhK9MPiMN8zSEgg2UFAEAoXLJE0yBd/+VnGCCd25mtg="; + url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.3.dmg"; + hash = "sha256-Vsa2sxcRFspPHM/vFbIaplLJLrFU/EigPRZFPgUC4kc="; }; aarch64-darwin = { - url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.2-aarch64.dmg"; - hash = "sha256-u4XLyBR9p5/k5UZ3ZWB42JxlTqax75logTzJ6Av23Y0="; + url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.3-aarch64.dmg"; + hash = "sha256-hWql8QJOHbi7H/A7aL1qR0Irme2p0ksjrR4g5drKAlY="; }; }; # update-script-end: urls @@ -39,8 +39,8 @@ mkJetBrainsProduct { product = "RubyMine"; # update-script-start: version - version = "2025.3.2"; - buildNumber = "253.30387.79"; + version = "2025.3.3"; + buildNumber = "253.31033.144"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));