Skip to content

Commit

Permalink
kotlin: 2.0.21 -> 2.1.0 (NixOS#365991)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Dec 19, 2024
2 parents f413dfe + 592adf3 commit 2566617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/kotlin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "kotlin";
version = "2.0.21";
version = "2.1.0";

src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "sha256-A1LApFvSL4D2sm5IXNBNqAR7ql3lSGUoH7n4mkp7zyo=";
sha256 = "sha256-tmmNVyitj57c3QFhfWOAcxkdigMTnMU4o5G043Wa0pc=";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 2566617

Please sign in to comment.