jetbrains.idea-ultimate: 2019.1.3 -> 2019.2.1

This commit is contained in:
Edmund Wu 2019-08-26 13:32:39 -04:00
parent f7d8e1f5e8
commit 19d68692fd
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0
1 changed files with 2 additions and 2 deletions

View File

@ -302,12 +302,12 @@ in
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2019.1.3"; /* updated by script */
version = "2019.2.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-jbr.tar.gz";
sha256 = "0qhj3wai0jb3bg8ddck27ivx2q60xsbk8pj6ryqp5dh75ja4zx1s"; /* updated by script */
sha256 = "0mslmhakjjgwj76hbfw9dcidic6zprjfjryggic7dqywl7vjwc95"; /* updated by script */
};
wmClass = "jetbrains-idea";
update-channel = "IntelliJ IDEA RELEASE";