nghttp2 1.60.0 -> 1.61.0 https://github.com/nghttp2/nghttp2/releases attrpath: nghttp2 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/nghttp2/default.nix b/pkgs/development/libraries/nghttp2/default.nix index 805fe6e3bb20..5566b0c8f67d 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.60.0"; + version = "1.61.0"; src = fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-W4wmgdQstLMcs+DaDggb+jAl1cNZKN6PYHAVUgFbAM4="; + sha256 = "sha256-Toz37DLUxaQwlmJC1yA10lXNlHCodm1h7tegGQ3VRP0="; }; outputs = [ "out" "dev" "lib" "doc" "man" ]; Successfully finished processing cachix "/nix/store/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.0" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/nghttp2/nghttp2/releases. 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.61.0 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/nghttp2/nghttp2/releases/tag/v1.61.0) - [Compare changes on GitHub](https://github.com/nghttp2/nghttp2/compare/v1.60.0...v1.61.0) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.61.0 with grep in /nix/store/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.0 - found 1.61.0 in filename of file in /nix/store/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.0 ---
Rebuild report (if merged into master) (click to expand) ``` 51564 total rebuild path(s) 51564 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/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.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/2dd8d20e3f855737ec65fcdc43caa1f26a067e0f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2dd8d20e3f855737ec65fcdc43caa1f26a067e0f#nghttp2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.0 ls -la /nix/store/h56z0wy67v6gxy994491bmmf43sh8lds-nghttp2-1.61.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). https://api.github.com/repos/NixOS/nixpkgs/pulls/301545