summary refs log tree commit diff
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2016-01-21 10:06:52 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2016-01-21 10:06:52 +0100
commit3eb35b290d910ce041f66090e89666d5a4d81c20 (patch)
treeaf5134f6becce8ffc0f596ee69b28159319cc854
parent4948bdadd67a927864092b9f3c67399bffad19cf (diff)
downloadnixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar.gz
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar.bz2
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar.lz
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar.xz
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.tar.zst
nixlib-3eb35b290d910ce041f66090e89666d5a4d81c20.zip
idea.idea-{community,ultimate}: 15.0.2 -> 15.0.3
-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 429594440009..1f1dee8d197a 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -190,25 +190,25 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "15.0.2";
-    build = "IC-143.1184";
+    version = "15.0.3";
+    build = "IC-143.1821";
     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 = "0y8rrbsb87avn1dhw5r1xb4axpbm1qvgcd0aysir9bqzhx8qg64c";
+      sha256 = "15hj4kqlpg3b4xp2v4f4iidascrc8s97mq8022nvbcs879gpajqa";
     };
   };
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "15.0.2";
-    build = "IU-143.1184";
+    version = "15.0.3";
+    build = "IU-143.1821";
     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 = "1r8gw7mv1b0k223k76ib08f4yrrgrw24qmhkbx88rknmls5nsgss";
+      sha256 = "02v8v2a7p620l4mlk7jqw9sl2455a1nya1dy84y23h9vq20aihlh";
     };
   };