use release version of intellij

This commit is contained in:
Gabriel Ebner 2017-08-05 10:33:59 +02:00
parent b256fcdf3f
commit c077724191
1 changed files with 9 additions and 8 deletions

View File

@ -89,14 +89,15 @@
sha256 = "1j707pwm6ll2cvmqvwfxxq21gd9q7l6s3vi3vc01jklplj2v20is";
};
in {
idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
name = "idea-community-${version}";
version = "2017.2.eap";
src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-172.3544.6-no-jdk.tar.gz";
sha256 = "72874a0393a6388b04353a359eea1d1242f59d6e7b96a4cf43c793602ac7ccdb";
};
});
# idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
# name = "idea-community-${version}";
# version = "2017.2.eap";
# src = pkgs.fetchurl {
# url = "https://download.jetbrains.com/idea/ideaIC-172.3544.6-no-jdk.tar.gz";
# sha256 = "72874a0393a6388b04353a359eea1d1242f59d6e7b96a4cf43c793602ac7ccdb";
# };
# });
idea-community-eap = pkgs.idea.idea-community;
# clion-eap = pkgs.idea.clion.overrideDerivation (oldAttrs: rec {
# name = "clion-${version}";