Merge pull request #27494 from jdanekrh/jd_idea-community

idea-community: 2017.1.5 -> 2017.2

authored by Jörg Thalheim and committed by GitHub 92366530 d203d08a

+2 -2
+2 -2
pkgs/applications/editors/jetbrains/default.nix
··· 265 265 266 266 idea-community = buildIdea rec { 267 267 name = "idea-community-${version}"; 268 - version = "2017.1.5"; /* updated by script */ 268 + version = "2017.2"; 269 269 description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; 270 270 license = stdenv.lib.licenses.asl20; 271 271 src = fetchurl { 272 272 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; 273 - sha256 = "830c662c517e8d0131dc2df150d6f75adb3d8becaf9de96393730b0f4ae6ccf0"; /* updated by script */ 273 + sha256 = "0z5abj41f5l9ilznr34lm4fsivrl2yjdxb2kdcis5abij6zl0g3f"; 274 274 }; 275 275 wmClass = "jetbrains-idea-ce"; 276 276 update-channel = "IDEA_Release";