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

kotlin: 1.5.30 -> 1.5.31
This commit is contained in:
Bobby Rong 2021-09-23 14:44:11 +08:00 committed by GitHub
commit d3e8e1cd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.5.30";
version = "1.5.31";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "sha256-Je69ubsuFl5LqO+/j/lDxF1Pw52//CwcqgWejdgTZ18=";
sha256 = "sha256-ZhERKG8+WsBqrzqUA9hp2alqF2tisUGBS+YmpHJJ/p4=";
};
propagatedBuildInputs = [ jre ] ;