From e5a105ebba1097bac6bed17ec0317a2b35393048 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 31 Aug 2016 09:17:31 +0200 Subject: [PATCH] Update IntelliJ EAP. --- common-sw.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common-sw.nix b/common-sw.nix index fce8f3b..9a6799c 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -88,10 +88,10 @@ in { idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec { name = "idea-community-${version}"; - version = "2016.2.eap"; + version = "2016.3.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-162.1812.8-no-jdk.tar.gz"; - sha256 = "18fe21d30dfdf679482803856cd5d87d64966c963774a8f68cdb965a04457be0"; + url = "https://download.jetbrains.com/idea/ideaIC-163.3094.26-no-jdk.tar.gz"; + sha256 = "4d30a19df147fea55e52cb3743fdc9f11d7a1aa6a8b3c67d70736edc3a528939"; }; });