kotlin: 1.7.10 -> 1.7.20

This commit is contained in:
R. Ryantm 2022-09-29 18:47:16 +00:00 committed by Bobby Rong
parent b29c25d356
commit 31852b4600

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.7.10";
version = "1.7.20";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
hash = "sha256-doP1RR7zCOt3Omhu53eadqle2LFDxprCR5N2GdfKOgk=";
hash = "sha256-XjyND5ZUEP8S6Q1vjcXfL8Cf1ZWmhNUUYWhRzn6Urn0=";
};
propagatedBuildInputs = [ jre ] ;