diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-08-18 23:57:45 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-08-19 07:19:37 +0000 |
| commit | 7e4baca700ff0a7248f40475c5b4f2b68dd2cc9d (patch) | |
| tree | e6aaba8e215d9d9739e455f6b00dc5ed8fe3d429 | |
| parent | emacs: better glib-networking detection (diff) | |
| download | nixpkgs-origin/backport-250063-to-release-23.05.tar.gz | |
netbird-ui: 0.22.4 -> 0.22.6origin/backport-250063-to-release-23.05
(cherry picked from commit e2ea79b261ea7a0307e3123a7af2af50703f1b2a)
| -rw-r--r-- | pkgs/tools/networking/netbird/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix index 67e7f453eb5c..e7b1727c1603 100644 --- a/pkgs/tools/networking/netbird/default.nix +++ b/pkgs/tools/networking/netbird/default.nix @@ -30,13 +30,13 @@ let in buildGoModule rec { pname = "netbird"; - version = "0.22.4"; + version = "0.22.6"; src = fetchFromGitHub { owner = "netbirdio"; repo = pname; rev = "v${version}"; - sha256 = "sha256-t5uD/1SryxlCA1IPYPTL2nTov+cDzGdprs+J06vpLKI="; + sha256 = "sha256-/7iJbl9MFe5D9g+4a8nFavZG3jXIiEgKU3toGpx0hyM="; }; vendorHash = "sha256-CwozOBAPFSsa1XzDOHBgmFSwGiNekWT8t7KGR2KOOX4="; |
