3
0
Fork 0
forked from mirrors/nixpkgs

netbird: 0.10.8 -> 0.10.9

This commit is contained in:
R. Ryantm 2022-11-19 15:16:01 +00:00
parent d1c1328207
commit b8be00a1f8

View file

@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.10.8";
version = "0.10.9";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hl2ZXfsgoZxGE/fWfkSwwIYIS/CvIZySeGjORY1Va3E=";
sha256 = "sha256-i9vbzb/FKaT8Aqqqb8Nlb24Mdu8epPprOiGlt1ER39I=";
};
vendorSha256 = "sha256-owksab5MgRomiBp5p48VILJj+CmgCLDkB1sOHRNA3uQ=";
vendorSha256 = "sha256-c4LyIEyFNseFuHIGZanzIYSBkDtV0XtEvohAkRCBDbo=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;