summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-09-28 07:22:24 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-09-28 07:22:59 +0200
commite8ebf051a9ecd812df563fd45bdf607e882da814 (patch)
tree021fb18d8824e6b5fb67dd934a28ea374fec08bb /pkgs/applications
parentfce89243313dfce4bfe8bce0e3851b9cb5a491ed (diff)
downloadnixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar.gz
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar.bz2
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar.lz
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar.xz
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.tar.zst
nixlib-e8ebf051a9ecd812df563fd45bdf607e882da814.zip
idea-{community,ultimate}: 14.1.4 -> 14.1.5
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 e2889abb913d..8824711fec65 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -237,25 +237,25 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "14.1.4";
-    build = "IC-141.1532.4";
+    version = "14.1.5";
+    build = "IC-141.2735.5";
     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 = "1yx93dfbajk2icm2jkfp5s5jnr1czyk179va3n5zndzzhzags4xx";
+      sha256 = "196rijl2k24ysjihdsisfy8hjl21wcn98fn8wagvxsvjf7anyg9k";
     };
   };
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "14.1.4";
-    build = "IU-141.1532.4";
+    version = "14.1.5";
+    build = "IU-141.2735.5";
     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 = "1hxs0mh35r43iqd1i1s2g1ha91q2wnb6xs95w572khzjm5dznvaw";
+      sha256 = "0wxb7m0k3kbjnr42rwzsk4g09qxqsmnpsdj769azamvsr4p904k9";
     };
   };