summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2014-12-19 10:45:16 +0100
committerPascal Wittmann <PascalWittmann@gmx.net>2014-12-19 10:45:16 +0100
commitb5dadcb42929a622d6527179f5923e7fdbed72f9 (patch)
tree8a8c0aa470c781b2137847de70871f81e235bca8
parentbff11526f121c3aa66e8c69434f0d361695540fb (diff)
parent05a22c01747fe89c5a12ed351fbee2c5e79b3e9e (diff)
Merge pull request #5336 from schristo/phpstorm-8.0.2
Bumped PHPStorm to 8.0.2
-rw-r--r--pkgs/applications/editors/idea/default.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index f1e3a078b70e..4cd88d536790 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -74,12 +74,6 @@ let
&& jdk=${jdk}/lib/openjdk \
|| jdk=${jdk}
- if [ "${stdenv.system}" == "x86_64-linux" ]; then
- makeWrapper "$out/$name/bin/fsnotifier64" "$out/bin/fsnotifier64"
- else
- makeWrapper "$out/$name/bin/fsnotifier" "$out/bin/fsnotifier"
- fi
-
makeWrapper "$out/$name/bin/${loName}.sh" "$out/bin/${loName}" \
--prefix PATH : "${jdk}/bin:${coreutils}/bin:${gnugrep}/bin:${which}/bin:${git}/bin" \
--prefix LD_RUN_PATH : "${stdenv.gcc.gcc}/lib/" \
@@ -295,13 +289,13 @@ in
phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
- version = "8.0.1";
- build = "PS-138.2001";
+ version = "8.0.2";
+ build = "PS-139.732";
description = "Professional IDE for Web and PHP developers";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "http://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
- sha256 = "0d46442aa32174fe16846c3c31428178ab69b827d2e0ce31f633f13b64c01afc";
+ sha256 = "01b8vx6swi71sd0rc7i1jnicilqp11ch3zrm8gwb6xh1pmmpdirf";
};
};