From cc793f00656394570c75bf4df4aae663853ca636 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 6 Oct 2015 21:33:41 +0200 Subject: [PATCH] update intellij eap --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 518b74a..382a1d1 100644 --- a/common.nix +++ b/common.nix @@ -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"; }; }); };