about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsonercirit <sonercirit@gmail.com>2019-05-28 15:17:38 +0300
committerRenaud <c0bw3b@users.noreply.github.com>2019-05-28 14:17:37 +0200
commit4c267a9fde6e8aa66c518dbe4054ddd7b9edaf24 (patch)
tree97fe2e3d48aa80787d27bd1510d5a61961ffc4f0 /pkgs
parenteccb90a2d997d65dc514253b441e515d8e0241c3 (diff)
jetbrains.webstorm: 2019.1.2 -> 2019.1.3 (#62146)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 7bc25ceed7fcc..d4a65e083a6f8 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -380,12 +380,12 @@ in
 
   webstorm = buildWebStorm rec {
     name = "webstorm-${version}";
-    version = "2019.1.2"; /* updated by script */
+    version = "2019.1.3"; /* updated by script */
     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 = "198rbvhqjaix6qw36rlfafbv5aj0i6zr93adzgkilrn2l9v1jf07"; /* updated by script */
+      sha256 = "1bhx2p40r15zvfr6q10bj5y8jaa3i9x9adchczp0irkd3w2jgvy3"; /* updated by script */
     };
     wmClass = "jetbrains-webstorm";
     update-channel = "WebStorm RELEASE";