Skip to content

Commit ad2c63a

Browse files
committedSep 29, 2017
kotlin: 1.1.50 -> 1.1.51
1 parent 5572062 commit ad2c63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/compilers/kotlin/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, makeWrapper, jre, unzip }:
22

33
stdenv.mkDerivation rec {
4-
version = "1.1.50";
4+
version = "1.1.51";
55
name = "kotlin-${version}";
66

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

1212
propagatedBuildInputs = [ jre ] ;

0 commit comments

Comments
 (0)
Please sign in to comment.