Merge pull request #69620 from r-ryantm/auto-update/kotlin

kotlin: 1.3.41 -> 1.3.50
This commit is contained in:
Tim Steinbach 2019-09-27 13:25:42 -04:00 committed by GitHub
commit 8706d9c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }: { stdenv, fetchurl, makeWrapper, jre, unzip }:
let let
version = "1.3.41"; version = "1.3.50";
in stdenv.mkDerivation { in stdenv.mkDerivation {
inherit version; inherit version;
pname = "kotlin"; pname = "kotlin";
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 = "0ch1fynqjfsb7jklw3pa6fygrgnl8nz4x4v0id06wq4md23bcjn4"; sha256 = "1v66pnk810agf26khwdv7l8jpc11x6na5fyqxs9jvxdpls8l0hk9";
}; };
propagatedBuildInputs = [ jre ] ; propagatedBuildInputs = [ jre ] ;