Unverified Commit 9eb8ac85 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

jetbrains.ruby-mine: 2025.3.4 -> 2026.1 (#505861)

parents 4d51411b b6da3f60
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -12,20 +12,20 @@ let
  # update-script-start: urls
  urls = {
    x86_64-linux = {
      url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.4.tar.gz";
      hash = "sha256-i96xMtC10f1V55WvF5iovk0JtixILe5r2snX0iCWH8A=";
      url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.tar.gz";
      hash = "sha256-BZsRMuFek5UEo16GHFcEd6gki1IaftWPA692mgefOXo=";
    };
    aarch64-linux = {
      url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.4-aarch64.tar.gz";
      hash = "sha256-lApU0A1aFqAU7+mT1etk7P+2IsSOBhrJgYUx9SYEpms=";
      url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.tar.gz";
      hash = "sha256-0bPG2f/RmUO8ZmxNtsEiXGdSahn4aVw/0OHCuGuMJDY=";
    };
    x86_64-darwin = {
      url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.4.dmg";
      hash = "sha256-1Yf50KibE5b83wiuNmEwe+YknSRCZ9ANAoi4jU/vyDk=";
      url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.dmg";
      hash = "sha256-3FC80XSQ/zLPGLw/ois45ikZ2Y0a25/eWEqlbd1TyI8=";
    };
    aarch64-darwin = {
      url = "https://download.jetbrains.com/ruby/RubyMine-2025.3.4-aarch64.dmg";
      hash = "sha256-mI3b1xu/fWbWBbb9/2TIhFSuSXvzYGCmQEgSQp8BaHg=";
      url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.dmg";
      hash = "sha256-xD+JYmiudMJGCCJB3Pf8+mNGURJFRxMDh+Nj7xUrfz8=";
    };
  };
  # update-script-end: urls
@@ -39,8 +39,8 @@ mkJetBrainsProduct {
  product = "RubyMine";

  # update-script-start: version
  version = "2025.3.4";
  buildNumber = "253.32098.44";
  version = "2026.1";
  buildNumber = "261.22158.284";
  # update-script-end: version

  src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));