summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-04-22 19:19:45 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-04-22 19:19:45 +0200
commita039f4a58425456270b5f69b7c9d29bf6c6a4954 (patch)
tree9fd030ef1e60d33259662db4480ab9da5adb4d9a /pkgs/applications/editors
parent5a21c015c77fc53266d2b5c442f90ed52161e9f5 (diff)
downloadnixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar.gz
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar.bz2
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar.lz
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar.xz
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.tar.zst
nixpkgs-a039f4a58425456270b5f69b7c9d29bf6c6a4954.zip
idea-{community,ultimate}: 14.1.1 -> 14.1.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/idea/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index 4c90a756e36..cc21c171eb3 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -235,25 +235,25 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "14.1.1";
-    build = "IC-141.178.9";
+    version = "14.1.2";
+    build = "IC-141.713.2";
     description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
-      sha256 = "09hrisxg7jsda4qp3abs8156x45hl3sq3w6cpax3aaj1q0j2vnrj";
+      sha256 = "1skxbax7gsxxf7519qasxwp9q0v9ff755ibqr1w47dv2al47kjzq";
     };
   };
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "14.1.1";
-    build = "IU-141.178.9";
+    version = "14.1.2";
+    build = "IU-141.713.2";
     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}.tar.gz";
-      sha256 = "1qk6xq94sqzkswifrrnv5lr0kk3lgrs00d9qpm2bcwpwc1pwcwsq";
+      sha256 = "1ddy0f83rs3yx3w8v49cmlhkc8qxapdh702g26gzlapbpvfw58ay";
     };
   };