summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains/default.nix
diff options
context:
space:
mode:
authorAverell Dalton <averell@rxd4.com>2018-03-14 08:32:26 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2018-03-22 07:30:12 +0100
commit09b05ede821b38810d26793ce6b62e087c20b5ba (patch)
tree55a7d20a61aa8849c4663fb3d4ac53ba2b85cfeb /pkgs/applications/editors/jetbrains/default.nix
parent413f63c512c8e95c7748191ba796571e98646062 (diff)
downloadnixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar.gz
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar.bz2
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar.lz
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar.xz
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.tar.zst
nixlib-09b05ede821b38810d26793ce6b62e087c20b5ba.zip
jetbrains.idea-community: 2017.3.4 -> 2017.3.5
Diffstat (limited to 'pkgs/applications/editors/jetbrains/default.nix')
-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 8bb95734d45f..61acafc68a18 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -273,12 +273,12 @@ in
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "2017.3.4"; /* updated by script */
+    version = "2017.3.5"; /* updated by script */
     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 = "15qsfirzmmjhwzkhx36zr4n0z5lhs021n2n3wim01g309ymr4gl9"; /* updated by script */
+      sha256 = "124rzc46f4bqyhllwyb26lkavh7zwbj62axrwhif34rayl2rcmpm"; /* updated by script */
     };
     wmClass = "jetbrains-idea-ce";
     update-channel = "IDEA_Release";