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

netbird-ui: 0.19.0 -> 0.20.1
This commit is contained in:
figsoda 2023-05-18 21:50:08 -04:00 committed by GitHub
commit 8959d56bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,16 +30,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.19.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uz2WrPKNgYP8texn2wmGEnX4HS+HcF73iCJLTTAzX6g=";
sha256 = "sha256-C+9wo2vCg7qWpwCCFXAEim2otgsiiuvrAwbFMpLuh3w=";
};
vendorHash = "sha256-hXoHdcoXsT3ap0Ns2seAaoMeQlwbp0WrqjoSH6Y/H+E=";
vendorHash = "sha256-mO0I0+nT1eL4DbUpgS8wCKjXH80ca6q6RLoagz9W5uI=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;