From 92a683728a10c8e7fff9a6a13ff0ec21ddeb5fc6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 May 2026 23:59:02 +0000 Subject: [PATCH] jetbrains.pycharm: 2026.1 -> 2026.1.1 --- .../editors/jetbrains/ides/pycharm.nix | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/ides/pycharm.nix b/pkgs/applications/editors/jetbrains/ides/pycharm.nix index 2ec0424da705..6e5f5396f582 100644 --- a/pkgs/applications/editors/jetbrains/ides/pycharm.nix +++ b/pkgs/applications/editors/jetbrains/ides/pycharm.nix @@ -13,20 +13,20 @@ let # update-script-start: urls urls = { x86_64-linux = { - url = "https://download.jetbrains.com/python/pycharm-2026.1.tar.gz"; - hash = "sha256-ZAWYX+grxqQZAFOIkwy+MYt0GbgssJyElANaK+hRGw8="; + url = "https://download.jetbrains.com/python/pycharm-2026.1.1.tar.gz"; + hash = "sha256-b4HFh0Q4ll8lZgAa0mXnJ8AuTbfQtXKH2G80ef1keJE="; }; aarch64-linux = { - url = "https://download.jetbrains.com/python/pycharm-2026.1-aarch64.tar.gz"; - hash = "sha256-Hzegp0MkW6S+2Cl88dyE24Vr0XNaZMHBh/EoLtmy6Vw="; + url = "https://download.jetbrains.com/python/pycharm-2026.1.1-aarch64.tar.gz"; + hash = "sha256-13cDbgcmKL6sb1MAFJ/e8m6DNR29hMOZR2uo2iCaDqo="; }; x86_64-darwin = { - url = "https://download.jetbrains.com/python/pycharm-2026.1.dmg"; - hash = "sha256-jzxAjxQ9I7v5KGkFNLcjG6ZbhgLTdq0kuH22BLH9XJo="; + url = "https://download.jetbrains.com/python/pycharm-2026.1.1.dmg"; + hash = "sha256-noy9KK6nVN/dldf4wUV+er/44aB/5xjHawAAvt5WkZw="; }; aarch64-darwin = { - url = "https://download.jetbrains.com/python/pycharm-2026.1-aarch64.dmg"; - hash = "sha256-HKQSPxtWy2rswCmfBS70nLU517h54bKZ0ayHiDu6SOs="; + url = "https://download.jetbrains.com/python/pycharm-2026.1.1-aarch64.dmg"; + hash = "sha256-3cYWkYcwHM+BiRpogcc8v9JaRoNZZKz/UpnhWBB1MD4="; }; }; # update-script-end: urls @@ -40,8 +40,8 @@ in product = "PyCharm"; # update-script-start: version - version = "2026.1"; - buildNumber = "261.22158.340"; + version = "2026.1.1"; + buildNumber = "261.23567.174"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));