about summary refs log tree commit diff
path: root/pkgs/development/compilers/kotlin/native.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-03-07kotlin{-native}: 1.9.22 -> 1.9.23SubhrajyotiSen1-4/+4
2023-12-25kotlin{-native}: 1.9.20 -> 1.9.22SubhrajyotiSen1-4/+4
2023-11-28kotlin-native: update darwin hashes; fix buildannalee1-2/+2
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-01kotlin-native: 1.9.10 -> 1.9.20R. Ryantm1-2/+2
2023-08-23kotlin{-native}: 1.9.0 -> 1.9.10SubhrajyotiSen1-4/+4
2023-07-06kotlin{-native}: 1.8.22 -> 1.9.0SubhrajyotiSen1-4/+4
2023-06-10kotlin{-native}: 1.8.21 -> 1.8.22SubhrajyotiSen1-4/+4
2023-04-27kotlin{-native}: 1.8.20 -> 1.8.21SubhrajyotiSen1-4/+4
2023-04-09kotlin{-native}: 1.8.10 → 1.8.20SubhrajyotiSen1-5/+4
2023-02-08kotlin-native: 1.8.0 -> 1.8.10SubhrajyotiSen1-4/+4
2023-01-04kotlin-native: 1.7.10 -> 1.8.0SubhrajyotiSen1-5/+5
2022-07-08kotlin-native: 1.7.0 → 1.7.10Fabián Heredia Montiel1-4/+4
2022-06-09kotlin-native: 1.6.21 → 1.7.0Fabián Heredia Montiel1-4/+4
2022-04-21kotlin: 1.6.20 → 1.6.21Fabián Heredia Montiel1-4/+4
https://github.com/JetBrains/kotlin/releases/tag/v1.6.21
2022-04-04kotlin: 1.6.10 → 1.6.20Fabián Heredia Montiel1-4/+4
2021-12-14kotlin{-native}: 1.6.0 → 1.6.10Subhrajyoti Sen1-4/+4
2021-11-16kotlin-native: 1.5.31 → 1.6.0Fabián Heredia Montiel1-4/+4
2021-11-03kotlin-native: add fabianhjr as maintainerFabián Heredia Montiel1-1/+1
2021-11-03kotlin-native: remove `/bin/kotlinc`Fabián Heredia Montiel1-0/+1
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-10-24kotlin-native: init at 1.5.31AndersonTorres1-0/+64