summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2016-11-25 14:20:29 +0100
committerStefan Siegl <stesie@brokenpipe.de>2016-11-25 14:20:29 +0100
commit92383e669d1cfeb673128f33c7e5a00675176319 (patch)
treed0330fdacd08f094e836f0d2a173d6ebeaa4ed36
parente87f28fbb115ac09b01574d70e8f145d1005aae1 (diff)
downloadnixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar.gz
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar.bz2
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar.lz
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar.xz
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.tar.zst
nixlib-92383e669d1cfeb673128f33c7e5a00675176319.zip
idea.webstorm: 2016.3 -> 2016.3.1
-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 8730dd834450..8c05026e7efe 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -288,12 +288,12 @@ in
 
   webstorm = buildWebStorm rec {
     name = "webstorm-${version}";
-    version = "2016.3";
+    version = "2016.3.1";
     description = "Professional IDE for Web and JavaScript development";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
-      sha256 = "12jv8x7rq0cpvrbrb2l2x1p7is8511fx6ia79z5v3fnwxf17i3w5";
+      sha256 = "10za4d6w9yns7kclbviizslq2y7zas9rkmvs3xwrfw1rdw2b69af";
     };
     wmClass = "jetbrains-webstorm";
   };