kotlin: 1.0.0-beta-3595 -> 1.0.0-beta-4583, fixes #11883
This commit is contained in:
parent
971d580a00
commit
eb8e309d2b
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, jre, unzip, which }:
|
{ stdenv, fetchurl, makeWrapper, jre, unzip, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0.0-beta-3595";
|
version = "1.0.0-beta-4583";
|
||||||
name = "kotlin-${version}";
|
name = "kotlin-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/JetBrains/kotlin/releases/download/build-${version}/kotlin-compiler-${version}.zip";
|
url = "https://github.com/JetBrains/kotlin/releases/download/build-${version}/kotlin-compiler-${version}.zip";
|
||||||
sha256 = "1ed750a169a411349852a102d5a9c23aec656acb76d51018a4933741eb846fae";
|
sha256 = "4db71d3c1f150618568ebd1f8c17567ff15afe022c2f0121368c17afad9e8188";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ jre which ] ;
|
propagatedBuildInputs = [ jre which ] ;
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''
|
longDescription = ''
|
||||||
Kotlin is a statically typed language that targets the JVM and JavaScript.
|
Kotlin is a statically typed language that targets the JVM and JavaScript.
|
||||||
It is a general-purpose language intended for industry use.
|
It is a general-purpose language intended for industry use.
|
||||||
It is developed by a team at JetBrains although it is an OSS language
|
It is developed by a team at JetBrains although it is an OSS language
|
||||||
and has external contributors.
|
and has external contributors.
|
||||||
'';
|
'';
|
||||||
homepage = http://kotlinlang.org/;
|
homepage = http://kotlinlang.org/;
|
||||||
|
Loading…
Reference in New Issue
Block a user