Merge pull request #206604 from r-ryantm/auto-update/netbird

netbird: 0.11.5 -> 0.11.6
This commit is contained in:
figsoda 2022-12-17 16:01:56 -05:00 committed by GitHub
commit ff4b80bd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.11.5";
version = "0.11.6";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MW0RAhBgragzRR+St6jy5GmiNdD+WDsmM/q7AIlO72w=";
sha256 = "sha256-q86GVCRppBU9qiCch0sjTnSsjl17xU5l3o72cBF3zZo=";
};
vendorSha256 = "sha256-TfHBvcG3e+yjifPVo0ZgcvLvD16fni4m71nCr4cCBD4=";