Unverified Commit 8108e15d authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

netbird-ui: 0.43.3 -> 0.44.0 (#407795)

parents 770eb699 84a65774
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,16 +31,16 @@ let
in
buildGoModule (finalAttrs: {
  pname = "netbird";
  version = "0.43.3";
  version = "0.44.0";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = "netbird";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+WEAUM+BrckRCUycCaYr7tveZBZ2kStnMPxyDVixAsA=";
    hash = "sha256-+tiQx692GSAI5AoDaKY5x3Z3WrX6QU+WFV96paM9ayw=";
  };

  vendorHash = "sha256-/STnSegRtpdMhh9RaCqwc6dSXvt7UO5GVz7/M9JzamM=";
  vendorHash = "sha256-EVhtxYDinmid5C/3N8UGmCzWw1qIE3m0rXes4uFpcOM=";

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