Rename 'idea_community_1313' attribute to 'idea_community', i.e. drop the
version number so that it's possible to refer to some "default version of the package" without knowing what version number that actually is. The same applies to idea_ultimate_1313.
This commit is contained in:
parent
d05a86a1de
commit
d4fa3e2e54
@ -64,7 +64,7 @@ let
|
|||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
idea_community_1313 = buildIdea rec {
|
idea_community = buildIdea rec {
|
||||||
name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
version = "13.1.3";
|
version = "13.1.3";
|
||||||
build = "IC-135.909";
|
build = "IC-135.909";
|
||||||
@ -76,7 +76,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
idea_ultimate_1313 = buildIdea rec {
|
idea_ultimate = buildIdea rec {
|
||||||
name = "idea-ultimate-${version}";
|
name = "idea-ultimate-${version}";
|
||||||
version = "13.1.3";
|
version = "13.1.3";
|
||||||
build = "IU-135.909";
|
build = "IU-135.909";
|
||||||
|
Loading…
Reference in New Issue
Block a user