about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorsonercirit <sonercirit@gmail.com>2019-06-01 00:08:52 +0300
committersonercirit <sonercirit@gmail.com>2019-06-01 00:10:51 +0300
commitc57ee0bd11a8078fc0eeef75c4243cc943f7d47e (patch)
treee366f439231dd83bbdc73cfbf5d84ced0c318d1e /pkgs/applications/editors
parent70d6c0ddc012179fc158ed945dc4a3cab7124ef7 (diff)
downloadnixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar.gz
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar.bz2
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar.lz
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar.xz
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.tar.zst
nixlib-c57ee0bd11a8078fc0eeef75c4243cc943f7d47e.zip
jetbrains.idea-community: 2019.1.2 -> 2019.1.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 92393f02a8e1..6d6aef348e20 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.1.2"; /* updated by script */
+    version = "2019.1.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 = "01mlnjs7ak7xv9zk3v9r99chrcnw10qkv49gsydsm6a0wqac29xg"; /* updated by script */
+      sha256 = "02ddxqwflqrr5xf27s1gmaz7ai400cxzlbiz2wrs9vqsdcpj9jbr"; /* updated by script */
     };
     wmClass = "jetbrains-idea-ce";
     update-channel = "IntelliJ IDEA RELEASE";