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

kotlin: 1.8.0 -> 1.8.10
This commit is contained in:
Nick Cao 2023-02-08 11:05:37 +08:00 committed by GitHub
commit 440f502d57
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.8.0";
version = "1.8.10";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
hash = "sha256-C7lBn6yYMqVqOhnK0oL48tbxI30tRn3I3+m9SipDxC4=";
hash = "sha256-TD+nvBu57zBYojGdi8w7cZYHn4jpL9zY0wSkb0trV4c=";
};
propagatedBuildInputs = [ jre ] ;