about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2024-04-15 10:30:05 +0200
committerGitHub <noreply@github.com>2024-04-15 10:30:05 +0200
commit9ceafd7772ad2f74af4692961cad6e3a7d60573b (patch)
tree8540c7a2469946ff08be1fdc69366807d0a2cf3f /pkgs/tools
parentdbeaa697dc8d357b74ffc8d723bbe448199aae41 (diff)
parent88b93829d9549c6fc83a8db777985f13456c1191 (diff)
Merge pull request #304184 from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.27.2 -> 0.27.3
Diffstat (limited to 'pkgs/tools')
-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 071ce4c46f46c..3ff25cafc31f1 100644
--- a/pkgs/tools/networking/netbird/default.nix
+++ b/pkgs/tools/networking/netbird/default.nix
@@ -31,13 +31,13 @@ let
 in
 buildGoModule rec {
   pname = "netbird";
-  version = "0.27.2";
+  version = "0.27.3";
 
   src = fetchFromGitHub {
     owner = "netbirdio";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-W31eKA6v7pAJZ9El/CxEDMONTcpRfzn/Ldh1yIql+NQ=";
+    hash = "sha256-Df30R6/dKihB1F3NR9zH4AFe7IozN27xaGMe6M7hoDA=";
   };
 
   vendorHash = "sha256-HJEZ1VrKS1MXKtpDjVorMiecb94+f1mBWPkWng4YqZk=";