about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-02 09:16:40 -0400
committerGitHub <noreply@github.com>2023-06-02 09:16:40 -0400
commit14cecbf566d7d3ec76a725ec76d4dd5814e98fa9 (patch)
tree0e1f57787eb67c82efa5836c20658398846488e8 /pkgs
parent5458aa2d7c725605817347ffc812f5efe3fb3421 (diff)
parent7c67eba742bcd0db0f67fad929c4b01c9522e3c2 (diff)
Merge pull request #235566 from r-ryantm/auto-update/netbird
netbird: 0.20.5 -> 0.20.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/netbird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix
index 3922fa53ca3b3..f1182a03bba14 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.20.5";
+  version = "0.20.8";
 
   src = fetchFromGitHub {
     owner = "netbirdio";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Di3Y5Pa4A6Iw0rXp0VdAPUuzFO3SnpV6Ip6N1gyFuoU=";
+    sha256 = "sha256-nLUk3R2c1JsZLNFGWbPF/icO+rmieaa/im47ntByU2E=";
   };
 
   vendorHash = "sha256-wgiDwf1aV8hM33ADgqAbmeLu9lDKdvw0d88IrVg0fmo=";