about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2016-03-30 13:32:59 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2016-03-30 13:32:59 +0200
commitc11fed27a9886126870805279bd5c1c7bf6a9550 (patch)
tree2f848bd5b0fc84762a4b62e8dfd16b5fae241b64 /pkgs/applications
parent6dc2337b94749a750036590abfacb08092f9d75f (diff)
parent19abd5542011950ab8206d7df46088c3f608fc14 (diff)
Merge pull request #14258 from chris-martin/idea15-ultimate
idea.idea15-ultimate: init at 15.0.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index 7a9f409d12898..5d20d0578ea7c 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -195,6 +195,18 @@ in
     };
   };
 
+  idea15-ultimate = buildIdea rec {
+    name = "idea-ultimate-${version}";
+    version = "15.0.5";
+    build = "IU-143.2332.3";
+    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 = "1hvc5cmbfpp0qad0236ffh3g7zwfk64rh5bkkb750h3387jz7nr2";
+    };
+  };
+
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
     version = "2016.1";