update intellij eap

This commit is contained in:
Gabriel Ebner 2015-10-06 21:33:41 +02:00
parent 56ad3183eb
commit cc793f0065
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@
name = "idea-community-${version}";
version = "15.eap";
src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-142.5047.6.tar.gz";
sha256 = "e6d32e6df22b9431810711bed27d36195d8e4f9e161e2d4e6249e530c462c185";
url = "https://download.jetbrains.com/idea/ideaIC-15-PublicPreview.tar.gz";
sha256 = "1d9db319dfc23211d20027e50bcc22cba6072a90c004e0526aa859a884128f35";
};
});
};