freetds 1.4.15 -> 1.4.17 https://repology.org/project/freetds/versions attrpath: freetds Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/freetds/default.nix b/pkgs/development/libraries/freetds/default.nix index 226cc1ebd349..d6c38b555dd6 100644 --- a/pkgs/development/libraries/freetds/default.nix +++ b/pkgs/development/libraries/freetds/default.nix @@ -8,11 +8,11 @@ assert odbcSupport -> unixODBC != null; stdenv.mkDerivation rec { pname = "freetds"; - version = "1.4.15"; + version = "1.4.17"; src = fetchurl { url = "https://www.freetds.org/files/stable/${pname}-${version}.tar.bz2"; - hash = "sha256-32GhThVaLjIkCfHAaPWtZjZJ8Cmk7LM6KEHxVSYIrEg="; + hash = "sha256-P3CoRV6zopAtQDmtkbk0o0jKHu4jpKkqPeCCSQWn0aI="; }; buildInputs = [ Successfully finished processing cachix "/nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
27 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/freetds/versions. meta.description for freetds is: Libraries to natively talk to Microsoft SQL Server and Sybase databases meta.homepage for freetds is: https://www.freetds.org meta.changelog for freetds is: https://github.com/FreeTDS/freetds/releases/tag/v1.4.17 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.4.17 with grep in /nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17 - found 1.4.17 in filename of file in /nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17 ---
Rebuild report (if merged into master) (click to expand) ``` 27 total rebuild path(s) 27 package rebuild(s) First fifty rebuilds by attrpath check-mssql-health freetds haskellPackages.odbc perl536Packages.DBDsybase perl538Packages.DBDsybase pgloader php81Extensions.pdo_dblib php82Extensions.pdo_dblib php83Extensions.pdo_dblib postgresql12JitPackages.tds_fdw postgresql12Packages.tds_fdw postgresql13JitPackages.tds_fdw postgresql13Packages.tds_fdw postgresql14JitPackages.tds_fdw postgresql14Packages.tds_fdw postgresql15JitPackages.tds_fdw postgresql15Packages.tds_fdw postgresql16JitPackages.tds_fdw postgresql16Packages.tds_fdw postgresqlJitPackages.tds_fdw postgresqlPackages.tds_fdw rubyPackages.tiny_tds rubyPackages_3_1.tiny_tds rubyPackages_3_2.tiny_tds rubyPackages_3_3.tiny_tds sqsh ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A freetds https://github.com/r-ryantm/nixpkgs/archive/5ffc3f0285c15bcf79b8a1038533eecc6fe76bb0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5ffc3f0285c15bcf79b8a1038533eecc6fe76bb0#freetds ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17 ls -la /nix/store/v0l0afpnnbsqnrjfjv3kfd3rnmqw8c40-freetds-1.4.17/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
27 packages built:
--- ###### Maintainer pings cc @peterhoeg for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/319482