libmaxminddb 1.7.1 -> 1.9.1 https://github.com/maxmind/libmaxminddb/releases attrpath: libmaxminddb Checking auto update branch... An auto update branch exists with message `libmaxminddb: 1.7.1 -> 1.8.0`. New version is 1.9.1. The auto update branch does not match or exceed the new version. [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/libmaxminddb/default.nix b/pkgs/development/libraries/libmaxminddb/default.nix index db794925504a..1651d36710e6 100644 --- a/pkgs/development/libraries/libmaxminddb/default.nix +++ b/pkgs/development/libraries/libmaxminddb/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libmaxminddb"; - version = "1.7.1"; + version = "1.9.1"; src = fetchurl { url = meta.homepage + "/releases/download/${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-6EFPDe3Oy8H2wxy2XNgWUJUqsGd6TYxJyrYDs7j7CD4="; + sha256 = "sha256-qAaCqJ2RX99gs10xYjL7BOvzb/8n/am9Of6KONPNPxI="; }; meta = with lib; { Successfully finished processing cachix "/nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/maxmind/libmaxminddb/releases. meta.description for libmaxminddb is: C library for working with MaxMind geolocation DB files meta.homepage for libmaxminddb is: https://github.com/maxmind/libmaxminddb ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/maxmind/libmaxminddb/releases/tag/1.9.1) - [Compare changes on GitHub](https://github.com/maxmind/libmaxminddb/compare/1.7.1...1.9.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.9.1 with grep in /nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1 - found 1.9.1 in filename of file in /nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2081 total rebuild path(s) 2081 package rebuild(s) First fifty rebuilds by attrpath aitrack almanah ansible ansible-doctor ansible-later ansible-lint ansible_2_14 ansible_2_15 ansible_2_16 asn1editor barman beancount breezy browsr buildbot buildbot-full buildbot-ui cabal2nix calcurse cantor ceph ceph-client ceph-csi ceph-dev certbot-full cfripper chatgpt-retrieval-plugin coconut compactor conan crackmapexec credslayer datalad dbmonster deface deja-dup dep2nix devpi-client dnstwist duplicity duply dvc dvc-with-remotes easyocr echidna esphome evolution evolution-ews evolutionWithPlugins executor ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1 \ --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 libmaxminddb https://github.com/r-ryantm/nixpkgs/archive/bfe565b38722e3e26356d00c9da8a7a24b1a1e2e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bfe565b38722e3e26356d00c9da8a7a24b1a1e2e#libmaxminddb ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1 ls -la /nix/store/f36qnfdv73hw3lrl77qfdnhcj29hkakg-libmaxminddb-1.9.1/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @ajs124 @dasJ for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/266230