summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-28 22:23:35 +0000
committerGitHub <noreply@github.com>2018-10-28 22:23:35 +0000
commit4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49 (patch)
treed4bf2234c21ae01e89d14b392a12af1a4346a8ba /pkgs/applications/editors
parentd7406dd64acfd5202c27855ad6bbd73be2f9fb89 (diff)
parente49377208a61b64c182ce0f431903c0033c2aa12 (diff)
downloadnixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar.gz
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar.bz2
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar.lz
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar.xz
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.tar.zst
nixlib-4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49.zip
Merge pull request #49301 from aki-ks/master
idea-ultimate & idea-community -> 2018.2.5
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 23ecfb0c19d3..f5fbf1b5f03d 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 = "2018.2.4"; /* updated by script */
+    version = "2018.2.5"; /* 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 = "1syrxkp4pk95bvx02g2hg0mvn36w098h82k0qv0j6aqv0sidfzjy"; /* updated by script */
+      sha256 = "0jnnmhn1gba670q2yprlh3ypa6k21pbg91pshz9aqkdhhmzk4759"; /* updated by script */
     };
     wmClass = "jetbrains-idea-ce";
     update-channel = "IntelliJ IDEA Release";
@@ -302,12 +302,12 @@ in
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "2018.2.4"; /* updated by script */
+    version = "2018.2.5"; /* updated by script */
     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}-no-jdk.tar.gz";
-      sha256 = "0z1ga6lzmkn7y7y24984vmp3ilrfc1ak1ddcgsdkwkiq5bx67ck8"; /* updated by script */
+      sha256 = "105mzbqm3bx05bmkwyfykz76bzgzzgb9hb6wcagb9fv7dvqyggg6"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IntelliJ IDEA Release";