From 1daf49ccf4117c2de3810f4257cfc8571ab206d5 Mon Sep 17 00:00:00 2001 From: "Rafael de F. Ferreira" Date: Mon, 20 Feb 2017 14:37:01 -0300 Subject: [PATCH] idea-community: 2016.3.3 -> 2016.3.4 --- pkgs/applications/editors/idea/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index 2ed8e505d46..ef5022f58b3 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -172,12 +172,12 @@ in idea-community = buildIdea rec { name = "idea-community-${version}"; - version = "2016.3.3"; + version = "2016.3.4"; description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; - sha256 = "1v9rzfj84fyz3m3b6bh45jns8wcil9n8f8mfha0x8m8534r6w368"; + sha256 = "712dccd726b43e2187e8025a6effb711d35310b36d553dbf7bf85400ec1cec15"; }; wmClass = "jetbrains-idea-ce"; };