kotlin: 2.4.10 -> 2.4.20 (#560918)

This commit is contained in:
Peder Bergebakken Sundt
2026-09-13 17:14:35 +00:00
committed by GitHub

View File

@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kotlin";
version = "2.4.10";
version = "2.4.20";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${finalAttrs.version}/kotlin-compiler-${finalAttrs.version}.zip";
sha256 = "sha256-Rz3WbHo+9LGCBls9pnBGbBvydzqduw7Yszo5/p1Ph20=";
sha256 = "sha256-WenKdMeQTvLBIrEhFJN2c8zOaN6CCmY/DtZsz4eZ4Lc=";
};
propagatedBuildInputs = [ jre ];