update intellij eap

This commit is contained in:
Gabriel Ebner 2016-08-10 08:20:56 +02:00
parent baee46a6ef
commit 04fb42851f
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@
name = "idea-community-${version}"; name = "idea-community-${version}";
version = "2016.2.eap"; version = "2016.2.eap";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-162.1447.21-no-jdk.tar.gz"; url = "https://download.jetbrains.com/idea/ideaIC-162.1628.17-no-jdk.tar.gz";
sha256 = "c8598c33473282acd61d0b19e9629396b90d79ab77909d1363c2c3b58c93783e"; sha256 = "a2ef03274f48c465995ac71e987274f8f151e55b673b778576359954d5dab902";
}; };
}); });