-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite, sqlite-analyzer: 3.46.1 -> 3.47.0, sqlite-rsync: init at 3.47.0 #350406
base: staging
Are you sure you want to change the base?
Conversation
Drafting it until the official release is out. |
The release is officially out. Marking as ready. |
@trofi This is missing the It should probably follow the recipe of diff --git a/pkgs/development/libraries/sqlite/default.nix b/pkgs/development/libraries/sqlite/default.nix
index dd4e15ea5..1f912e6b8 100644
--- a/pkgs/development/libraries/sqlite/default.nix
+++ b/pkgs/development/libraries/sqlite/default.nix
@@ -2,7 +2,7 @@
, updateAutotoolsGnuConfigScriptsHook
# for tests
-, python3Packages, sqldiff, sqlite-analyzer, tracker
+, python3Packages, sqldiff, sqlite-analyzer, sqlite-rsync, tracker
# uses readline & ncurses for a better interactive experience if set to true
, interactive ? false
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
passthru = {
tests = {
inherit (python3Packages) sqlalchemy;
- inherit sqldiff sqlite-analyzer tracker;
+ inherit sqldiff sqlite-analyzer sqlite-rsync tracker;
};
updateScript = gitUpdater {
diff --git a/pkgs/development/libraries/sqlite/tools.nix b/pkgs/development/libraries/sqlite/tools.nix
index 2b843c0b2..b020b1c97 100644
--- a/pkgs/development/libraries/sqlite/tools.nix
+++ b/pkgs/development/libraries/sqlite/tools.nix
@@ -43,4 +43,11 @@ in
homepage = "https://www.sqlite.org/sqlanalyze.html";
mainProgram = "sqlite3_analyzer";
};
+ sqlite-rsync = mkTool {
+ pname = "sqlite-rsync";
+ makeTarget = "sqlite3_rsync";
+ description = "Database remote-copy tool for SQLite";
+ homepage = "https://www.sqlite.org/rsync.html";
+ mainProgram = "sqlite3_rsync";
+ };
}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b175f8c9e..6670558ad 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -23450,7 +23450,7 @@ with pkgs;
inherit (callPackage ../development/libraries/sqlite/tools.nix {
inherit (darwin.apple_sdk.frameworks) Foundation;
- }) sqlite-analyzer sqldiff;
+ }) sqlite-analyzer sqldiff sqlite-rsync;
sqlar = callPackage ../development/libraries/sqlite/sqlar.nix { };
|
Thank you! Added your change as is as |
There’s a conflict. |
Caused by a |
@ofborg eval |
Co-authored-by: Erlend Hamberg
Updated the hash for recently added |
Changes: https://www.sqlite.org/draft/releaselog/current.html
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.