clion: 2017.1.3 -> 2017.2

+5 -2
+5 -2
pkgs/applications/editors/jetbrains/default.nix
··· 50 50 51 51 patchelf --set-interpreter $interp bin/gdb/bin/gdb 52 52 patchelf --set-interpreter $interp bin/gdb/bin/gdbserver 53 + patchelf --set-interpreter $interp \ 54 + --set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}:$lldbLibPath" \ 55 + bin/clang/clang-tidy 53 56 ) 54 57 ''; 55 58 }); ··· 213 216 214 217 clion = buildClion rec { 215 218 name = "clion-${version}"; 216 - version = "2017.1.3"; 219 + version = "2017.2"; /* updated by script */ 217 220 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 218 221 license = stdenv.lib.licenses.unfree; 219 222 src = fetchurl { 220 223 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 221 - sha256 = "045pkbbf4ypk9qkhldz08i7hbc6vaq68a8v9axnpndnvcrf0vf7g"; 224 + sha256 = "de7f47ec959be9653aa4d2028fb27f8327800d8370daa0ab2d1093f3469f4b49"; /* updated by script */ 222 225 }; 223 226 wmClass = "jetbrains-clion"; 224 227 update-channel = "CLion_Release"; # channel's id as in http://www.jetbrains.com/updates/updates.xml