about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2016-05-03 10:59:29 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2016-05-03 11:01:21 +0200
commit066b5cb11abd8ac049b833e9204cbd903ec3cdf8 (patch)
tree7a41390d95c8447673e296f59b9b31793a9406cb /pkgs/applications
parent66ff540ee6afc52c443296dbfdc7683e608399ea (diff)
downloadnixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar.gz
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar.bz2
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar.lz
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar.xz
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.tar.zst
nixlib-066b5cb11abd8ac049b833e9204cbd903ec3cdf8.zip
idea.idea-{community,ultimate}: 2016.1 -> 2016.1.1
Diffstat (limited to 'pkgs/applications')
-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 482cbc56bcf7..d51eee6817ff 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -185,13 +185,13 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "2016.1";
-    build = "IC-145.258.11";
+    version = "2016.1.1";
+    build = "IC-145.597";
     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 = "1grgyaapsbf7xn0m18x6fgghjh9n1n2zblz9608g9qgx5p28kn6q";
+      sha256 = "1r0kvq8vk8ln4cabqjvfqp0lfy9vf8c8vddh76sd41d635pamba6";
     };
   };
 
@@ -209,13 +209,13 @@ in
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "2016.1";
-    build = "IU-145.258.11";
+    version = "2016.1.1";
+    build = "IU-145.597";
     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 = "15ybqdy311wi3iqi7bzk798cd91jpl73ngl86kzwr68d24nyy3zb";
+      sha256 = "d5a7d2d657fe2ad170716054c6ccd164e509cf50ee6eee8b61fe3490071940df";
     };
   };