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

netbird-ui: 0.27.3 -> 0.27.4
This commit is contained in:
Weijia Wang
2024-05-02 09:29:28 +02:00
committed by GitHub
+3 -3
View File
@@ -31,16 +31,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.27.3";
version = "0.27.4";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-Df30R6/dKihB1F3NR9zH4AFe7IozN27xaGMe6M7hoDA=";
hash = "sha256-+IcgzwLUA8OIa9od5LkGnI05FTbxC8PmOf8s5+akTrk=";
};
vendorHash = "sha256-HJEZ1VrKS1MXKtpDjVorMiecb94+f1mBWPkWng4YqZk=";
vendorHash = "sha256-LPq6ovulE+xdoRaQpwA0mNqw3kFxMs/am1ucO8UmDtU=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;