From 7a1a8c041980bfb8b8645b7390b3a1e306987e31 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Jun 2026 13:27:22 +0000 Subject: [PATCH] jetbrains.idea: 2026.1.1 -> 2026.1.3 (cherry picked from commit 50f2e0e108c75e47c622ee90cdf52b6d98152f81) --- .../editors/jetbrains/ides/idea.nix | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/ides/idea.nix b/pkgs/applications/editors/jetbrains/ides/idea.nix index 6c36ecbd2a64..bf9dbdae54be 100644 --- a/pkgs/applications/editors/jetbrains/ides/idea.nix +++ b/pkgs/applications/editors/jetbrains/ides/idea.nix @@ -15,20 +15,20 @@ let # update-script-start: urls urls = { x86_64-linux = { - url = "https://download.jetbrains.com/idea/ideaIU-2026.1.1.tar.gz"; - hash = "sha256-eljThvKi5ajNfkWRZXtP5ZmurCLZYMesz1+SeEZQe/s="; + url = "https://download.jetbrains.com/idea/ideaIU-2026.1.3.tar.gz"; + hash = "sha256-pvBJcW2h0J2eDsFQDGC/AaX/ig/iQZF43R/y/bK3dWM="; }; aarch64-linux = { - url = "https://download.jetbrains.com/idea/ideaIU-2026.1.1-aarch64.tar.gz"; - hash = "sha256-jnVqDCmBix3njTxDga0aG89C9fvDW70gnE3I/nvHtXA="; + url = "https://download.jetbrains.com/idea/ideaIU-2026.1.3-aarch64.tar.gz"; + hash = "sha256-dlnnkWCSM8Pmv2fBv8yG9foRdkd8pYFa5hJbDq6EqIs="; }; x86_64-darwin = { - url = "https://download.jetbrains.com/idea/ideaIU-2026.1.1.dmg"; - hash = "sha256-lPNwVLPSrmlQVFY9AD3+xzYeMG7JZnUTMl43rXjvtWM="; + url = "https://download.jetbrains.com/idea/ideaIU-2026.1.3.dmg"; + hash = "sha256-Sv6A37Y5yIkaE+qnFEGDBq/q9fSSSZPjJC59NB2Fsns="; }; aarch64-darwin = { - url = "https://download.jetbrains.com/idea/ideaIU-2026.1.1-aarch64.dmg"; - hash = "sha256-0nOcHiGOHS9QoncuJwtD6cl4v34mp9cOx2oOB0tFIOM="; + url = "https://download.jetbrains.com/idea/ideaIU-2026.1.3-aarch64.dmg"; + hash = "sha256-LRyg2DLmTgChdFKR8NMGGjWDZTAWnjQpoTp3NIBvYrI="; }; }; # update-script-end: urls @@ -43,8 +43,8 @@ mkJetBrainsProduct { productShort = "IDEA"; # update-script-start: version - version = "2026.1.1"; - buildNumber = "261.23567.138"; + version = "2026.1.3"; + buildNumber = "261.25134.95"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));