From 72b432467b4acc7c38d470efb5d3316486e21f04 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 16 Feb 2016 18:48:06 +0100 Subject: [PATCH] Update IntelliJ EAP. --- common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.nix b/common.nix index 5a3a7dc..f35df1e 100644 --- a/common.nix +++ b/common.nix @@ -38,7 +38,7 @@ subversion openjdk8 sbt scala - # idea.idea-community + idea.idea-community firefoxWrapper qutebrowser chromium @@ -107,8 +107,8 @@ name = "idea-community-${version}"; version = "16.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-144.3600.7-no-jdk.tar.gz"; - sha256 = "b9b8da5757a838e4e11a9e0cc3218a58a7af0e39173f9331a3cee32cebfdac1b"; + url = "https://download.jetbrains.com/idea/ideaIC-144.3891.8-no-jdk.tar.gz"; + sha256 = "2009b95f2d62a22e5287d7b8d550e5dbc67177ea6483203fa97ed56bb501d1c6"; }; });