Unverified Commit a69d9b54 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

kotlin: 1.9.10 -> 1.9.20
parents c2de56a5 2c83eef4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "kotlin";
  version = "1.9.10";
  version = "1.9.20";

  src = fetchurl {
    url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
    sha256 = "0hh3qa4nical29wkm3byqvmd00xhx9gp7hslx8l0z3ngxqyqcx3x";
    sha256 = "sha256-Faiiglt0zPbETgTpdnLbgC0t91zi+7Y+8FOb865QBvA=";
  };

  propagatedBuildInputs = [ jre ] ;