From 5545451d5317992d9ec4e6cdcf64fe529c899a8c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 1 Jul 2017 12:07:58 +0200 Subject: [PATCH] intellij eap --- common-sw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-sw.nix b/common-sw.nix index 757f186..88424ee 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -93,8 +93,8 @@ name = "idea-community-${version}"; version = "2017.2.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-172.2953.9.tar.gz"; - sha256 = "09ee05feb1ca2eb6fd62a732c713318e183152f36addcbbe904fb6b1aa9afd6f"; + url = "https://download.jetbrains.com/idea/ideaIC-172.3198.6-no-jdk.tar.gz"; + sha256 = "5b7fd78ea03751f36b80ade62862386aa740362a7effb9aa7328dc713222d149"; }; });