about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-22 06:59:43 -0500
committerGitHub <noreply@github.com>2024-01-22 06:59:43 -0500
commit4e2e46fe89b071e008ee30908770e19c0f89ad2a (patch)
tree44a3f797078380b68a47ea083da61d9b67ac653c
parent1e9b4f7f658cc7e59ee68e89830423f9cdffe081 (diff)
parent6b337427c7bfb4a10ecbdd60d5eb0b06fe4cf259 (diff)
downloadnixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar.gz
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar.bz2
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar.lz
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar.xz
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.tar.zst
nixlib-4e2e46fe89b071e008ee30908770e19c0f89ad2a.zip
Merge pull request #282761 from r-ryantm/auto-update/netbird
netbird: 0.25.2 -> 0.25.4
-rw-r--r--pkgs/tools/networking/netbird/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix
index 5b5eaee20dc7..7555885ffcab 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.25.2";
+  version = "0.25.4";
 
   src = fetchFromGitHub {
     owner = "netbirdio";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-308t/yaFFabFC9nr1eN/SMF+uBBnpGaaWiWD0wm/dtI=";
+    hash = "sha256-M6n7uD1HPG0RA8PqNc7misIM9+w3uoJDjRhRcBQZKZM=";
   };
 
-  vendorHash = "sha256-3jjCAsqbD5HUM8972jGBxCiewSLh2aIRE68rpV03KqQ=";
+  vendorHash = "sha256-HPP1XOOX0YShrsMFwmfJ1CZq9wHjqYSFK+a+b7FEFdc=";
 
   nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;