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

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

kotlin: 1.8.0 -> 1.8.10
parents 3ff19938 66532182
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.8.0";
  version = "1.8.10";

  src = fetchurl {
    url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
    hash = "sha256-C7lBn6yYMqVqOhnK0oL48tbxI30tRn3I3+m9SipDxC4=";
    hash = "sha256-TD+nvBu57zBYojGdi8w7cZYHn4jpL9zY0wSkb0trV4c=";
  };

  propagatedBuildInputs = [ jre ] ;