about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2024-02-28 10:10:30 +0200
committermisuzu <bakalolka@gmail.com>2024-04-10 22:57:31 +0300
commit863053e9a6f8719f149da92c6599cfe8ff8083ed (patch)
tree7bfac6144c81ca2203ace58124a9fbe4cc6592d0 /pkgs
parent21f28dc15c8ab235776eb28fbe422c7c81189317 (diff)
netbird: 0.26.0 -> 0.26.1
Diff: https://github.com/netbirdio/netbird/compare/v0.26.0...v0.26.1

Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.26.1
(cherry picked from commit 072090b624e9000dbb4e662243fbcd639dde34f7)
Diffstat (limited to 'pkgs')
-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 1ac58d963c0c3..aefad9c335373 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;