diff --git a/common-sw.nix b/common-sw.nix index b82a924..9f49c13 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -93,8 +93,8 @@ name = "idea-community-${version}"; version = "2016.3.eap"; src = pkgs.fetchurl { - url = "https://download.jetbrains.com/idea/ideaIC-163.7342.3-no-jdk.tar.gz"; - sha256 = "d70e0444f8fae5ba37fb4ae583cb9461af8f840a3eefb43d473683a7601cd104"; + url = "https://download.jetbrains.com/idea/ideaIC-163.9166.7-no-jdk.tar.gz"; + sha256 = "48c6cbf7fa09602e6e128c273fe5e9b82f672de2b1c2db4838fc857225ba5679"; }; });