From 2705a8e8466855496fe02b4ce6667a345c5d70b3 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 24 Feb 2017 17:35:06 +0100 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 b2c021f..3f92ec6 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -91,8 +91,8 @@ name = "idea-community-${version}"; version = "2017.1.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-171.2613.7-no-jdk.tar.gz"; - sha256 = "b93d27056cd9b428cba4c0b0ba3a07e5a5adcc5b390bdfbdf3691806c0fe2a6c"; + url = "https://download.jetbrains.com/idea/ideaIC-171.3566.24.tar.gz"; + sha256 = "0fsy5aj04njhnp996hkvq4r4jl4qh4j6dscl1rllfy8glqb7s5dw"; }; });