kotlin: 1.1.4-2 -> 1.1.50

This commit is contained in:
Tim Steinbach 2017-09-26 08:52:44 -04:00
parent 5a2a35aef3
commit bec98b765d
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

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