idea.idea-{community,ultimate}: 15.0 -> 15.0.1

+6 -6
+6 -6
pkgs/applications/editors/idea/default.nix
··· 237 238 idea-community = buildIdea rec { 239 name = "idea-community-${version}"; 240 - version = "15.0"; 241 - build = "IC-143.381"; 242 description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; 243 license = stdenv.lib.licenses.asl20; 244 src = fetchurl { 245 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; 246 - sha256 = "0d39ipwji76gkc7w5bcl7a94kdz5cwmcnwmvq1lzm06v43jjq51s"; 247 }; 248 }; 249 250 idea-ultimate = buildIdea rec { 251 name = "idea-ultimate-${version}"; 252 - version = "15.0"; 253 - build = "IU-143.381"; 254 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; 255 license = stdenv.lib.licenses.unfree; 256 src = fetchurl { 257 url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"; 258 - sha256 = "1hw8hqpzkdlp0ilax6anzjybhmjb40s16jblyplqpah065pc8rja"; 259 }; 260 }; 261
··· 237 238 idea-community = buildIdea rec { 239 name = "idea-community-${version}"; 240 + version = "15.0.1"; 241 + build = "IC-143.382"; 242 description = "Integrated Development Environment (IDE) by Jetbrains, community edition"; 243 license = stdenv.lib.licenses.asl20; 244 src = fetchurl { 245 url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"; 246 + sha256 = "1dbwzj12xkv2xw5nrhr779ac24hag0rb96dlagzyxcvc44xigjps"; 247 }; 248 }; 249 250 idea-ultimate = buildIdea rec { 251 name = "idea-ultimate-${version}"; 252 + version = "15.0.1"; 253 + build = "IU-143.382"; 254 description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; 255 license = stdenv.lib.licenses.unfree; 256 src = fetchurl { 257 url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"; 258 + sha256 = "0bw6qvsvhw0nabv01bgsbnl78vimnz2kb280jzv0ikmhxranyk0z"; 259 }; 260 }; 261