summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-08-25 11:06:59 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-08-25 11:06:59 +0100
commit61e343649682cde32cefcf6523120df943484e09 (patch)
tree1519b453e71355b2235dffad539018ce77043375 /pkgs
parentc5d3ddba3eab3ada777e0a77f2fbb9d15b309aed (diff)
downloadnixlib-61e343649682cde32cefcf6523120df943484e09.tar
nixlib-61e343649682cde32cefcf6523120df943484e09.tar.gz
nixlib-61e343649682cde32cefcf6523120df943484e09.tar.bz2
nixlib-61e343649682cde32cefcf6523120df943484e09.tar.lz
nixlib-61e343649682cde32cefcf6523120df943484e09.tar.xz
nixlib-61e343649682cde32cefcf6523120df943484e09.tar.zst
nixlib-61e343649682cde32cefcf6523120df943484e09.zip
jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2
Diffstat (limited to 'pkgs')
-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 31fc2fd66960..fd3025cb07df 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -307,12 +307,12 @@ in
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "2017.2.1";
+    version = "2017.2.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 = "0y3r82i229d7lywixyifv4kkrwivixl75flagaqbkzw3j9wklg3k";
+      sha256 = "b8eb9d612800cc896eb6b6fbefbf9f49d92d2350ae1c3c4598e5e12bf93be401"; /* updated by script */
     };
     wmClass = "jetbrains-idea";
     update-channel = "IDEA_Release";