kotlin: 1.7.20 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-01-01 07:01:01 +00:00
parent 3d7270abd5
commit a837cde078

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.7.20";
version = "1.8.0";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
hash = "sha256-XjyND5ZUEP8S6Q1vjcXfL8Cf1ZWmhNUUYWhRzn6Urn0=";
hash = "sha256-C7lBn6yYMqVqOhnK0oL48tbxI30tRn3I3+m9SipDxC4=";
};
propagatedBuildInputs = [ jre ] ;