summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-12-25 11:11:54 +0100
committerkolaente <k@knt.li>2019-12-25 11:11:54 +0100
commitb2d769dc8adb9cd39805b56f098b7a7404130c11 (patch)
tree6a2696bb5cc2a2c75e10f17a10d0a33c812c5d7c /pkgs/applications/editors
parent9123715410b3d86682978c56a270abc3a9175428 (diff)
downloadnixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar.gz
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar.bz2
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar.lz
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar.xz
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.tar.zst
nixpkgs-b2d769dc8adb9cd39805b56f098b7a7404130c11.zip
Jetbrains IDEA Ultimate 2019.3 -> 2019.3.1
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 74264a37423..ff8304fad39 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"; /* updated by script */
+    version = "2019.3.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 = "14x7wn732i95k6rrq3035wjgv7zx5pgjzrd37b0siwvnhbxxhhn6"; /* updated by script */
+      sha256 = "0rb726nh2c7zxnpjcf6fyrpl29y9wgr6qhpb6hjxia2gzxab9jz0"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IntelliJ IDEA RELEASE";