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

netbird-ui: 0.21.7 -> 0.21.8

authored by

Nick Cao and committed by
GitHub
2414d148 0f085c9e

+2 -2
+2 -2
pkgs/tools/networking/netbird/default.nix
··· 30 30 in 31 31 buildGoModule rec { 32 32 pname = "netbird"; 33 - version = "0.21.7"; 33 + version = "0.21.8"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "netbirdio"; 37 37 repo = pname; 38 38 rev = "v${version}"; 39 - sha256 = "sha256-y/1RWywWgDpklG6I58J//6IngdEgAQtsGEAS1z2X/M4="; 39 + sha256 = "sha256-BSLstxiiFUJZLIVqHsAFv20GdXJaq2OucG40+lu5LYU="; 40 40 }; 41 41 42 42 vendorHash = "sha256-R5LhqW6uh7R8/vr60Sy0kVpAaTL3rwh5c4Ix08Rx6Zk=";