summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authoraki-ks <aki@kaysubs.de>2018-10-27 20:15:06 +0200
committeraki-ks <aki@kaysubs.de>2018-10-27 20:15:06 +0200
commite49377208a61b64c182ce0f431903c0033c2aa12 (patch)
treed362481abe1a3001f4e0fdd1cdec69de111952d5 /pkgs/applications/editors
parent269b690aecfdb086d5a40b685ece70acba235e43 (diff)
downloadnixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar.gz
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar.bz2
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar.lz
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar.xz
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.tar.zst
nixlib-e49377208a61b64c182ce0f431903c0033c2aa12.zip
jetbrains.idea-ultimate: 2018.2.4 -> 2018.2.5
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 e0a808ce0001..f5fbf1b5f03d 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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";