c-ares 1.19.1 -> 1.21.0 https://repology.org/project/c-ares/versions attrpath: c-ares Checking auto update branch... An auto update branch exists with message `c-ares: 1.19.1 -> 1.20.1`. New version is 1.21.0. 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/c-ares/default.nix b/pkgs/development/libraries/c-ares/default.nix index b8201f8ce5c6..d1be75f48d36 100644 --- a/pkgs/development/libraries/c-ares/default.nix +++ b/pkgs/development/libraries/c-ares/default.nix @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "c-ares"; - version = "1.19.1"; + version = "1.21.0"; src = fetchurl { url = "https://c-ares.haxx.se/download/${pname}-${version}.tar.gz"; - sha256 = "sha256-MhcAOZty7Q4DfQB0xinndB9rLsLdqSlWq+PpZx0+Jo4="; + sha256 = "sha256-zXqjrx0+54DWQ3A5p9238ewCn5xPequwGX44TrW8Ly0="; }; outputs = [ "out" "dev" "man" ]; Successfully finished processing cachix "/nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.0" 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/c-ares/versions. meta.description for c-ares is: A C library for asynchronous DNS requests meta.homepage for c-ares is: https://c-ares.haxx.se meta.changelog for c-ares is: https://c-ares.org/changelog.html#1_21_0 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.21.0 with grep in /nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.0 - found 1.21.0 in filename of file in /nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.0 ---
Rebuild report (if merged into master) (click to expand) ``` 47684 total rebuild path(s) 47684 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm AusweisApp2 BeatSaberModManager CHOWTapeModel ChowCentaur ChowKick ChowPhaser CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EBTKS EmptyEpsilon Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA NSPlist OSCAR OVMF OVMFFull PageEdit PlistCpp QuadProgpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.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 c-ares https://github.com/r-ryantm/nixpkgs/archive/f5b49feedaacda3df0002b1cd823bf27f45e0fe5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f5b49feedaacda3df0002b1cd823bf27f45e0fe5#c-ares ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.0 ls -la /nix/store/d6i1qcbd1m6ng5c5wizhxr6vbpgs88vl-c-ares-1.21.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/260038