kotlin: 2.2.0 -> 2.2.20 (#442780)

authored by pyrox.dev and committed by GitHub 10948502 2b91aec4

+2 -2
+2 -2
pkgs/development/compilers/kotlin/default.nix
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "kotlin"; 12 - version = "2.2.0"; 13 14 src = fetchurl { 15 url = "https://github.com/JetBrains/kotlin/releases/download/v${finalAttrs.version}/kotlin-compiler-${finalAttrs.version}.zip"; 16 - sha256 = "sha256-GttvGlhFugqlpZ5BLkTI5AUja5V94aloNhnx3KOxaTI="; 17 }; 18 19 propagatedBuildInputs = [ jre ];
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "kotlin"; 12 + version = "2.2.20"; 13 14 src = fetchurl { 15 url = "https://github.com/JetBrains/kotlin/releases/download/v${finalAttrs.version}/kotlin-compiler-${finalAttrs.version}.zip"; 16 + sha256 = "sha256-gfAmTJBztcu9s/+EGM8sXawHaHn8FW+hpkYvWlrMRCA="; 17 }; 18 19 propagatedBuildInputs = [ jre ];