From 5e8e9647943b94f59f5b9879f834fff46348b15c Mon Sep 17 00:00:00 2001 From: Wander Nauta Date: Wed, 20 Jan 2016 13:56:09 +0100 Subject: [PATCH] idea.clion: 1.0.4 -> 1.2.4 --- pkgs/applications/editors/idea/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index 932f31d86509..429594440009 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -166,13 +166,13 @@ in clion = buildClion rec { name = "clion-${version}"; - version = "1.0.4"; - build = "141.874"; + version = "1.2.4"; + build = "143.1186"; description = "C/C++ IDE. New. Intelligent. Cross-platform"; license = stdenv.lib.licenses.unfree; src = fetchurl { url = "https://download.jetbrains.com/cpp/${name}.tar.gz"; - sha256 = "1cz59h2znzjy7zncc049f2w30kc89rvmk7l51a1y6ymf9s7cj4cm"; + sha256 = "0asjgfshbximjk6i57fz3d2ykby5qw5x6nhw91cpzrzszc59dmm2"; }; };