Skip to content

Commit

Permalink
netbird-ui: 0.26.1 -> 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 2, 2024
1 parent 4e6904e commit 885d57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/netbird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.26.1";
version = "0.26.2";

src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-FZ6bPn4birCjvWm43clu3lAES38IooLP7PhUfRMO5+0=";
hash = "sha256-fnKrv8bMONZbZGZtCQUAeGo3OIvOIqLX3nvVfGhYoK8=";
};

vendorHash = "sha256-Zp8LAaADpSa/wfnLAQVJ8cG3bMkC7ZU1BT+Dz214c34=";
Expand Down

0 comments on commit 885d57f

Please sign in to comment.