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

kotlin: 1.9.24 -> 2.0.0
This commit is contained in:
Weijia Wang 2024-05-23 07:29:22 +02:00 committed by GitHub
commit a5a0a692f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.9.24";
version = "2.0.0";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "sha256-63to4BAp+me8jQYO5UwSAY8sYN3EOM8h2xRRcimqaTs=";
sha256 = "sha256-71eHMJdhVP0sWWjXWvjCcDs96Ep43/6RP2cDJuFJ2js=";
};
propagatedBuildInputs = [ jre ] ;