cryptopp 8.7.0 -> 8.8.0 https://repology.org/project/crypto++/versions attrpath: cryptopp 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/crypto++/default.nix b/pkgs/development/libraries/crypto++/default.nix index b0568e3c355..8a8caa556c8 100644 --- a/pkgs/development/libraries/crypto++/default.nix +++ b/pkgs/development/libraries/crypto++/default.nix @@ -11,14 +11,14 @@ stdenv.mkDerivation rec { pname = "crypto++"; - version = "8.7.0"; + version = "8.8.0"; underscoredVersion = lib.strings.replaceStrings ["."] ["_"] version; src = fetchFromGitHub { owner = "weidai11"; repo = "cryptopp"; rev = "CRYPTOPP_${underscoredVersion}"; - hash = "sha256-KtZXW7+J9a4uKHnK8sqj5WVaIjG3d6tzBBDxa7Wv4AE="; + hash = "sha256-hg7g56bIYaXxB28nAmSQ7EP9NEwd1Psf/2GUtbC27oU="; }; outputs = [ "out" "dev" ]; Successfully finished processing cachix "/nix/store/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.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/crypto++/versions. meta.description for cryptopp is: A free C++ class library of cryptographic schemes meta.homepage for cryptopp is: https://cryptopp.com/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/weidai11/cryptopp/releases/tag/CRYPTOPP_8_8_0) - [Compare changes on GitHub](https://github.com/weidai11/cryptopp/compare/CRYPTOPP_8_7_0...CRYPTOPP_8_8_0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 8.8.0 with grep in /nix/store/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.0 - found 8.8.0 in filename of file in /nix/store/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.0 ---
Rebuild report (if merged into master) (click to expand) ``` 83 total rebuild path(s) 83 package rebuild(s) First fifty rebuilds by attrpath amule amule-daemon amule-gui amule-web apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile cie-middleware-linux cloudcompare cryptopp entwine gdal gmt gplates grass haskellPackages.hgdal libLAS mapcache mapnik mapproxy mapserver megacmd megasync merkaartor mysql-workbench octavePackages.mapping openorienteering-mapper paraview pdal perl534Packages.Tirex perl536Packages.Tirex postgresql11JitPackages.postgis postgresql11Packages.postgis postgresql12JitPackages.postgis postgresql12Packages.postgis postgresql13JitPackages.postgis postgresql13Packages.postgis postgresql14JitPackages.postgis postgresql14Packages.postgis postgresql15JitPackages.postgis postgresql15Packages.postgis postgresqlJitPackages.postgis postgresqlPackages.postgis python310Packages.bsuite python310Packages.cartopy python310Packages.django-bootstrap4 python310Packages.fiona python310Packages.folium python310Packages.gdal python310Packages.geopandas python310Packages.osmnx ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.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 cryptopp https://github.com/r-ryantm/nixpkgs/archive/0212047fcf535830739229f01fc12060c1ac30a0.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/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.0 ls -la /nix/store/bxcyj9y1gyw8j8qjmyfzzpwnzi20m18d-crypto++-8.8.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 cc @c0bw3b 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/240271