about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2019-02-27 11:16:00 +0100
committerAverell Dalton <averell+nixpkgs@rxd4.com>2019-03-28 15:44:03 +0100
commit4933eae0d52838cdc1e4ef394dc09574459f0de7 (patch)
tree188cc56708efd8b944c81a839106db40162c7b46 /pkgs/applications/editors/jetbrains
parent7cb759636fe5589c0f890340690e83dc00fb7b6b (diff)
downloadnixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar.gz
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar.bz2
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar.lz
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar.xz
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.tar.zst
nixlib-4933eae0d52838cdc1e4ef394dc09574459f0de7.zip
jetbrains.idea-ultimate: 2018.3.4 -> 2019.1
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index c84123ac19de..db6fe8da056a 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.3.4"; /* updated by script */
+    version = "2019.1"; /* 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 = "0s3r3h1zcwkfqhsfb224fgy62fdhnd4gjgk2h6pyhq1frnh3x5bg"; /* updated by script */
+      url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz";
+      sha256 = "0fsdf090cwwrsq3azknc9rpwwsl71cvsx4flivnqwfakb6rh4f1j"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IntelliJ IDEA RELEASE";