Unverified Commit 73f26011 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #245635 from r-ryantm/auto-update/netbird-ui

netbird-ui: 0.21.8 -> 0.21.11
parents d9383273 7ed6d31f
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.21.8";
  version = "0.21.11";

  src = fetchFromGitHub {
    owner = "netbirdio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-BSLstxiiFUJZLIVqHsAFv20GdXJaq2OucG40+lu5LYU=";
    sha256 = "sha256-WC2KZ9geskQtwtWitQTR1GPBHXs/7KWSuZNw7u+gkZA=";
  };

  vendorHash = "sha256-R5LhqW6uh7R8/vr60Sy0kVpAaTL3rwh5c4Ix08Rx6Zk=";
  vendorHash = "sha256-RgvFbhhvfo4GyimAbUGjdU5DsuqS0pslD/oCmvFrtdg=";

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