From a4f13a8baeab85376d6eb0a49382a927ef3049ed Mon Sep 17 00:00:00 2001 From: Adam Russell Date: Mon, 9 May 2016 07:24:43 -0500 Subject: [PATCH] idea.idea14-ultimate: init at 14.1.7 --- pkgs/applications/editors/idea/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index f8463ac7cdd1..4789aaa3bfb1 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -195,6 +195,18 @@ in }; }; + idea14-ultimate = buildIdea rec { + name = "idea-ultimate-${version}"; + version = "14.1.7"; + build = "IU-141.3058.30"; + description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; + license = stdenv.lib.licenses.unfree; + src = fetchurl { + url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"; + sha256 = "a2259249f6e7bf14ba17b0af90a18d24d9b4670af60d24f0bb51af2f62500fc2"; + }; + }; + idea15-ultimate = buildIdea rec { name = "idea-ultimate-${version}"; version = "15.0.5";