Update IntelliJ EAP.

This commit is contained in:
Gabriel Ebner 2017-01-06 17:01:43 +01:00
parent fd0dc6ebe3
commit 6428369565
1 changed files with 3 additions and 3 deletions

View File

@ -92,10 +92,10 @@
in { in {
idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec { idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
name = "idea-community-${version}"; name = "idea-community-${version}";
version = "2016.3.eap"; version = "2017.1.eap";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-163.10154.41-no-jdk.tar.gz"; url = "https://download.jetbrains.com/idea/ideaIC-171.2014.21-no-jdk.tar.gz";
sha256 = "9f6cec52e73e7c2a039612de52b049fe56b1a0822db4e004bf0a08e8c306b417"; sha256 = "bb2bfd950861d641b0608cd3aed8fae187664d00e035cd692cfba553f1ef1f7b";
}; };
}); });