Skip to content

Commit

Permalink
kotlin: 1.1.50 -> 1.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 29, 2017
1 parent 5572062 commit ad2c63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/kotlin/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }:

stdenv.mkDerivation rec {
version = "1.1.50";
version = "1.1.51";
name = "kotlin-${version}";

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

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit ad2c63a

Please sign in to comment.