2022-12-13T20:05:12 libarchive 3.6.1 -> 3.6.2 https://github.com/libarchive/libarchive/releases 2022-12-13T20:05:14 attrpath: libarchive 2022-12-13T20:05:14 Checking auto update branch... 2022-12-13T20:05:14 No auto update branch exists 2022-12-13T20:05:18 [version] 2022-12-13T20:05:21 [version] updated version and sha256 2022-12-13T20:05:21 [rustCrateVersion] 2022-12-13T20:05:21 [rustCrateVersion] No cargoSha256 found 2022-12-13T20:05:21 [golangModuleVersion] 2022-12-13T20:05:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-13T20:05:21 [updateScript] 2022-12-13T20:05:21 [updateScript] skipping because derivation has no updateScript 2022-12-13T20:05:21 2022-12-13T20:05:21 [quotedUrls] 2022-12-13T20:05:21 [quotedUrls] nothing found to replace 2022-12-13T20:05:22 Diff after rewrites: diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix index 066ea8b60dd..c7e9f117f94 100644 --- a/pkgs/development/libraries/libarchive/default.nix +++ b/pkgs/development/libraries/libarchive/default.nix @@ -28,13 +28,13 @@ assert xarSupport -> libxml2 != null; stdenv.mkDerivation rec { pname = "libarchive"; - version = "3.6.1"; + version = "3.6.2"; src = fetchFromGitHub { owner = "libarchive"; repo = "libarchive"; rev = "v${version}"; - hash = "sha256-G4wL5DDbX0FqaA4cnOlVLZ25ObN8dNsRtxyas29tpDA="; + hash = "sha256-wQbA6vlXH8pnpY7LJLkjrRFEBpcaPR1SqxnK71UVwxg="; }; postPatch = '' 2022-12-13T20:07:46 Successfully finished processing 2022-12-13T20:07:46 cachix "/nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2" 2022-12-13T20:17:56 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libarchive/libarchive/releases. meta.description for libarchive is: "Multi-format archive and compression library" meta.homepage for libarchive is: "http://libarchive.org" meta.changelog for libarchive is: "https://github.com/libarchive/libarchive/releases/tag/v3.6.2" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/libarchive/libarchive/releases/tag/v3.6.2) - [Compare changes on GitHub](https://github.com/libarchive/libarchive/compare/v3.6.1...v3.6.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 3.6.2 with grep in /nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2 - found 3.6.2 in filename of file in /nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2 ---
Rebuild report (if merged into master) (click to expand) ``` 39567 total rebuild path(s) 39567 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 MACS2 MIDIVisualizer MMA NSPlist OSCAR OVMF OVMFFull PageEdit PlistCpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2 \ --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 libarchive https://github.com/r-ryantm/nixpkgs/archive/047b5821350ec8ae4fc6fb725b13d4d725c7f62c.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2 ls -la /nix/store/di0p471dr2djj2v3l70pyxh3nxh9dhbd-libarchive-3.6.2/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @jcumming @AndersonTorres 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). 2022-12-13T20:17:58 https://api.github.com/repos/NixOS/nixpkgs/pulls/205960