about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-05 22:04:43 +0200
committerPeter Simons <simons@cryp.to>2014-05-05 22:04:43 +0200
commitbfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4 (patch)
tree8ea35ade4f3d4e9690f191a3c7e62ce43921e97d /pkgs
parent3de5e16627a2dee1905ca5b3cc6deb569f3aaee6 (diff)
parentec2d52fca825bd020624cc2ac818863215eabc1f (diff)
downloadnixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar.gz
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar.bz2
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar.lz
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar.xz
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.tar.zst
nixlib-bfcb131802a1c3d6d88dff7cc5a47b17d86f8cf4.zip
Merge pull request #2528 from edwtjo/idea-13.1.2
idea 13.1.1 -> 13.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/idea/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index c6301bd8a302..6ccd9512978a 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -64,27 +64,27 @@ let
 
 in {
 
-  idea_community_1311 = buildIdea rec {
+  idea_community_1312 = buildIdea rec {
     name = "idea-community-${version}";
-    version = "13.1.1";
-    build = "IC-135.480";
+    version = "13.1.2";
+    build = "IC-135.690";
     description = "IntelliJ IDEA 13 Community Edition";
     license = stdenv.lib.licenses.asl20.shortName;
     src = fetchurl {
       url = "http://download-ln.jetbrains.com/idea/ideaIC-${version}.tar.gz";
-      sha256 = "9e28d3e5682b037c9d6190622ab2a47112fa792539083cc7a4cb24f3f7bf7d22";
+      sha256 = "59fde67bf23e4638edd4b5ada133ac1c61c3132dea936eb7de7ee5ea259cc102";
     };
   };
 
-  idea_ultimate_1311 = buildIdea rec {
+  idea_ultimate_1312 = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "13.1.1";
-    build = "IU-135.480";
+    version = "13.1.2";
+    build = "IU-135.690";
     description = "IntelliJ IDEA 13 Ultimate Edition";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "http://download-ln.jetbrains.com/idea/ideaIU-${version}.tar.gz";
-      sha256 = "d699abcdcace387105a465049e015c1367dedf42f7a5f5a1f7b3d840e98b2658";
+      sha256 = "ccbaed495e2f099c92d1f747a59d7af9f9d41d75cf10e8a299d11825d78685ad";
     };
   };