From c52d1025d7d2af6fc2042979f135243d4bce85e2 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 31 Aug 2016 08:37:16 +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 2c12ea8..fce8f3b 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -90,8 +90,8 @@ name = "idea-community-${version}"; version = "2016.2.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-162.1812.2-no-jdk.tar.gz"; - sha256 = "92fd39505cf0fde58cc2bbf01a61b8a2103656b282ed58906b85605326595020"; + url = "https://download.jetbrains.com/idea/ideaIC-162.1812.8-no-jdk.tar.gz"; + sha256 = "18fe21d30dfdf679482803856cd5d87d64966c963774a8f68cdb965a04457be0"; }; });