libzip 1.9.2 -> 1.10.0 https://repology.org/project/libzip/versions attrpath: libzip 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libzip/default.nix b/pkgs/development/libraries/libzip/default.nix index 6ba8eaf6f17..3b71167cdec 100644 --- a/pkgs/development/libraries/libzip/default.nix +++ b/pkgs/development/libraries/libzip/default.nix @@ -17,11 +17,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "libzip"; - version = "1.9.2"; + version = "1.10.0"; src = fetchurl { url = "https://libzip.org/download/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; - sha256 = "sha256-/Wp/dF3j1pz1YD7cnLM9KJDwGY5BUlXQmHoM8Q2CTG8="; + sha256 = "sha256-UqYLRhglh+CDtx4rgvyqumTdXrAcWx8bxxBpo4WOQP4="; }; outputs = [ "out" "dev" "man" ]; Successfully finished processing cachix "/nix/store/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out 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/libzip/versions. meta.description for libzip is: A C library for reading, creating and modifying zip archives meta.homepage for libzip is: https://libzip.org/ meta.changelog for libzip is: https://github.com/nih-at/libzip/blob/v23.11pre-git/NEWS.md ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.10.0 with grep in /nix/store/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.0 - found 1.10.0 in filename of file in /nix/store/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 400 total rebuild path(s) 400 package rebuild(s) First fifty rebuilds by attrpath EBTKS adminer ahoviewer apacheHttpdPackages.mod_tile apacheHttpdPackages.php apacheHttpdPackages_2_4.mod_tile apacheHttpdPackages_2_4.php arcanist arianna bicgl bicpl bookstack breath-theme calligra cdo cemu cloudcompare cntk collectd conglomerate cutter deadbeef deadbeef-with-plugins deepin.deepin-compressor diffoscope digikam drush dsview easyeffects ebook_tools eccodes entwine ezminc fileshelter flycast freedink freshrss gImageReader gdal gimp gimp-with-plugins gimpPlugins.bimp gimpPlugins.exposureBlend gimpPlugins.farbfeld gimpPlugins.fourier gimpPlugins.gap gimpPlugins.gimp gimpPlugins.gimplensfun gimpPlugins.gmic gimpPlugins.lightning ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.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 libzip https://github.com/r-ryantm/nixpkgs/archive/4d22e3fc7810f38c5d7337a69e5b9c87bdc8e9cc.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/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.0 ls -la /nix/store/zg24k7wjg5c3jb6jhlwkfsik5qij6mpi-libzip-1.10.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/244048