jetbrains.ruby-mine: 2026.1 -> 2026.1.1 (#513655)

This commit is contained in:
Leona Maroni
2026-04-30 08:11:22 +00:00
committed by GitHub
@@ -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
@@ -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}"));