Skip to content

Commit

Permalink
kotlin: 1.2.10 -> 1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 17, 2018
1 parent 241e509 commit c5b5568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/kotlin/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }:

let
version = "1.2.10";
version = "1.2.20";
in stdenv.mkDerivation rec {
inherit version;
name = "kotlin-${version}";

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

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit c5b5568

Please sign in to comment.