update intellij eap

This commit is contained in:
Gabriel Ebner 2015-10-29 07:45:35 +01:00
parent c5c75096ef
commit fb3e1bf395
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@
name = "idea-community-${version}"; name = "idea-community-${version}";
version = "15.eap"; version = "15.eap";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-143.249.6.tar.gz"; url = "https://download.jetbrains.com/idea/ideaIC-143.380.20.tar.gz";
sha256 = "0lyldzl6mrvf8cj1b9dh2k9qnkaazk6kqfjsj509yqzy1k46dg0g"; sha256 = "a67cfa409c8001ab851042028459a8c07bf0619c9a0911858cb98c5d32209073";
}; };
}); });
}; };