lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kotlin: 1.7.0 → 1.7.10

+2 -2
+2 -2
pkgs/development/compilers/kotlin/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "kotlin"; 5 - version = "1.7.0"; 5 + version = "1.7.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-9SFmRK2BVx5dti7CMi/gdGiSe9pA9RFH7WJqKIS1X5o="; 9 + hash = "sha256-doP1RR7zCOt3Omhu53eadqle2LFDxprCR5N2GdfKOgk="; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ jre ] ;