Update IntelliJ EAP.
This commit is contained in:
parent
39a080a585
commit
e5a105ebba
@ -88,10 +88,10 @@
|
|||||||
in {
|
in {
|
||||||
idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
||||||
name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
version = "2016.2.eap";
|
version = "2016.3.eap";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://download.jetbrains.com/idea/ideaIC-162.1812.8-no-jdk.tar.gz";
|
url = "https://download.jetbrains.com/idea/ideaIC-163.3094.26-no-jdk.tar.gz";
|
||||||
sha256 = "18fe21d30dfdf679482803856cd5d87d64966c963774a8f68cdb965a04457be0";
|
sha256 = "4d30a19df147fea55e52cb3743fdc9f11d7a1aa6a8b3c67d70736edc3a528939";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user