Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
7ea6c1ec81
kotlin: 1.9.24 -> 2.0.0
2024-05-21 13:19:27 +00:00
R. Ryantm
3f8f8cef56
kotlin: 1.9.23 -> 1.9.24
2024-05-07 14:26:02 +00:00
SubhrajyotiSen
9ab8540025
kotlin{-native}: 1.9.22 -> 1.9.23
2024-03-07 16:28:52 +05:30
SubhrajyotiSen
4c18de526b
kotlin{-native}: 1.9.20 -> 1.9.22
2023-12-25 16:09:42 +05:30
annalee
eb198e32f0
kotlin-native: update darwin hashes; fix build
...
last version update https://github.com/NixOS/nixpkgs/pull/264833
only updated the linux x64 hash and neglected the 2 macos ones.
this updates the other two hashes using the published sha256 digests
https://github.com/JetBrains/kotlin/releases/tag/v1.9.20
and converts them to an sri.
testing: build passed on x64 darwin
2023-11-28 09:28:52 +00:00
Fabián Heredia Montiel
67ee67d1d8
Merge pull request #264833 from r-ryantm/auto-update/kotlin-native
...
kotlin-native: 1.9.10 -> 1.9.20
2023-11-11 16:46:22 -06:00
R. Ryantm
4585ec2878
kotlin-native: 1.9.10 -> 1.9.20
2023-11-01 15:16:04 +00:00
R. Ryantm
2c83eef4b9
kotlin: 1.9.10 -> 1.9.20
2023-11-01 14:00:31 +00:00
SubhrajyotiSen
81d6ce3d28
kotlin{-native}: 1.9.0 -> 1.9.10
2023-08-23 23:19:45 +05:30
SubhrajyotiSen
8a2c033ef5
kotlin{-native}: 1.8.22 -> 1.9.0
2023-07-06 15:42:32 +05:30
SubhrajyotiSen
6fd6dd6f9c
kotlin{-native}: 1.8.21 -> 1.8.22
2023-06-10 11:55:27 +05:30
SubhrajyotiSen
a6a14f2e47
kotlin{-native}: 1.8.20 -> 1.8.21
2023-04-27 10:28:37 +05:30
SubhrajyotiSen
fb3e0d0185
kotlin{-native}: 1.8.10 → 1.8.20
2023-04-09 17:13:50 +05:30
SubhrajyotiSen
aa360b1d60
kotlin-native: 1.8.0 -> 1.8.10
2023-02-08 10:19:51 +05:30
R. Ryantm
66532182f5
kotlin: 1.8.0 -> 1.8.10
2023-02-04 00:21:30 +00:00
Nick Cao
6de4a46100
Merge pull request #208991 from SubhrajyotiSen/update-kotlin
...
kotlin-native: 1.7.10 -> 1.8.0
2023-01-17 10:44:00 +08:00
SubhrajyotiSen
a43ad0c995
kotlin-native: 1.7.10 -> 1.8.0
2023-01-04 14:26:23 +05:30
R. Ryantm
a837cde078
kotlin: 1.7.20 -> 1.8.0
2023-01-01 07:01:01 +00:00
R. Ryantm
31852b4600
kotlin: 1.7.10 -> 1.7.20
2022-10-04 16:26:44 +08:00
Fabián Heredia Montiel
d64ee0ff26
kotlin-native: 1.7.0 → 1.7.10
2022-07-08 16:29:10 -05:00
Fabián Heredia Montiel
7e4e497c43
kotlin: 1.7.0 → 1.7.10
2022-07-08 16:29:10 -05:00
Fabián Heredia Montiel
ce77121c76
kotlin-native: 1.6.21 → 1.7.0
2022-06-09 09:49:28 -05:00
Fabián Heredia Montiel
3060e296ca
kotlin: 1.6.21 → 1.7.0
2022-06-09 09:49:28 -05:00
Fabián Heredia Montiel
368ce6abb2
kotlin: 1.6.20 → 1.6.21
...
https://github.com/JetBrains/kotlin/releases/tag/v1.6.21
2022-04-21 12:52:50 -05:00
Fabián Heredia Montiel
04f0de78da
kotlin: 1.6.10 → 1.6.20
2022-04-04 10:43:41 -05:00
Subhrajyoti Sen
00d0e55437
kotlin{-native}: 1.6.0 → 1.6.10
2021-12-14 16:04:35 +05:30
Fabián Heredia Montiel
ed97d79de6
kotlin-native: 1.5.31 → 1.6.0
2021-11-16 10:35:42 -06:00
Fabián Heredia Montiel
fadae2575b
kotlin: 1.5.31 → 1.6.0
2021-11-16 10:11:10 -06:00
Fabián Heredia Montiel
f5095d575c
kotlin-native: add fabianhjr as maintainer
2021-11-03 09:58:15 -06:00
Fabián Heredia Montiel
638daf8c90
kotlin-native: remove /bin/kotlinc
...
This is the only collision with the default kotlin distribution and is
marked as deprecated and to be removed upstream.
```
> kotlinc
NOTE: you are running "kotlinc" CLI tool from Kotlin/Native distribution,
it runs Kotlin/Native compiler that produces native binaries from Kotlin code.
If your intention was to compile Kotlin code to JVM bytecode instead, then you
need to use "kotlinc" from the main Kotlin distribution (e.g. it can be
downloaded as kotlin-compiler-X.Y.ZZ.zip archive from
https://github.com/JetBrains/kotlin/releases/latest , or installed using various
package managers).
WARNING: if your intention was to run Kotlin/Native compiler, then please use
"kotlinc-native" CLI tool instead of "kotlinc". "kotlinc" tool will be removed
from Kotlin/Native distribution, so it will stop clashing with "kotlinc" from
the main Kotlin distribution.
```
2021-11-03 09:57:36 -06:00
AndersonTorres
872080e31c
kotlin-native: init at 1.5.31
2021-10-24 00:52:39 -03:00
R. RyanTM
143e73b2de
kotlin: 1.5.30 -> 1.5.31
2021-09-23 01:41:27 +00:00
R. RyanTM
bcd4ec4f48
kotlin: 1.5.21 -> 1.5.30
2021-08-25 07:00:16 +00:00
R. RyanTM
0d70345ec2
kotlin: 1.5.20 -> 1.5.21
2021-07-20 07:12:53 +00:00
Subhrajyoti Sen
45527fa014
kotlin: 1.5.10 -> 1.5.20
2021-06-25 10:36:27 +05:30
Subhrajyoti Sen
ff621f0cab
kotlin: add maintainer SubhrajyotiSen ( #127198 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-18 10:42:59 +02:00
Subhrajyoti Sen
6847861652
kotlin: 1.5.0 -> 1.5.10
2021-06-17 02:36:47 +05:30
Subhrajyoti Sen
e20a3b4326
kotlin: 1.4.32 -> 1.5.0
2021-05-15 19:46:17 +05:30
239
6bffd187eb
kotlin: 1.4.21 -> 1.4.32
2021-05-02 14:08:43 +02:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Ben Siraphob
acc5f7b18a
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 08:57:37 +07:00
R. RyanTM
9651b60c41
kotlin: 1.4.20 -> 1.4.21
2020-12-09 07:57:47 +00:00
R. RyanTM
579cba640d
kotlin: 1.4.0 -> 1.4.20
2020-11-26 08:52:12 +00:00
Tim Steinbach
5596a2b01d
kotlin: Remove maintainer nequissimus
2020-10-08 11:00:15 -04:00
R. RyanTM
3fe8a88719
kotlin: 1.3.72 -> 1.4.0
2020-08-22 10:15:53 +00:00
R. RyanTM
a1c5acff56
kotlin: 1.3.71 -> 1.3.72
2020-05-02 13:16:07 +00:00
R. RyanTM
2cede30d74
kotlin: 1.3.70 -> 1.3.71
2020-03-30 00:37:40 +00:00
R. RyanTM
4126c5810d
kotlin: 1.3.61 -> 1.3.70
2020-03-04 06:12:11 +00:00