about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2019-04-26 15:41:04 +0200
committerCray Elliott <MP2E@archlinux.us>2019-04-27 04:03:57 -0700
commit238d4fb941f68e32bfcf1071ffa703cba93215e5 (patch)
tree443a6f5a2e83cb7a0335cb0b2268d1778ae2163f /pkgs/applications/editors/jetbrains
parent3829f1a717a2b8070393bfc4a0f470f65881dbac (diff)
downloadnixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar.gz
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar.bz2
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar.lz
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar.xz
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.tar.zst
nixlib-238d4fb941f68e32bfcf1071ffa703cba93215e5.zip
jetbrains.webstorm: 2019.1 -> 2019.1.1
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-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 eb58b032a4e7..ba3958a43d19 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"; /* updated by script */
+    version = "2019.1.1"; /* 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 = "0r6a9g8ydnxf805gn2wajnwkcyfn0xksbsrs8wq6j4ghipkhscxj"; /* updated by script */
+      sha256 = "05lrsjk45l4xqjyinsqlnfr36qnv1nrgg2sskgi0bfjbdrfv9xrv"; /* updated by script */
     };
     wmClass = "jetbrains-webstorm";
     update-channel = "WebStorm RELEASE";