From 909569663c5c1078bf6355a0864bd595c8d38a28 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 28 Jul 2016 16:11:24 +0200 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 5246d58..a002e65 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -85,8 +85,8 @@ name = "idea-community-${version}"; version = "2016.2.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-162.1447.7-no-jdk.tar.gz"; - sha256 = "a8eaef5d00bb6b41ab8e6ac3f2047a4d3db412fe28ca0fd8ea87d5f531186a1d"; + url = "https://download.jetbrains.com/idea/ideaIC-162.1447.21-no-jdk.tar.gz"; + sha256 = "c8598c33473282acd61d0b19e9629396b90d79ab77909d1363c2c3b58c93783e"; }; });