idea.idea14-community: init at 14.1.6
This commit is contained in:
parent
69c98f75e2
commit
d4f9220ed2
@ -176,6 +176,18 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
idea14-community = buildIdea rec {
|
||||||
|
name = "idea-community-${version}";
|
||||||
|
version = "14.1.6";
|
||||||
|
build = "IC-141.3056.4";
|
||||||
|
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
|
||||||
|
sha256 = "157969b37sbafby1r1gva2xm3a3y0dgj7pisgxmk8k1d5rgncvil";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
idea-community = buildIdea rec {
|
idea-community = buildIdea rec {
|
||||||
name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
version = "15.0.2";
|
version = "15.0.2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user