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

kotlin: 1.8.0 -> 1.8.10

authored by

Nick Cao and committed by
GitHub
440f502d 3ff19938

+2 -2
+2 -2
pkgs/development/compilers/kotlin/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "kotlin"; 5 - version = "1.8.0"; 5 + version = "1.8.10"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"; 9 - hash = "sha256-C7lBn6yYMqVqOhnK0oL48tbxI30tRn3I3+m9SipDxC4="; 9 + hash = "sha256-TD+nvBu57zBYojGdi8w7cZYHn4jpL9zY0wSkb0trV4c="; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ jre ] ;