idea.idea14-ultimate: init at 14.1.7
(cherry picked from commit a4f13a8baeab85376d6eb0a49382a927ef3049ed)
This commit is contained in:
parent
efa8c3b6be
commit
74883be684
@ -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 {
|
idea15-ultimate = buildIdea rec {
|
||||||
name = "idea-ultimate-${version}";
|
name = "idea-ultimate-${version}";
|
||||||
version = "15.0.6";
|
version = "15.0.6";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user