about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-12-02 18:47:08 +0100
committerkolaente <k@knt.li>2019-12-02 18:47:08 +0100
commit9cff83f0eb3116ac2e778af385453e79c2e62a13 (patch)
tree92435a32077cf0fa429b42751bb1f6ecc0f2d617 /pkgs/applications/editors/jetbrains
parent918ed06f292f29fb1f880853c39787683fc8695d (diff)
downloadnixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar.gz
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar.bz2
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar.lz
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar.xz
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.tar.zst
nixlib-9cff83f0eb3116ac2e778af385453e79c2e62a13.zip
Jetbrains IDEA Ultimate 2019.2.5 -> 2019.3
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-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 b46c78e5bc5a..af5d725a595b 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 = "2019.2.4"; /* updated by script */
+    version = "2019.3"; /* 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 = "09mz4dx3zbnqw0vh4iqr8sn2s8mvgr7zvn4k7kqivsiv8f79g90a"; /* updated by script */
+      sha256 = "14x7wn732i95k6rrq3035wjgv7zx5pgjzrd37b0siwvnhbxxhhn6"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IntelliJ IDEA RELEASE";