Skip to content

Commit

Permalink
kotlin: 1.1.4-2 -> 1.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 26, 2017
1 parent 5a2a35a commit bec98b7
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.4-2";
version = "1.1.50";
name = "kotlin-${version}";

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

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit bec98b7

Please sign in to comment.