summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-12-29 21:44:35 -0500
committerGitHub <noreply@github.com>2016-12-29 21:44:35 -0500
commitfd826a0b71b458907f6352a1db89df7588ebc73f (patch)
tree850ea69a4022338314edfd655799c5544d821ae3 /pkgs/applications
parent0465b1407bc0b69c2b35e281fbafb615715ef280 (diff)
parent37632cbf5f317b9ab3c98a4cf00efa4d4879695c (diff)
downloadnixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar.gz
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar.bz2
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar.lz
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar.xz
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.tar.zst
nixlib-fd826a0b71b458907f6352a1db89df7588ebc73f.zip
Merge pull request #21492 from vdemeester/idea-ultimate_2016_3_2
idea-ultimate: 2016.3.1 -> 2016.3.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index dc85b5402bd1..e9f887fe6214 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -208,12 +208,12 @@ in
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "2016.3.1";
+    version = "2016.3.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 = "1696gfmqi76ybgi5r84kisjx9mv0hd70hsn16banw61zy4rfllhw";
+      sha256 = "13pd95zad29c3i9qpwhjii601ixb4dgcld0kxk3liq4zmnv6wqxa";
     };
     wmClass = "jetbrains-idea";
   };