about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorIoannis Koutras <ioannis.koutras@gmail.com>2018-04-18 11:29:36 +0300
committerIoannis Koutras <ioannis.koutras@gmail.com>2018-04-25 11:32:49 +0300
commit21feb8a2eda7a309a2498cdcebd18cf1e698a12f (patch)
treee434b59398454e9ebf570b43e137f349d68eacb6 /pkgs/applications/editors
parente74d28ef96827252dc9abd53423439fbd7fac5d4 (diff)
downloadnixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar.gz
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar.bz2
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar.lz
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar.xz
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.tar.zst
nixlib-21feb8a2eda7a309a2498cdcebd18cf1e698a12f.zip
idea-ultimate: 2018.1 -> 2018.1.2
Diffstat (limited to 'pkgs/applications/editors')
-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 5f08271c5cd1..f5b87eb26e77 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -291,12 +291,12 @@ in
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "2018.1"; /* updated by script */
+    version = "2018.1.2"; /* updated by script */
     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}-no-jdk.tar.gz";
-      sha256 = "1483w692n29v22f5vchh8fbizwn74wlznd5pvlscxs4ly9af7935"; /* updated by script */
+      sha256 = "1rrqc9sj0ibkkj627hzwdh7l5z8zm6cmaz0yzx6xhyi989ivfy2r"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IDEA_Release";