Skip to content

Commit

Permalink
kotlin: 1.3.72 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 22, 2020
1 parent 914b978 commit 3fe8a88
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.3.72";
version = "1.4.0";
in stdenv.mkDerivation {
inherit version;
pname = "kotlin";

src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "0v6c4vjiflwbjjc1lmiyzrilxwbqcz5ll6ls40zhw70zk23xpl6c";
sha256 = "0qgiabpkisqjm9iryidrynqy452vzmpgaw54rd9blr9w7g8r20sr";
};

propagatedBuildInputs = [ jre ] ;
Expand Down

0 comments on commit 3fe8a88

Please sign in to comment.