about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-09-27 15:58:04 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-09-27 15:58:04 -0400
commit6b91398870ce9d55ae6af79d493f8f458307e0f4 (patch)
treea2ec22aed34ead69a83ab978023a242beb096584 /pkgs/applications/editors
parentf3d611f108cd4e5237018df056d332a5cf9e4af9 (diff)
downloadnixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar.gz
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar.bz2
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar.lz
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar.xz
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.tar.zst
nixlib-6b91398870ce9d55ae6af79d493f8f458307e0f4.zip
jetbrains.webstorm: 2019.2.1 -> 2019.2.3
Diffstat (limited to 'pkgs/applications/editors')
-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 9105928a5000..3b6418877ee9 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.2.1"; /* updated by script */
+    version = "2019.2.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 = "1wwy32xq332vwx70v7haa5mvrq1wq8mk5icdpgp5l6pqkzy5xayn"; /* updated by script */
+      sha256 = "0l3c3b1d53b3w90d4g99pjw8vmjj716jjaxsv4hy53shh1ncd55g"; /* updated by script */
     };
     wmClass = "jetbrains-webstorm";
     update-channel = "WebStorm RELEASE";