netbird-ui: 0.25.7 -> 0.25.8

This commit is contained in:
R. Ryantm 2024-02-14 05:40:48 +00:00
parent 35ff7e87ee
commit 47818d7698

View file

@ -31,16 +31,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.25.7";
version = "0.25.8";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-DclCqXNGXFTbJTD6zllCUfSR3twnnS4rfXMuRtWQpeQ=";
hash = "sha256-BsExPkUbkHJbi4oWKEH9tPoipGutzz19FuLxImlFUVQ=";
};
vendorHash = "sha256-61i/QqUFuKXbOGBJVDRi5BdUxB/k18RM8dvgQwiHb/k=";
vendorHash = "sha256-CFLwb5cqsfxTxOwuLOB0IMYkRZUNPgB7grjQ4xm84BM=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;