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

netbird-ui: 0.25.9 -> 0.26.0
This commit is contained in:
Mario Rodas
2024-02-23 06:15:37 -05:00
committed by GitHub
+3 -3
View File
@@ -31,16 +31,16 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.25.9";
version = "0.26.0";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
hash = "sha256-asY5/g/RztQqZA5sH2Zoucm6QNUe/8QYoAmMAslnswo=";
hash = "sha256-hZnxemBoMAol0m9XZPMEh/Lf0woxoLNH97bRyg8xtv4=";
};
vendorHash = "sha256-CFLwb5cqsfxTxOwuLOB0IMYkRZUNPgB7grjQ4xm84BM=";
vendorHash = "sha256-csa83P74Y9fHsPg5VgPfR9WMg4VKOXcIR0pOMzh0QoA=";
nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config;