From 7d4a31190c9365a362b5acd66e3dc67a60d6553e Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 4 Dec 2016 11:08:52 -0500 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 b82a924..9f49c13 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -93,8 +93,8 @@ name = "idea-community-${version}"; version = "2016.3.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-163.7342.3-no-jdk.tar.gz"; - sha256 = "d70e0444f8fae5ba37fb4ae583cb9461af8f840a3eefb43d473683a7601cd104"; + url = "https://download.jetbrains.com/idea/ideaIC-163.9166.7-no-jdk.tar.gz"; + sha256 = "48c6cbf7fa09602e6e128c273fe5e9b82f672de2b1c2db4838fc857225ba5679"; }; });