update intellij eap

This commit is contained in:
Gabriel Ebner 2016-12-04 11:08:52 -05:00
parent 97d9a83984
commit 7d4a31190c
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
name = "idea-community-${version}";
version = "2016.3.eap";
src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-163.7342.3-no-jdk.tar.gz";
sha256 = "d70e0444f8fae5ba37fb4ae583cb9461af8f840a3eefb43d473683a7601cd104";
url = "https://download.jetbrains.com/idea/ideaIC-163.9166.7-no-jdk.tar.gz";
sha256 = "48c6cbf7fa09602e6e128c273fe5e9b82f672de2b1c2db4838fc857225ba5679";
};
});