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

kotlin: 1.5.21 -> 1.5.30
This commit is contained in:
Ryan Mulligan 2021-08-25 06:15:27 -07:00 committed by GitHub
commit 47ca52f270
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.21";
version = "1.5.30";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "sha256-8zE6/dar8bjHXGKS9OQfLbr+/I9scnYse6mz2u712lk=";
sha256 = "sha256-Je69ubsuFl5LqO+/j/lDxF1Pw52//CwcqgWejdgTZ18=";
};
propagatedBuildInputs = [ jre ] ;