Commit 952f20e2 authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

netbird: 0.10.9 -> 0.11.1

(cherry picked from commit af9241daa68205411aeb9ad535e0ff4c32d298eb)
parent 12784680
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@ let
in
buildGoModule rec {
  pname = "netbird";
  version = "0.10.9";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-i9vbzb/FKaT8Aqqqb8Nlb24Mdu8epPprOiGlt1ER39I=";
    sha256 = "sha256-9dp/OMHIA1qYM4XLWOTPmlUm6+7EOE9PFsIa8IcZ/8M=";
  };

  vendorSha256 = "sha256-c4LyIEyFNseFuHIGZanzIYSBkDtV0XtEvohAkRCBDbo=";
  vendorSha256 = "sha256-TfHBvcG3e+yjifPVo0ZgcvLvD16fni4m71nCr4cCBD4=";

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