kotlin: 1.1.50 -> 1.1.51

This commit is contained in:
Tim Steinbach 2017-09-29 10:05:46 -04:00
parent 5572062674
commit ad2c63a23a
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }: { stdenv, fetchurl, makeWrapper, jre, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.1.50"; version = "1.1.51";
name = "kotlin-${version}"; name = "kotlin-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"; url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "01y7m0r5wa2apd05c38h77060javgbj8072vd08lz4qaw6c6445m"; sha256 = "1kbwyldfyyd20rnrl5yvyvqiqj9b3v6543vhlqsh5swhhc9nnd0b";
}; };
propagatedBuildInputs = [ jre ] ; propagatedBuildInputs = [ jre ] ;