Peder Bergebakken Sundt
d3640d8741
kotlin: 2.4.0 -> 2.4.10 ( #541826 )
2026-07-15 13:19:08 +00:00
Emily
fdb820602b
treewide: drop simple x86_64-darwin mentions
...
To reproduce:
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: nix-x86_64-darwin
language: nix
rule:
any:
- pattern: "\"x86_64-darwin\""
kind: list_expression > string_expression
- pattern:
context: "{ \"x86_64-darwin\" = $EXPR; }"
selector: binding
- pattern:
context: "{ x86_64-darwin = $EXPR; }"
selector: binding
fix:
template: ""
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-first-x86_64-darwin
language: json
rule:
kind: object > pair:nth-child(1)
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandEnd: { regex: "," }
' pkgs
$ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
-- scan --update-all --inline-rules '
id: json-x86_64-darwin
language: json
rule:
kind: object > pair
has:
pattern: "\"x86_64-darwin\""
field: key
fix:
template: ""
expandStart: { regex: "," }
' pkgs
$ git restore pkgs/by-name/om/omnix/package.nix
$ git diff --name-only -z \
| nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
-c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
$ treefmt
2026-07-15 03:58:16 +01:00
R. Ryantm
aa433c9d22
kotlin: 2.4.0 -> 2.4.10
2026-07-14 14:26:13 +00:00
R. Ryantm
6de5ce1715
kotlin: 2.3.21 -> 2.4.0
2026-06-03 14:27:37 +00:00
R. Ryantm
35dc8d5a4e
kotlin: 2.3.20 -> 2.3.21
2026-04-23 14:29:23 +00:00
R. Ryantm
d6d053a0f4
kotlin: 2.3.10 -> 2.3.20
2026-03-16 13:48:59 +00:00
R. Ryantm
c2f89fd03f
kotlin: 2.3.0 -> 2.3.10
2026-02-05 13:57:38 +00:00
R. Ryantm
6e849aa909
kotlin: 2.2.21 -> 2.3.0
2025-12-16 14:15:47 +00:00
Masum Reza
0e6c627747
kotlin-native: 2.2.20 -> 2.2.21 ( #454914 )
2025-10-28 17:08:41 +00:00
R. Ryantm
65a28e21cd
kotlin-native: 2.2.20 -> 2.2.21
2025-10-23 13:49:02 +00:00
R. Ryantm
edadddc826
kotlin: 2.2.20 -> 2.2.21
2025-10-23 13:46:34 +00:00
Michael Daniels
3e51b0c949
kotlin-native: 2.1.0 -> 2.2.20
...
* [Release on GitHub](https://github.com/JetBrains/kotlin/releases/tag/v2.2.20 )
* [Compare changes on GitHub](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.2.20 )
2025-09-16 21:37:37 -04:00
R. Ryantm
f4b79cb581
kotlin: 2.2.0 -> 2.2.20
2025-09-14 00:19:58 +00:00
R. Ryantm
6a77abb2c7
kotlin: 2.1.21 -> 2.2.0
2025-06-23 13:47:02 +00:00
R. Ryantm
3165b1b4fb
kotlin: 2.1.20 -> 2.1.21
2025-05-13 14:09:20 +00:00
Silvan Mosberger
374e6bcc40
treewide: Format all Nix files
...
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:
nix-build ci -A fmt.check
This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153 )
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166 ).
This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537 ).
Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase ).
If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/ ) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
R. Ryantm
6e4416e763
kotlin: 2.1.10 -> 2.1.20
2025-03-20 12:53:32 +00:00
R. Ryantm
cf24c12412
kotlin: 2.1.0 -> 2.1.10
2025-02-25 17:37:10 +01:00
Nobody_alias_N
a0d3b70937
kotlin-native: 1.9.24 -> 2.1.0
2025-01-14 06:35:59 +02:00
Sirius902
4909d74216
kotlin: refactor to use finalAttrs
2025-01-02 13:01:04 -08:00
R. Ryantm
592adf3daf
kotlin: 2.0.21 -> 2.1.0
2024-12-17 20:44:13 +00:00
夜坂雅
5a9ed73f70
kotlin: 2.0.0 -> 2.0.21
2024-12-14 12:50:32 +08:00
Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19 .tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Fabián Heredia Montiel
2bd2fb9385
kotlin-native: 1.9.23 -> 1.9.24 ( #309852 )
2024-12-10 08:47:46 -06:00
R. Ryantm
1fb74f82fb
kotlin-native: 1.9.23 -> 1.9.24
2024-12-08 15:35:18 +01:00
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