From 04fb42851f84a53c528519577ef2dbb1d6fd3b66 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 10 Aug 2016 08:20:56 +0200 Subject: [PATCH] update intellij eap --- common-sw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-sw.nix b/common-sw.nix index a002e65..96ab7f1 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -85,8 +85,8 @@ name = "idea-community-${version}"; version = "2016.2.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-162.1447.21-no-jdk.tar.gz"; - sha256 = "c8598c33473282acd61d0b19e9629396b90d79ab77909d1363c2c3b58c93783e"; + url = "https://download.jetbrains.com/idea/ideaIC-162.1628.17-no-jdk.tar.gz"; + sha256 = "a2ef03274f48c465995ac71e987274f8f151e55b673b778576359954d5dab902"; }; });