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