log4cxx 1.1.0 -> 1.2.0 https://repology.org/project/log4cxx/versions attrpath: log4cxx 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/log4cxx/default.nix b/pkgs/development/libraries/log4cxx/default.nix index 898d2a5d9ea4..d557d5d07e4e 100644 --- a/pkgs/development/libraries/log4cxx/default.nix +++ b/pkgs/development/libraries/log4cxx/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "log4cxx"; - version = "1.1.0"; + version = "1.2.0"; src = fetchurl { url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz"; - hash = "sha256-H8fYJpdTQYS8D3VzSNlp0khSuUj2PWsXKD/R7inCwoo="; + hash = "sha256-CfR0iqVnXvXAdwvtv14ASIZokzxak1pDrFuFviQ2xIo="; }; postPatch = '' Successfully finished processing cachix "/nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 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/log4cxx/versions. meta.description for log4cxx is: A logging framework for C++ patterned after Apache log4j meta.homepage for log4cxx is: https://logging.apache.org/log4cxx/index.html ###### 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.2.0 with grep in /nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0 - found 1.2.0 in filename of file in /nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath log4cxx zkfuse ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0 \ --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 log4cxx https://github.com/r-ryantm/nixpkgs/archive/f370a127ae8bbdce69e06a3dc70e9a10d5b4f563.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f370a127ae8bbdce69e06a3dc70e9a10d5b4f563#log4cxx ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0 ls -la /nix/store/h8242dvzvyp9kq898qy5sdhshb3qvzn3-log4cxx-1.2.0/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/278203