···11{ stdenv, fetchurl, makeWrapper, jre, unzip, which }:
2233stdenv.mkDerivation rec {
44- version = "1.0.0-beta-3595";
44+ version = "1.0.0-beta-4583";
55 name = "kotlin-${version}";
6677 src = fetchurl {
88 url = "https://github.com/JetBrains/kotlin/releases/download/build-${version}/kotlin-compiler-${version}.zip";
99- sha256 = "1ed750a169a411349852a102d5a9c23aec656acb76d51018a4933741eb846fae";
99+ sha256 = "4db71d3c1f150618568ebd1f8c17567ff15afe022c2f0121368c17afad9e8188";
1010 };
11111212 propagatedBuildInputs = [ jre which ] ;
···2727 longDescription = ''
2828 Kotlin is a statically typed language that targets the JVM and JavaScript.
2929 It is a general-purpose language intended for industry use.
3030- It is developed by a team at JetBrains although it is an OSS language
3030+ It is developed by a team at JetBrains although it is an OSS language
3131 and has external contributors.
3232 '';
3333 homepage = http://kotlinlang.org/;