Commit Graph

68 Commits

Author SHA1 Message Date
jopejoe1
f47a3818e1 sqlite: use blessing license
source: https://sqlite.org/src/artifact/df5091916dbb40e6
2026-08-07 11:36:14 +02:00
Sergei Trofimovich
703a55ddf4 sqlite, sqlite-analyzer: 3.53.1 -> 3.53.3
Changes:
- https://sqlite.org/releaselog/3_53_2.html
- https://sqlite.org/releaselog/3_53_3.html
2026-06-27 21:21:37 +01:00
Vilem Liepelt
3b9aea2467 sqlite: 3.51.2 -> 3.53.1 2026-05-13 10:36:43 +02:00
Sergei Trofimovich
77ce284215 sqlite, sqlite-analyzer: 3.51.1 -> 3.51.2
Changes: https://sqlite.org/releaselog/3_51_2.html
2026-01-09 22:16:37 +00:00
Wolfgang Walther
46c0c0eae7 Merge branch 'staging-next' into staging 2025-12-10 18:42:31 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Sergei Trofimovich
2a3a74621a sqlite, sqlite-analyzer: 3.51.0 -> 3.51.1
Changes: https://sqlite.org/releaselog/3_51_1.html
2025-11-29 06:58:17 +00:00
Martin Weinelt
3b50030cda sqlite: 3.50.4 -> 3.51.0
https://www.sqlite.org/releaselog/3_51_0.html
2025-11-25 12:39:10 -08:00
Sergei Trofimovich
f2205ad7de sqlite: 3.50.2 -> 3.50.4
Changes:
- https://sqlite.org/releaselog/3_50_3.html
- https://sqlite.org/releaselog/3_50_4.html
2025-08-07 21:05:12 +01:00
Sergei Trofimovich
67c23f0648 sqlite, sqlite-analyzer: 3.50.1 -> 3.50.2
Changes: https://sqlite.org/releaselog/3_50_2.html
2025-06-28 21:27:49 +01:00
Tyler Langlois
4affcf85e0 sqlite: 3.48.0 -> 3.50.1
This update includes a move from autotools to autosetup, which
requires from build/configure flag changes.

3.49.1 included some bugs with static compilation which 3.49.2
fixes. 3.50.1 was released during the merge request's lifetime and
included for further stabilization improvements to sqlite.

NB first iterations of this included tcl in the inputs; but per some
scattered repository comments, tcl is currently unreliable (broken?) in
static.
2025-06-08 13:48:53 -06:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04: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
Sergei Trofimovich
7befd3471f sqlite, sqlite-analyzer: 3.47.2 -> 3.48.0
Changes: https://www.sqlite.org/releaselog/3_48_0.html
2025-01-15 06:46:48 +00:00
Sergei Trofimovich
4e019c1689 sqlite, sqlite-analyzer: 3.47.1 -> 3.47.2
Changes: https://www.sqlite.org/releaselog/current.html
2024-12-17 16:57:51 +00:00
Sergei Trofimovich
b4aaf6accb sqlite, sqlite-analyzer: 3.47.0 -> 3.47.1
Changes: https://www.sqlite.org/releaselog/current.html
2024-11-26 17:10:05 +00:00
Sergei Trofimovich
2e19720a20 sqlite-rsync: init at 3.47.0
Co-authored-by: Erlend Hamberg
2024-10-29 20:57:21 +00:00
Sergei Trofimovich
40338db492 sqlite, sqlite-analyzer: 3.46.1 -> 3.47.0
Changes: https://www.sqlite.org/draft/releaselog/current.html
2024-10-29 20:57:21 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sergei Trofimovich
37976256c8 sqlite, sqlite-analyzer: 3.46.0 -> 3.46.1
Changes: https://www.sqlite.org/draft/releaselog/current.html
2024-08-16 21:34:15 +01:00
Atemu
0ddb5a1d08 Merge pull request #314390 from trofi/sqlite-update
sqlite, sqlite-analyzer: 3.45.3 -> 3.46.0
2024-07-02 02:50:04 +02: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
Sergei Trofimovich
c51d3e9e14 sqlite, sqlite-analyzer: 3.45.3 -> 3.46.0
Changes: https://www.sqlite.org/releaselog/3_46_0.html
2024-05-24 22:09:42 +01:00
Sergei Trofimovich
018aeacbee sqlite, sqlite-analyzer: 3.45.2 -> 3.45.3
Changes: https://www.sqlite.org/releaselog/3_45_3.html
2024-04-18 21:56:03 +01:00
Sergei Trofimovich
c627cf3a86 sqlite: 3.45.1 -> 3.45.2
Changes: https://www.sqlite.org/releaselog/3_45_2.html
2024-03-13 08:04:06 +00:00
Sergei Trofimovich
42387a98a8 sqlite, sqlite-analyzer: 3.45.0 -> 2.45.1
Changes: https://www.sqlite.org/releaselog/3_45_1.html
2024-01-30 20:38:48 +00:00
Sergei Trofimovich
9296199d02 sqlite, sqlite-analyzer: 3.44.2 -> 3.45.0
Changes: https://www.sqlite.org/releaselog/3_45_0.html
2024-01-16 11:51:09 +00:00
Sergei Trofimovich
5c014ce103 sqlite, sqlite-analyzer: 3.43.2 -> 3.44.2
Changes: https://sqlite.org/releaselog/3_44_0.html
Changes: https://sqlite.org/releaselog/3_44_1.html
Changes: https://sqlite.org/releaselog/3_44_2.html
2023-11-29 13:00:45 +00:00
Sergei Trofimovich
35503309a8 sqlite: 3.43.1 -> 3.43.2
Changes: Changes: https://sqlite.org/releaselog/3_43_2.html
2023-10-11 05:31:07 +01:00
Sergei Trofimovich
e8cc4e54ce sqlite, sqlite-analyzer: 3.42.0 -> 3.43.1
While at it added trivial updater.

Changes: https://sqlite.org/releaselog/3_43_0.html
Changes: https://sqlite.org/releaselog/3_43_1.html
2023-09-11 22:23:13 +01:00
zowoq
6f554cca37 sqlite: 3.41.2 -> 3.42.0
Changelog: https://www.sqlite.org/releaselog/3_42_0.html
2023-05-30 16:31:40 +10:00
zowoq
d04eae79c9 sqlite: 3.41.1 -> 3.41.2
Changelog: https://www.sqlite.org/releaselog/3_41_2.html
2023-03-30 14:29:40 +10:00
zowoq
a3d10c676f sqlite: 3.41.0 -> 3.41.1
https://www.sqlite.org/releaselog/3_41_1.html
2023-03-14 14:00:08 +10:00
zowoq
95806059e1 sqlite: 3.40.1 -> 3.41.0
Changelog: https://www.sqlite.org/releaselog/3_41_0.html
2023-02-27 16:14:54 +10:00
zowoq
c730732bda sqlite: 3.40.0 -> 3.40.1
https://www.sqlite.org/releaselog/3_40_1.html
2022-12-31 13:35:59 +10:00
zowoq
606ea22b7e sqlite: 3.39.4 -> 3.40.0
https://www.sqlite.org/releaselog/3_40_0.html
2022-11-18 07:40:45 +10:00
zowoq
f7df1e77d5 sqlite: 3.39.3 -> 3.39.4
https://www.sqlite.org/releaselog/3_39_4.html
2022-10-01 10:29:08 +10:00
zowoq
d2fa4f8f7a sqlite: 3.39.2 -> 3.39.3
https://www.sqlite.org/releaselog/3_39_3.html
2022-09-06 22:09:57 +10:00
zowoq
f348f9e308 sqlite: 3.39.1 -> 3.39.2
https://www.sqlite.org/releaselog/3_39_2.html
2022-07-23 08:24:40 +10:00
zowoq
0fe8cf0293 sqlite: 3.39.0 -> 3.39.1
https://www.sqlite.org/releaselog/3_39_1.html
2022-07-15 10:17:35 +10:00
zowoq
7d5108c5dc sqlite: 3.38.5 -> 3.39.0
https://sqlite.org/releaselog/3_39_0.html
2022-06-26 07:43:28 +10:00
Sandro Jäckel
ca55f66c6d sqlite: 3.38.4 -> 3.38.5 2022-05-10 13:02:21 +10:00
Sandro Jäckel
4fae05e8d6 sqlite: 3.38.3 -> 3.38.4 2022-05-10 13:02:21 +10:00
github-actions[bot]
ff5c4d3404 Merge master into staging-next 2022-05-06 06:01:36 +00:00
Malo Bourgon
9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
zowoq
34cdbb4e73 sqlite: 3.38.2 -> 3.38.3
https://www.sqlite.org/releaselog/3_38_3.html
2022-04-29 07:51:28 +10:00
zowoq
2459b6628f sqlite: 3.38.1 -> 3.38.2
https://www.sqlite.org/releaselog/3_38_2.html
(cherry picked from commit c46c3a55d9)
2022-04-10 10:54:25 +02:00
zowoq
c46c3a55d9 sqlite: 3.38.1 -> 3.38.2
https://www.sqlite.org/releaselog/3_38_2.html
2022-03-30 16:36:41 +10:00
zowoq
ac896239be sqlite: 3.38.0 -> 3.38.1
https://www.sqlite.org/releaselog/3_38_1.html
2022-03-16 22:00:46 +10:00