tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kotlin: 1.9.10 -> 1.9.20
R. Ryantm
2 years ago
2c83eef4
c6834335
+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
···
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 ] ;