Skip to content

Commit

Permalink
netbird: 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 22, 2022
1 parent 3c3824c commit 000095e
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 @@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-lW5Xaf1d0udm8yLzGhmCmd13SYHdbIBi/bjuiRAdjRg=";
sha256 = "sha256-x5TJChvpeiAPye9YkIMJYumvCUHULUVjC371ZoaHkUM=";
};

vendorSha256 = "sha256-qBglJ9PYUApyOrZhZRvyK3WMcZQglDHmsy3Qv5K1PqA=";
vendorSha256 = "sha256-VyYw8Hp2qWoRBeOFsgtxmvFN2cYzuDeYmWAwC/+vjI0=";

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

Expand Down

0 comments on commit 000095e

Please sign in to comment.