netbird 0 -> 1 attrpath: netbird Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l6hnyfx5xn6q4ja13wkjx9yvj5pmn10j-packages.json.drv building '/nix/store/l6hnyfx5xn6q4ja13wkjx9yvj5pmn10j-packages.json.drv'... Going to be running update for following packages: - netbird-0.26.0 Press Enter key to continue... Running update for: - netbird-0.26.0: UPDATING ... - netbird-0.26.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix index 590ee909d059..8ed046a65a9c 100644 --- a/pkgs/tools/networking/netbird/default.nix +++ b/pkgs/tools/networking/netbird/default.nix @@ -31,16 +31,16 @@ let in buildGoModule rec { pname = "netbird"; - version = "0.26.0"; + version = "0.26.1"; src = fetchFromGitHub { owner = "netbirdio"; repo = pname; rev = "v${version}"; - hash = "sha256-hZnxemBoMAol0m9XZPMEh/Lf0woxoLNH97bRyg8xtv4="; + hash = "sha256-FZ6bPn4birCjvWm43clu3lAES38IooLP7PhUfRMO5+0="; }; - vendorHash = "sha256-csa83P74Y9fHsPg5VgPfR9WMg4VKOXcIR0pOMzh0QoA="; + vendorHash = "sha256-Zp8LAaADpSa/wfnLAQVJ8cG3bMkC7ZU1BT+Dz214c34="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; No auto update branch exists Successfully finished processing cachix "/nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for netbird is: Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls meta.homepage for netbird is: https://netbird.io meta.changelog for netbird is: https://github.com/netbirdio/netbird/releases/tag/v0.26.1 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/netbirdio/netbird/releases/tag/v0.26.1) - [Compare changes on GitHub](https://github.com/netbirdio/netbird/compare/v0.26.0...v0.26.1) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 0.26.1 with grep in /nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1 - found 0.26.1 in filename of file in /nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath netbird netbird-ui ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1 \ --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 netbird https://github.com/r-ryantm/nixpkgs/archive/55f391a76109b2c8f19f4e3b8d1bbd565ea3f60f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/55f391a76109b2c8f19f4e3b8d1bbd565ea3f60f#netbird ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1 ls -la /nix/store/fl9hk7j3mhsphywr22lxzzi84bcvc527-netbird-0.26.1/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 failed to build:
1 package built:
--- ###### Maintainer pings cc @misuzu 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/291973