nghttp2 1.54.0 -> 1.56.0 https://repology.org/project/nghttp2/versions attrpath: nghttp2 Checking auto update branch... An auto update branch exists with message `nghttp2: 1.51.0 -> 1.55.1`. New version is 1.56.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/nghttp2/default.nix b/pkgs/development/libraries/nghttp2/default.nix index e26fe4fa0034..07c1033ec10e 100644 --- a/pkgs/development/libraries/nghttp2/default.nix +++ b/pkgs/development/libraries/nghttp2/default.nix @@ -32,11 +32,11 @@ assert enableJemalloc -> enableApp; stdenv.mkDerivation rec { pname = "nghttp2"; - version = "1.54.0"; + version = "1.56.0"; src = fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-nZ0esJm0kvr6Gtn31pZZU3WP3vmtDPZaTQvcI3OAPa0="; + sha256 = "sha256-L13Nv1d6LfUTokZGRUhMw10uTQczZT1jGTrlHbQd70E="; }; outputs = [ "out" "dev" "lib" "doc" "man" ]; Successfully finished processing cachix "/nix/store/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.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/nghttp2/versions. meta.description for nghttp2 is: HTTP/2 C library and tools meta.homepage for nghttp2 is: https://nghttp2.org/ meta.changelog for nghttp2 is: https://github.com/nghttp2/nghttp2/releases/tag/v1.56.0 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/nghttp2/nghttp2/releases/tag/v1.56.0) - [Compare changes on GitHub](https://github.com/nghttp2/nghttp2/compare/v1.54.0...v1.56.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.56.0 with grep in /nix/store/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.0 - found 1.56.0 in filename of file in /nix/store/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.0 ---
Rebuild report (if merged into master) (click to expand) ``` 46571 total rebuild path(s) 46571 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/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.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 nghttp2 https://github.com/r-ryantm/nixpkgs/archive/38e9d95fcb398e2701fc3b85b58e8817c43612cf.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/38e9d95fcb398e2701fc3b85b58e8817c43612cf#nghttp2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.0 ls -la /nix/store/1xhk0whi5rxldkawvcdrlcjirg5rmbh9-nghttp2-1.56.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/219712