Merge pull request #200437 from r-ryantm/auto-update/kotlin

kotlin: 1.7.20 -> 1.8.0
This commit is contained in:
ajs124 2023-01-10 21:31:52 +01:00 committed by GitHub
commit fe3a3ab0f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ] ;