Unverified Commit e268c2b6 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

netbird: 0.69.0 -> 0.70.4 (#515393)

parents 7911ee5c 3f6414d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -67,16 +67,16 @@ let
in
buildGoModule (finalAttrs: {
  pname = "netbird-${componentName}";
  version = "0.69.0";
  version = "0.70.4";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    tag = "v${finalAttrs.version}";
    hash = "sha256-qNWzyL0J7mYQcWYQOIjmlh+KH2WBb6LkYhTNiR6tDpw=";
    hash = "sha256-tfScscRllUlV1V6D66rfT6JEsReDQfVGryVzNebm0vg=";
  };

  vendorHash = "sha256-od8m149sJyfdUC0bJ1riHbgXlcX5Yc9K28LCcfWh6DE=";
  vendorHash = "sha256-IRV1GxdUKgan0GwmBg9acpl7plW01CtEO2FrKrlDdeE=";

  nativeBuildInputs = [ installShellFiles ] ++ lib.optional (componentName == "ui") pkg-config;