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

kotlin: 1.9.23 -> 1.9.24
This commit is contained in:
Pol Dellaiera 2024-05-07 23:14:07 +02:00 committed by GitHub
commit 98b66b6c50
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.23";
version = "1.9.24";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "125yb2yzah7laf38m78pysvcd5a16b129a06rckrpylsmcx7s4wk";
sha256 = "sha256-63to4BAp+me8jQYO5UwSAY8sYN3EOM8h2xRRcimqaTs=";
};
propagatedBuildInputs = [ jre ] ;