summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOlli Helenius <liff@iki.fi>2020-01-23 14:00:10 +0200
committerJon <jonringer@users.noreply.github.com>2020-01-24 02:14:02 -0800
commit206003cab683d941e285f4e8f5c40924e263eb64 (patch)
tree6bdde8e24fb4ce12c3485a6ab48fe88dadecd75f /pkgs/applications
parent60e24ff9d4e3c242bc09a93f9889b5166be1fe2f (diff)
downloadnixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar.gz
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar.bz2
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar.lz
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar.xz
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.tar.zst
nixpkgs-206003cab683d941e285f4e8f5c40924e263eb64.zip
jetbrains.idea-ultimate: 2019.3.1 -> 2019.3.2
Diffstat (limited to 'pkgs/applications')
-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 1c4ede71672..59298f26b71 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.3.1"; /* updated by script */
+    version = "2019.3.2"; /* 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 = "0rb726nh2c7zxnpjcf6fyrpl29y9wgr6qhpb6hjxia2gzxab9jz0"; /* updated by script */
+      sha256 = "09lgdd7gkx94warjc7wah9w7s9lj81law8clavjjyjas8bhhf1hz"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IntelliJ IDEA RELEASE";