kotlin: 1.9.10 -> 1.9.20

+2 -2
+2 -2
pkgs/development/compilers/kotlin/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "kotlin"; 5 - version = "1.9.10"; 6 7 src = fetchurl { 8 url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"; 9 - sha256 = "0hh3qa4nical29wkm3byqvmd00xhx9gp7hslx8l0z3ngxqyqcx3x"; 10 }; 11 12 propagatedBuildInputs = [ jre ] ;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "kotlin"; 5 + version = "1.9.20"; 6 7 src = fetchurl { 8 url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"; 9 + sha256 = "sha256-Faiiglt0zPbETgTpdnLbgC0t91zi+7Y+8FOb865QBvA="; 10 }; 11 12 propagatedBuildInputs = [ jre ] ;