Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kotlin: 2.2.0 -> 2.2.20

R. Ryantm f4b79cb5 ca265c19

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