Skip to content

Commit

Permalink
netbird: 0.26.6 -> 0.27.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e7791e)
  • Loading branch information
r-ryantm authored and misuzu committed Apr 10, 2024
1 parent e060094 commit fa88ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/netbird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.26.6";
version = "0.27.1";

src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-LsgkUQ6uYdd1qPaINeza4MDDG0ynGhJ7jiZoAy8pjEE=";
hash = "sha256-Cgu4OvmCZb7/X09fWct73Ztbb7uiB7KqnxgYoL3uR4k=";
};

vendorHash = "sha256-SSTpXila4eze3XA3vrTczBwt5XEjtLDvaCiQ5oi4FXg=";
vendorHash = "sha256-HJEZ1VrKS1MXKtpDjVorMiecb94+f1mBWPkWng4YqZk=";

nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;

Expand Down

0 comments on commit fa88ef7

Please sign in to comment.