Commit Graph

59 Commits

Author SHA1 Message Date
Wolfgang Walther
7f9af0cf72
sqlitestudio: 3.4.6 -> 3.4.9 (#363732) 2024-12-13 20:44:28 +01:00
Wolfgang Walther
0fb31ceedb
sqlcl: 24.3.0.285.0530 -> 24.3.2.330.1718 (#362122) 2024-12-12 20:22:12 +01:00
R. Ryantm
774f764096 squeezelite: 2.0.0.1504 -> 2.0.0.1507 2024-12-11 09:33:17 +00: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
R. Ryantm
2de92ac40c sqlitestudio: 3.4.6 -> 3.4.9 2024-12-09 21:32:06 +00:00
R. Ryantm
d1599517ff sqlite-vec: 0.1.5 -> 0.1.6 2024-12-09 09:51:03 +00:00
Wolfgang Walther
e4df86a26b
sqldef: 0.17.23 -> 0.17.24 (#359922) 2024-12-08 18:53:45 +01:00
Jan Tojnar
064ee2cb49 libsoup_2_4: Rename from libsoup
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
Sergei Volkov
abe6f1d91b sqlline: init at 1.12 2024-12-06 09:31:25 +01:00
R. Ryantm
ae7292ec50 sqlcl: 24.3.0.285.0530 -> 24.3.2.330.1718 2024-12-05 16:20:56 +00:00
R. Ryantm
ff74a61763 sqldef: 0.17.23 -> 0.17.24 2024-11-28 18:37:04 +00:00
Chatnoir Miki
053ae2cfff sqlitestudio: 3.4.5 -> 3.4.6 2024-11-28 11:21:44 +08:00
Nick Cao
cf594a7db1
sq: 0.48.3 -> 0.48.4 (#359055) 2024-11-27 09:27:07 -05:00
nixpkgs-merge-bot[bot]
c8da2f827c
sqlite3-to-mysql: 2.3.1 -> 2.3.2 (#359087) 2024-11-26 17:44:20 +00:00
R. Ryantm
5707d4ed64 sqlite3-to-mysql: 2.3.1 -> 2.3.2 2024-11-25 19:45:12 +00:00
R. Ryantm
b7e6298f6d sq: 0.48.3 -> 0.48.4 2024-11-25 16:59:57 +00:00
frectonz
3a2ff8ac13
sql-studio: 0.1.27 -> 0.1.32 2024-11-24 19:50:23 +03:00
R. Ryantm
096089fe47 squeezelite: 2.0.0.1488 -> 2.0.0.1504 2024-11-23 08:55:47 +00:00
R. Ryantm
0f18abcf7a sqlitestudio: 3.4.4 -> 3.4.5 2024-11-21 04:08:17 +00:00
Peder Bergebakken Sundt
a81a1ca20c
sqldef: 0.17.20 -> 0.17.23 (#352019) 2024-11-20 18:47:01 +01:00
Jenny
5eac22df8e
sqlite-vec: 0.1.3 -> 0.1.5 (#356434) 2024-11-18 00:28:03 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
R. Ryantm
bc42a379ed sqlite-vec: 0.1.3 -> 0.1.5 2024-11-16 10:20:49 +00:00
Aaron Jheng
7d31a0adba
sqldef: 0.17.20 -> 0.17.23 2024-11-14 08:26:56 +08:00
R. Ryantm
9ef61e41e1 sqlboiler: 4.16.2 -> 4.17.0 2024-11-10 16:32:13 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Samuel Tardieu
de88955be6 sqruff: 0.17.0 → 0.20.2
Diff: https://github.com/quarylabs/sqruff/compare/v0.17.0...v0.20.2
2024-11-03 15:20:29 +01:00
Aleksana
fbc47e2437
sql-studio: init at 0.1.27 (#341807) 2024-10-29 16:03:12 +08:00
Aaron Jheng
cbb4c88891
sqlc: rewrite 2024-10-28 02:27:39 +00:00
Aaron Jheng
2bdec131b2
sqlc: format with nixfmt 2024-10-28 02:16:58 +00:00
Aaron Jheng
2cb5b0480c
sqlc: move to by-name 2024-10-28 02:16:30 +00:00
Hannes
139cb739fd Use recommended version check
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-10-17 23:02:52 +08:00
Hannes
1a5b596d5a sqruff: init at 0.17.0 2024-10-17 22:50:32 +08:00
Pyrox
7f110cfc7d
sql-formatter: 15.4.2 -> 15.4.3, migrate from nodePackages (#323304)
sql-formatter: migrate from nodePackages
2024-10-17 16:31:51 +02:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
R. Ryantm
cee66e5571 sqlite-vec: 0.1.2 -> 0.1.3 2024-09-26 17:26:08 +00: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
frectonz
229c15a739
sql-studio: init at 0.1.27 2024-09-18 03:20:14 +03:00
Peder Bergebakken Sundt
9167a67cc3 sqlpkg-cli: fix badPlatforms platform typo 2024-09-17 03:29:55 +02:00
R. Ryantm
c014be4eba sqlite-vec: 0.1.1 -> 0.1.2 2024-09-13 17:35:30 +00:00
Aleksana
9f6d48ddc6
sqlitestudio: init at 3.4.4 (#336505) 2024-09-11 15:01:31 +08:00
Chatnoir Miki
f92d7e0351 sqlitestudio: init at 3.4.4 2024-09-11 09:35:33 +08:00
R. Ryantm
311e2efeea sqlite_orm: 1.8.2 -> 1.9 2024-08-30 08:58:55 +00:00
Antonio Nuno Monteiro
8e384f217d sqlite-vec: init at v0.1.1 2024-08-05 23:37:04 -07:00
Peder Bergebakken Sundt
94e563b1b0
Merge pull request #329931 from pbsds/init-sqlpkg-1721921854
sqlpkg-cli: init at 0.2.3
2024-07-31 23:04:46 +02:00
Peder Bergebakken Sundt
69f52ac1e1 sqlpkg-cli: init at 0.2.3 2024-07-31 17:45:38 +02:00
Someone Serge
0376102e9b sqlite-vss: mark broken
Low maintenance, incompatible with faiss
2024-07-27 19:51:14 +00:00
Enno Richter
bd96cac9a0 sqlite-vss: remove elohmeier as maintainer 2024-06-14 09:18:15 +02:00
Adam Stephens
169f82c99e
squeezelite: format 2024-05-24 15:49:11 -04:00
Adam Stephens
56c6cab337
squeezelite: move to by-name 2024-05-24 15:49:10 -04:00