summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/database/squirrel-sql
AgeCommit message (Collapse)Author
2026-03-27squirrel-sql: 5.0.0 -> 5.1.0R. Ryantm
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
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-09-19squirrel-sql: 4.8.0 -> 5.0.0R. Ryantm
2024-12-16squirrel-sql: drop khumba from maintainersBryan Gardiner
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-10-14squirrel-sql: 4.7.1 -> 4.8.0R. Ryantm
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-20squirrel-sql: 4.6.0 -> 4.7.1R. Ryantm
2023-06-09squirrel-sql: 4.5.1 -> 4.6.0R. Ryantm
2023-01-06squirrel-sql: 4.4.0 -> 4.5.1R. Ryantm
2022-08-02squirrel-sql: 4.3.0 -> 4.4.0R. Ryantm
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott
these are the easily identifiable cases and will not be comprehensive
2022-02-25treewide: switch all desktop file generators to new APIK900
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-20squirrel-sql: 4.2.0 -> 4.3.0R. RyanTM
* squirrel-sql: 4.2.0 -> 4.3.0 (#143414) * squirrel-sql: use SPDX3 license identifier Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2021-08-19squirrel-sql: 4.1.0 -> 4.2.0R. RyanTM
2021-07-18various: cleanup of "inherit version;"Felix Buehler
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob
2021-01-21treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2020-05-10squirrel-sql: 4.0.0 -> 4.1.0R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-09-28squirrel-sql: 3.9.1 -> 4.0.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions
2019-08-17treewide: name -> pnamevolth
2019-05-04squirrel-sql: Add MSSQL driver. (#55626)cresh
2019-03-03squirrel-sql: 3.9.0 -> 3.9.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions
2018-12-18squirrel-sql: 3.8.1 -> 3.9.0R. RyanTM
* squirrel-sql: 3.8.1 -> 3.9.0 (#52029) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squirrel-sql/versions * squirrel-sql: cleanup * squirrel-sql: don't pass stdenv as a build input
2018-02-28squirrel-sql: 3.7.1 -> 3.8.1Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/d1xb2sv0zhj3q10zrggffmsjlgl8a4n9-squirrel-sql-3.8.1/bin/squirrel-sql -h` got 0 exit code - ran `/nix/store/d1xb2sv0zhj3q10zrggffmsjlgl8a4n9-squirrel-sql-3.8.1/bin/squirrel-sql --help` got 0 exit code - ran `/nix/store/d1xb2sv0zhj3q10zrggffmsjlgl8a4n9-squirrel-sql-3.8.1/bin/squirrel-sql help` got 0 exit code - found 3.8.1 with grep in /nix/store/d1xb2sv0zhj3q10zrggffmsjlgl8a4n9-squirrel-sql-3.8.1 - found 3.8.1 in filename of file in /nix/store/d1xb2sv0zhj3q10zrggffmsjlgl8a4n9-squirrel-sql-3.8.1 cc "@khumba"
2017-02-03squirrel-sql: init at 3.7.1Bryan Gardiner