Merge pull request #6788 from shdpl/phpstorm

IDEA-PhpStorm version bump

+3 -3
+3 -3
pkgs/applications/editors/idea/default.nix
··· 278 278 279 279 phpstorm = buildPhpStorm rec { 280 280 name = "phpstorm-${version}"; 281 - version = "8.0.2"; 282 - build = "PS-139.732"; 281 + version = "8.0.3"; 282 + build = "PS-139.1348"; 283 283 description = "Professional IDE for Web and PHP developers"; 284 284 license = stdenv.lib.licenses.unfree; 285 285 src = fetchurl { 286 286 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"; 287 - sha256 = "01b8vx6swi71sd0rc7i1jnicilqp11ch3zrm8gwb6xh1pmmpdirf"; 287 + sha256 = "1x67nfr3nap93cx7yhdrp02xvp1v6g74zy7hdmhx41sal7hzy49b"; 288 288 }; 289 289 }; 290 290