Unverified Commit 10ba3eb2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

netbird: 0.43.1 -> 0.43.2 (#404681)

parents 9133c5d1 a9a329c0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "netbird";
  version = "0.43.1";
  version = "0.43.2";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    tag = "v${finalAttrs.version}";
    hash = "sha256-otjdzt+RLjic3VyoRh/uneP6qChy8QaxkIQT9YFS1pY=";
    hash = "sha256-VZWd7KXMfh/OOnvprF5S69ztDK3N5w3lmfO2OGUC+FQ=";
  };

  vendorHash = "sha256-/STnSegRtpdMhh9RaCqwc6dSXvt7UO5GVz7/M9JzamM=";
@@ -119,6 +119,7 @@ buildGoModule (finalAttrs: {
    maintainers = with lib.maintainers; [
      vrifox
      saturn745
      loc
    ];
    mainProgram = if ui then "netbird-ui" else "netbird";
  };