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:56:22 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-09-27 15:56:22 -0400
commita92aed3386d1743036d1053b2f7292df8815d612 (patch)
tree8946eda232ee8cd423a4ffe8cfbe2e28f6c25b6c /pkgs/applications/editors
parent5ebf7e414ebd521ee01660a70d6cb5cb9066131c (diff)
downloadnixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar.gz
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar.bz2
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar.lz
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar.xz
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.tar.zst
nixlib-a92aed3386d1743036d1053b2f7292df8815d612.zip
jetbrains.idea-community: 2019.2.2 -> 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 77e644b8683c..12e47d4eae4d 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -289,12 +289,12 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "2019.2.2"; /* updated by script */
+    version = "2019.2.3"; /* updated by script */
     description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
-      sha256 = "1bqzfg2yk12wq523nw4s8zxjzcbl9hrdlk2jd9vywjbaa4ll4bgs"; /* updated by script */
+      sha256 = "0gy42x49yhdnp4ks6445xbc24dxw2vxnl12hdyx03mszdv0r58ni"; /* updated by script */
     };
     wmClass = "jetbrains-idea-ce";
     update-channel = "IntelliJ IDEA RELEASE";