From e7bb728c00cfbf8f8df3d29d71e07bf40882f977 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 18 Apr 2016 11:34:51 +0200 Subject: [PATCH] update intellij eap --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index a40fe4a..c68fef3 100644 --- a/common.nix +++ b/common.nix @@ -110,8 +110,8 @@ name = "idea-community-${version}"; version = "2016.1.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-145.844.1-no-jdk.tar.gz"; - sha256 = "fff7641713037645b6b287069c9a0cc5d35285d4960f5cb3a45bf93b473fee7e"; + url = "https://download.jetbrains.com/idea/ideaIC-145.969.6-no-jdk.tar.gz"; + sha256 = "b9d0abc4cc7a5e2ee019028335dfd096da2587ed8165d30871cb00a8592148cc"; }; });