kotlin: 1.9.23 -> 1.9.24

This commit is contained in:
R. Ryantm 2024-05-07 14:26:02 +00:00
parent 4a5f70933f
commit 3f8f8cef56

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 ] ;