about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-12-02 18:48:24 +0100
committerkolaente <k@knt.li>2019-12-02 18:48:24 +0100
commit5cda2de538cfa4c06e8f71f963e35ba36c13e20b (patch)
tree64e0bad437313ebc880c001b233d1f17de0b9c27 /pkgs/applications
parent598e4ec0b63cb33240a4562b5e8e15c3825bb43c (diff)
downloadnixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar.gz
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar.bz2
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar.lz
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar.xz
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.tar.zst
nixlib-5cda2de538cfa4c06e8f71f963e35ba36c13e20b.zip
Jetbrains Webstorm 2019.2.4 -> 2019.3
Diffstat (limited to 'pkgs/applications')
-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 4f74297e205b..af4d33253cdd 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.4"; /* updated by script */
+    version = "2019.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 = "0iz9qgrbhn1rxr8n5q1y7klfs27j1f55pw8hqbl2ln4df94zqi5j"; /* updated by script */
+      sha256 = "14z561r3qhkibpacw6y5apyap5zfqza7s5anhc3hja8q03askzv3"; /* updated by script */
     };
     wmClass = "jetbrains-webstorm";
     update-channel = "WebStorm RELEASE";