Skip to content

Commit

Permalink
kotlin: 1.2.20 -> 1.2.21
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ab63fd6d6c8dda27037701d74f205dcfb5f33fd)
  • Loading branch information
NeQuissimus committed Jan 29, 2018
1 parent 92bd6a5 commit 975a180
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.20";
version = "1.2.21";
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 = "0mx047j98jaw0smpk150ipfbb922il2kqqp3fmsz6hvvygcx6qzv";
sha256 = "08mg0xl6n5kl71rn4ix6innqa7dlirmw1rlj9qwmqv5abp9wpwn5";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 975a180

Please sign in to comment.