idea.idea14-ultimate: init at 14.1.7

(cherry picked from commit a4f13a8baeab85376d6eb0a49382a927ef3049ed)
This commit is contained in:
Adam Russell 2016-05-09 07:24:43 -05:00 committed by Edward Tjörnhammar
parent efa8c3b6be
commit 74883be684
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -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.6";