Merge pull request #31672 from matklad/up-jetbrains

jetbrains IDEs minor version updates

authored by Orivej Desh and committed by GitHub 502539e2 e62de88d

+10 -10
+10 -10
pkgs/applications/editors/jetbrains/default.nix
··· 265 265 266 266 idea-community = buildIdea rec { 267 267 name = "idea-community-${version}"; 268 - version = "2017.2.5"; /* updated by script */ 268 + version = "2017.2.6"; /* updated by script */ 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 = "01p63wsy60icy4673ci435rmzpjfkyz7a8w413vw45i2bm76skhr"; /* updated by script */ 273 + sha256 = "150zq3wk7gsn1ibx5nkq9smfcf9n1lk347vj47yb1nwzcq0vmj2p"; /* updated by script */ 274 274 }; 275 275 wmClass = "jetbrains-idea-ce"; 276 276 update-channel = "IDEA_Release"; ··· 278 278 279 279 idea-ultimate = buildIdea rec { 280 280 name = "idea-ultimate-${version}"; 281 - version = "2017.2.5"; /* updated by script */ 281 + version = "2017.2.6"; /* updated by script */ 282 282 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; 283 283 license = stdenv.lib.licenses.unfree; 284 284 src = fetchurl { 285 285 url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jdk.tar.gz"; 286 - sha256 = "0pp49nck1cad6pz81bd95v4v55vmnvj7cbdzybmldglka1afqjb6"; /* updated by script */ 286 + sha256 = "1g0qcv14rn9kzf0yv17ca3w1ihl1274216n7niwkqwcjp5mvj030"; /* updated by script */ 287 287 }; 288 288 wmClass = "jetbrains-idea"; 289 289 update-channel = "IDEA_Release"; ··· 304 304 305 305 pycharm-community = buildPycharm rec { 306 306 name = "pycharm-community-${version}"; 307 - version = "2017.2.3"; /* updated by script */ 307 + version = "2017.2.4"; /* updated by script */ 308 308 description = "PyCharm Community Edition"; 309 309 license = stdenv.lib.licenses.asl20; 310 310 src = fetchurl { 311 311 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 312 - sha256 = "1aik3jhggxfxnfv4kg9716gwsi013511jf9n20f2mqzdq8w2jmp8"; /* updated by script */ 312 + sha256 = "193f44s9vh5ksd7hs586h0j66lcqsh29wwxr5yhl05lq931la857"; /* updated by script */ 313 313 }; 314 314 wmClass = "jetbrains-pycharm-ce"; 315 315 update-channel = "PyCharm_Release"; ··· 317 317 318 318 pycharm-professional = buildPycharm rec { 319 319 name = "pycharm-professional-${version}"; 320 - version = "2017.2.3"; /* updated by script */ 320 + version = "2017.2.4"; /* updated by script */ 321 321 description = "PyCharm Professional Edition"; 322 322 license = stdenv.lib.licenses.unfree; 323 323 src = fetchurl { 324 324 url = "https://download.jetbrains.com/python/${name}.tar.gz"; 325 - sha256 = "0ib96yaj7l0igiv2bcrqqpbfn2xn3ic7lxyjn99k6dh8ika1qvry"; /* updated by script */ 325 + sha256 = "0n1nps8jfk77i796yr90bvrx9j1vcdnl25sr4b5n4xznjrix4gki"; /* updated by script */ 326 326 }; 327 327 wmClass = "jetbrains-pycharm"; 328 328 update-channel = "PyCharm_Release"; ··· 356 356 357 357 webstorm = buildWebStorm rec { 358 358 name = "webstorm-${version}"; 359 - version = "2017.2.4"; /* updated by script */ 359 + version = "2017.2.5"; /* updated by script */ 360 360 description = "Professional IDE for Web and JavaScript development"; 361 361 license = stdenv.lib.licenses.unfree; 362 362 src = fetchurl { 363 363 url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"; 364 - sha256 = "1dd2fbsyra4fm39w1kz2biljbrmcqwd866hvzsidigmjplhlzan0"; /* updated by script */ 364 + sha256 = "0apsfwcj8qfjwya794848h5iqfg9fay3h8bxqwclkw7lid9qwv7n"; /* updated by script */ 365 365 }; 366 366 wmClass = "jetbrains-webstorm"; 367 367 update-channel = "WS_Release";