summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-03-24 17:01:41 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2015-03-24 17:01:59 +0100
commit7b7ab0cdaa8539738cb1be5f6005b086af6f419e (patch)
tree8bf480eb91617762be8754a152f2efa3571db3c9 /pkgs/applications
parentb4830add94405945b674f5a2d3998c24a8bfab9a (diff)
downloadnixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar.gz
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar.bz2
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar.lz
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar.xz
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.tar.zst
nixlib-7b7ab0cdaa8539738cb1be5f6005b086af6f419e.zip
idea-{community,ultimate}: 14.0.3 -> 14.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index ba4a4173da7e..61d508936b8b 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -218,25 +218,25 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "14.0.3";
-    build = "IC-139.1117";
+    version = "14.1";
+    build = "IC-141.177.4";
     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 = "01wcpzdahkh3li2l3k2bgirnlp7hdxk9y1kyrxc3d9d1nazq8wqn";
+      sha256 = "05irkxhmx6pisvghjalw8hcf9v3n4wn0n0zc92ahivzxlicylpr6";
     };
   };
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "14.0.3";
-    build = "IU-139.1117";
+    version = "14.1";
+    build = "IU-141.177.4";
     description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
-      sha256 = "1zkqigdh9l1f3mjjvxsp7b7vc93v5ylvxa1dfpclzmfbzna7h69s";
+      sha256 = "10zv3m44ci7gl7163yp4wxnjy7c0g5zl34c2ibnx4c6ds6l4di2p";
     };
   };