libxml2 2.12.5 -> 2.12.6 https://repology.org/project/libxml2/versions attrpath: libxml2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3868hzb6218hpf1g02wr81dx01v71qr-packages.json.drv building '/nix/store/c3868hzb6218hpf1g02wr81dx01v71qr-packages.json.drv'... Going to be running update for following packages: - libxml2-2.12.5 Press Enter key to continue... Running update for: - libxml2-2.12.5: UPDATING ... - libxml2-2.12.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libxml2/default.nix b/pkgs/development/libraries/libxml2/default.nix index 78c5d09889aa..3a85582f6b1d 100644 --- a/pkgs/development/libraries/libxml2/default.nix +++ b/pkgs/development/libraries/libxml2/default.nix @@ -35,7 +35,7 @@ in let libxml = stdenv.mkDerivation (finalAttrs: rec { pname = "libxml2"; - version = "2.12.5"; + version = "2.12.6"; outputs = [ "bin" "dev" "out" "doc" ] ++ lib.optional pythonSupport "py" @@ -44,7 +44,7 @@ libxml = stdenv.mkDerivation (finalAttrs: rec { src = fetchurl { url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz"; - hash = "sha256-qXJ5Zpav04Bz4PWcKDw6L1pWC1JotLq8ORsoYWZSayE="; + hash = "sha256-iJxZOogaPbX92WzJMYyH3zTrZI7fxFgnKtRv1gc1P7s="; }; strictDeps = true; No auto update branch exists Successfully finished processing cachix "/nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libxml2 is: XML parsing library for C meta.homepage for libxml2 is: https://gitlab.gnome.org/GNOME/libxml2 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.12.6 with grep in /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin - found 2.12.6 in filename of file in /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin ---
Rebuild report (if merged into master) (click to expand) ``` 52359 total rebuild path(s) 52359 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm 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 EmptyEpsilon Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull QuadProgpp R SDL SDL2 SDL2_Pango SDL2_gfx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin \ --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 libxml2 https://github.com/r-ryantm/nixpkgs/archive/4e522853c09643db0f41a0420560f2fdceb98f29.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4e522853c09643db0f41a0420560f2fdceb98f29#libxml2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin ls -la /nix/store/qfhw0fl3zszmzlzw546f0lrkksf19mm4-libxml2-2.12.6-bin/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @edolstra @jtojnar 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/296300