miniupnpc 2.2.5 -> 2.2.6 https://repology.org/project/miniupnpc/versions attrpath: miniupnpc 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/tools/networking/miniupnpc/default.nix b/pkgs/tools/networking/miniupnpc/default.nix index 994649404530..f1a639b72060 100644 --- a/pkgs/tools/networking/miniupnpc/default.nix +++ b/pkgs/tools/networking/miniupnpc/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "miniupnpc"; - version = "2.2.5"; + version = "2.2.6"; src = fetchurl { url = "https://miniupnp.tuxfamily.org/files/${pname}-${version}.tar.gz"; - sha256 = "sha256-OKzV9GAvfPi83B7DCy1Y2y6ZEuXZ9TUN2ZsGv9/7UXw="; + sha256 = "sha256-N/zZGVNQjD5i1pZLuP+8XUfz4TSB+lTmIU/MaHBMZvE="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6" [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/miniupnpc/versions. meta.description for miniupnpc is: A client that implements the UPnP Internet Gateway Device (IGD) specification meta.homepage for miniupnpc is: https://miniupnp.tuxfamily.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.2.6 with grep in /nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6 - found 2.2.6 in filename of file in /nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6 ---
Rebuild report (if merged into master) (click to expand) ``` 58 total rebuild path(s) 58 package rebuild(s) First fifty rebuilds by attrpath aeon aerc alephone atomic-swap bitcoin bitcoin-abc bitcoin-unlimited bitcoind bitcoind-abc bitcoind-knots bitcoind-unlimited dante dogecoin dogecoind dolphin-emu dolphin-emu-primehack drawpile eiskaltdcpp elements elementsd elementsd-simplicity flycast fragments gridcoin-research groestlcoin groestlcoind haven-cli hydrus i2pd libtransmission libtransmission_4 litecoin litecoind lutris lutris-free masari miniupnpc monero-cli monero-gui namecoind particl-core pivx pivxd pshs qodem retroshare swiften torrential transmission transmission-gtk ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6 \ --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 miniupnpc https://github.com/r-ryantm/nixpkgs/archive/08d8359e39c0d713752f9292f03920257d7a0506.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/08d8359e39c0d713752f9292f03920257d7a0506#miniupnpc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6 ls -la /nix/store/v59wxsvh9iwj74lqlvrn5inbpgrz06ib-miniupnpc-2.2.6/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/278857