Merge staging-next into staging
Conflicts: pkgs/development/libraries/sqlite/default.nix
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sqlite";
|
||||
pname = "sqlite${optionalString interactive "-interactive"}";
|
||||
version = "3.38.0";
|
||||
|
||||
# nixpkgs-update: no auto update
|
||||
|
||||
Reference in New Issue
Block a user