tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
kotlin: 2.2.0 -> 2.2.20
R. Ryantm
5 months ago
f4b79cb5
ca265c19
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
kotlin
default.nix
+2
-2
pkgs/development/compilers/kotlin/default.nix
···
9
9
10
10
stdenv.mkDerivation (finalAttrs: {
11
11
pname = "kotlin";
12
12
-
version = "2.2.0";
12
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
16
-
sha256 = "sha256-GttvGlhFugqlpZ5BLkTI5AUja5V94aloNhnx3KOxaTI=";
16
16
+
sha256 = "sha256-gfAmTJBztcu9s/+EGM8sXawHaHn8FW+hpkYvWlrMRCA=";
17
17
};
18
18
19
19
propagatedBuildInputs = [ jre ];