xercesc 3.2.4 -> 3.2.5 https://repology.org/project/xerces-c/versions attrpath: xercesc 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/xercesc/default.nix b/pkgs/development/libraries/xercesc/default.nix index 0a254b109583..e386851da02c 100644 --- a/pkgs/development/libraries/xercesc/default.nix +++ b/pkgs/development/libraries/xercesc/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "xerces-c"; - version = "3.2.4"; + version = "3.2.5"; src = fetchurl { url = "mirror://apache/xerces/c/3/sources/${pname}-${version}.tar.gz"; - sha256 = "sha256-PY7Bx/lOOP7g5Mpa0eHZ2yPL86ELumJva0r6Le2v5as="; + sha256 = "sha256-VFz8zmxOdVIHvR8n4xkkHlDjfAwnJQ8RzaEWAY8e8PU="; }; buildInputs = [ Successfully finished processing cachix "/nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out 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/xerces-c/versions. meta.description for xercesc is: Validating XML parser written in a portable subset of C++ meta.homepage for xercesc is: https://xerces.apache.org/xerces-c/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.2.5 with grep in /nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5 - found 3.2.5 in filename of file in /nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5 ---
Rebuild report (if merged into master) (click to expand) ``` 106 total rebuild path(s) 106 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile blahtexml brewtarget cloudcompare dbxml enigma entwine far2l freecad gdal gdalMinimal geant4 gmt gplates grass haskellPackages.hgdal libcutl libdigidocpp libe57format liblinphone linphone mapcache mapnik mapproxy mapserver megaglest merkaartor meshlab mysql-workbench octavePackages.mapping open-vm-tools open-vm-tools-headless openorienteering-mapper opensaml-cpp ovftool paraview pdal perl536Packages.Tirex perl538Packages.Tirex postgresql12JitPackages.postgis postgresql12Packages.postgis postgresql13JitPackages.postgis postgresql13Packages.postgis postgresql14JitPackages.postgis postgresql14Packages.postgis postgresql15JitPackages.postgis postgresql15Packages.postgis postgresql16JitPackages.postgis postgresql16Packages.postgis ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5 \ --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 xercesc https://github.com/r-ryantm/nixpkgs/archive/5e727c91bda06e5ba421fa279ae3c687054ddb63.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5e727c91bda06e5ba421fa279ae3c687054ddb63#xercesc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5 ls -la /nix/store/pkx8i2v3xf8lx624kqn6ic226q3nv91b-xerces-c-3.2.5/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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/276628