kotlin: 1.0.5-2 -> 1.0.6

This commit is contained in:
Tim Steinbach 2017-02-03 18:57:21 -05:00 committed by Robert Helgesson
parent f5db07b158
commit 39ac62293c
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, jre, unzip }:
stdenv.mkDerivation rec {
version = "1.0.5-2";
version = "1.0.6";
name = "kotlin-${version}";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha512 = "0z8phc51y8dfjnm95fs2dnmvhp7xm2am5xm71byh598flkpjmagnwah4j8z9fpg4qy94dwmqxf5zs3q8nfra89kmwskzpvp7bbibi0h";
sha256 = "1dhliqd79hydd62xmrn2nwrcqy7lb5svkahkkpx9w3z9s5r0p8j2";
};
propagatedBuildInputs = [ jre ] ;