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

netbird-ui: 0.20.3 -> 0.20.5

(cherry picked from commit e2f30e50)
parent 7c3e7b33
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,16 +30,16 @@ let
in
buildGoModule rec {
  pname = "netbird";
  version = "0.20.3";
  version = "0.20.5";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-aKgqkmNM+NQ2BujOG7tVyYees0Gxwf8LzrFft4FCLZk=";
    sha256 = "sha256-Di3Y5Pa4A6Iw0rXp0VdAPUuzFO3SnpV6Ip6N1gyFuoU=";
  };

  vendorHash = "sha256-mO0I0+nT1eL4DbUpgS8wCKjXH80ca6q6RLoagz9W5uI=";
  vendorHash = "sha256-wgiDwf1aV8hM33ADgqAbmeLu9lDKdvw0d88IrVg0fmo=";

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