bgpq4 1.9 -> 1.10 https://repology.org/project/bgpq4/versions attrpath: bgpq4 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/tools/networking/bgpq4/default.nix b/pkgs/tools/networking/bgpq4/default.nix index aa7d9727fb8..8c9d1513b28 100644 --- a/pkgs/tools/networking/bgpq4/default.nix +++ b/pkgs/tools/networking/bgpq4/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "bgpq4"; - version = "1.9"; + version = "1.10"; src = fetchFromGitHub { owner = "bgp"; repo = pname; rev = version; - sha256 = "sha256-9uFfE3rUQCYbWhtJuRQT9FHf9YeD4THkj/OCp9f1MwI="; + sha256 = "sha256-h67c8c6CI1lJRu9Eiz3/Ax/MrgU/TPIAdLrLcSDF6zY="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/4jwsjw27m3rdcnpfjqfsh32i6hx6n9ih-bgpq4-1.10" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
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/bgpq4/versions. meta.description for bgpq4 is: BGP filtering automation tool meta.homepage for bgpq4 is: https://github.com/bgp/bgpq4 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/bgp/bgpq4/releases/tag/1.10) - [Compare changes on GitHub](https://github.com/bgp/bgpq4/compare/1.9...1.10) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.10 in filename of file in /nix/store/4jwsjw27m3rdcnpfjqfsh32i6hx6n9ih-bgpq4-1.10 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath bgpq4 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4jwsjw27m3rdcnpfjqfsh32i6hx6n9ih-bgpq4-1.10 \ --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 bgpq4 https://github.com/r-ryantm/nixpkgs/archive/a48e3029111d7b5f69bbc6a9efe1eae719b38871.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/4jwsjw27m3rdcnpfjqfsh32i6hx6n9ih-bgpq4-1.10 ls -la /nix/store/4jwsjw27m3rdcnpfjqfsh32i6hx6n9ih-bgpq4-1.10/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @vincentbernat 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/237532 bgpq4 1.9 -> 1.10 https://github.com/bgp/bgpq4/releases attrpath: bgpq4 Checking auto update branch... No auto update branch exists Old version 1.9" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, autoreconfHook }: stdenv.mkDerivation rec { pname = "bgpq4"; version = "1.10"; src = fetchFromGitHub { owner = "bgp"; repo = pname; rev = version; sha256 = "sha256-h67c8c6CI1lJRu9Eiz3/Ax/MrgU/TPIAdLrLcSDF6zY="; }; nativeBuildInputs = [ autoreconfHook ]; meta = with lib; { description = "BGP filtering automation tool"; homepage = "https://github.com/bgp/bgpq4"; license = licenses.bsd2; maintainers = with maintainers; [ vincentbernat ]; platforms = with platforms; unix; }; }