kotlin: 1.6.21 → 1.7.0

This commit is contained in:
Fabián Heredia Montiel 2022-06-09 09:44:32 -05:00
parent 1b3a480c0b
commit 3060e296ca

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.6.21";
version = "1.7.0";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
hash = "sha256-YyFm/tifP0MEgvWqB/LiC5I7cu9ojI9affOqFQLG2Lo=";
hash = "sha256-9SFmRK2BVx5dti7CMi/gdGiSe9pA9RFH7WJqKIS1X5o=";
};
propagatedBuildInputs = [ jre ] ;