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

netbird-ui: 0.20.3 -> 0.20.5
This commit is contained in:
Weijia Wang 2023-05-30 12:15:22 +03:00 committed by GitHub
commit 2851b0eb8f
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.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;