summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2017-03-27 11:06:25 +0200
committerGitHub <noreply@github.com>2017-03-27 11:06:25 +0200
commitf28d7f72dfb43bb98e13698e8b6ee9c5da8577a0 (patch)
tree0593af412260ce0ac1ca19fcc693be36b18f45a3 /pkgs/applications/editors
parent8d2ca14e1731dcd9592ac9e9d9f26bd2c62af54d (diff)
parentbde3acbd2a253e61a1024a1dbde879cd43f19f74 (diff)
downloadnixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar.gz
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar.bz2
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar.lz
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar.xz
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.tar.zst
nixpkgs-f28d7f72dfb43bb98e13698e8b6ee9c5da8577a0.zip
Merge pull request #24281 from Ma27/update-phpstorm
idea.phpstorm: 2016.3.2 -> 2017.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/idea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index 6c956dde395..399def75a48 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -280,12 +280,12 @@ in
 
   phpstorm = buildPhpStorm rec {
     name = "phpstorm-${version}";
-    version = "2016.3.2";
+    version = "2017.1";
     description = "Professional IDE for Web and PHP developers";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
-      sha256 = "05ylhpn1mijjphcmv6ay3123xp72yypw19430dgr8101zpsnifa5";
+      sha256 = "1ynffm5x8fqq2r71rr9rbvdifbwbvbhqb2x1hkyy4az38gxal1bm";
     };
     wmClass = "jetbrains-phpstorm";
   };