Loading pkgs/applications/editors/jetbrains/ides/ruby-mine.nix +10 −10 Original line number Diff line number Diff line Loading @@ -12,20 +12,20 @@ let # update-script-start: urls urls = { x86_64-linux = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.tar.gz"; hash = "sha256-BZsRMuFek5UEo16GHFcEd6gki1IaftWPA692mgefOXo="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1.tar.gz"; hash = "sha256-tdT8LwsHGC5jUxGsRPVw1VfKfKZ05gZsGL6kpsxcPFA="; }; aarch64-linux = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.tar.gz"; hash = "sha256-0bPG2f/RmUO8ZmxNtsEiXGdSahn4aVw/0OHCuGuMJDY="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1-aarch64.tar.gz"; hash = "sha256-ns9oxsMXSPJS5KWSX0oKOyOyg8bguUnd8v1TRwV9EXw="; }; x86_64-darwin = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.dmg"; hash = "sha256-3FC80XSQ/zLPGLw/ois45ikZ2Y0a25/eWEqlbd1TyI8="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1.dmg"; hash = "sha256-Q/W6Pe3o6qwdHQm2z4bnenyEe7DrWwnov3M+JL8bS0o="; }; aarch64-darwin = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.dmg"; hash = "sha256-xD+JYmiudMJGCCJB3Pf8+mNGURJFRxMDh+Nj7xUrfz8="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1-aarch64.dmg"; hash = "sha256-UPnESouBCx59e2n8inTfe+zSCkQMF2XeoNw825LTKuU="; }; }; # update-script-end: urls Loading @@ -39,8 +39,8 @@ mkJetBrainsProduct { product = "RubyMine"; # update-script-start: version version = "2026.1"; buildNumber = "261.22158.284"; version = "2026.1.1"; buildNumber = "261.23567.142"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); Loading Loading
pkgs/applications/editors/jetbrains/ides/ruby-mine.nix +10 −10 Original line number Diff line number Diff line Loading @@ -12,20 +12,20 @@ let # update-script-start: urls urls = { x86_64-linux = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.tar.gz"; hash = "sha256-BZsRMuFek5UEo16GHFcEd6gki1IaftWPA692mgefOXo="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1.tar.gz"; hash = "sha256-tdT8LwsHGC5jUxGsRPVw1VfKfKZ05gZsGL6kpsxcPFA="; }; aarch64-linux = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.tar.gz"; hash = "sha256-0bPG2f/RmUO8ZmxNtsEiXGdSahn4aVw/0OHCuGuMJDY="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1-aarch64.tar.gz"; hash = "sha256-ns9oxsMXSPJS5KWSX0oKOyOyg8bguUnd8v1TRwV9EXw="; }; x86_64-darwin = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.dmg"; hash = "sha256-3FC80XSQ/zLPGLw/ois45ikZ2Y0a25/eWEqlbd1TyI8="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1.dmg"; hash = "sha256-Q/W6Pe3o6qwdHQm2z4bnenyEe7DrWwnov3M+JL8bS0o="; }; aarch64-darwin = { url = "https://download.jetbrains.com/ruby/RubyMine-2026.1-aarch64.dmg"; hash = "sha256-xD+JYmiudMJGCCJB3Pf8+mNGURJFRxMDh+Nj7xUrfz8="; url = "https://download.jetbrains.com/ruby/RubyMine-2026.1.1-aarch64.dmg"; hash = "sha256-UPnESouBCx59e2n8inTfe+zSCkQMF2XeoNw825LTKuU="; }; }; # update-script-end: urls Loading @@ -39,8 +39,8 @@ mkJetBrainsProduct { product = "RubyMine"; # update-script-start: version version = "2026.1"; buildNumber = "261.22158.284"; version = "2026.1.1"; buildNumber = "261.23567.142"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); Loading