Skip to content

Commit

Permalink
Merge pull request #204860 from luxus/netbird-0-11-4
Browse files Browse the repository at this point in the history
netbird: 0.11.3 -> 0.11.4
  • Loading branch information
figsoda authored Dec 7, 2022
2 parents 4c915f1 + 9dcf9cf commit 4bae8ca
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 @@ -14,13 +14,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.11.3";
version = "0.11.4";

src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZHDHTHi8NPXlLiLNkXh8k15C0DQ8pRMTo2kXkCbOc2o=";
sha256 = "sha256-2luUuCRcFkoUqPCXHBn1g4T6TxmSzzhDESlFSetowsA=";
};

vendorSha256 = "sha256-TfHBvcG3e+yjifPVo0ZgcvLvD16fni4m71nCr4cCBD4=";
Expand Down

0 comments on commit 4bae8ca

Please sign in to comment.