Commit 08c31fef authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

netbird: 0.10.1 -> 0.10.2

parent e0dbcf32
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.1";
  version = "0.10.2";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZP8MYvGotBVvuLZHFJgTz1SGAZLwuZwk9ohNtfcCSgs=";
    sha256 = "sha256-gnPplWCP3Dky+CzWumeGC/XAHhHWFt/h4WiFoCLzHMU=";
  };

  vendorSha256 = "sha256-+jJUKp2EvtDxGsv+9B+s7FiIopvO8yH9jldeRZkrd20=";
  vendorSha256 = "sha256-3gpA0EGdcVeUCU7iozpjQJM/iid34PRm3gpxUiwzDEk=";

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