netbird: 0.32.0 -> 0.33.0

This commit is contained in:
Patrick 2024-11-22 21:43:14 +01:00
parent b0fb9600be
commit 710b3ec00b
No known key found for this signature in database
GPG Key ID: 451F95EFB8BECD0F

View File

@ -31,13 +31,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.32.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "netbird";
rev = "v${version}";
hash = "sha256-Mo3hhm/SVusz7bTszsxc5gDOXVotvVFzA6Q9RD780Jo=";
hash = "sha256-xxQtxpaqxZwlFAbGmPIjI6xOrT1xWjswuesWXh6gkRA=";
};
vendorHash = "sha256-XzJ+FzGlJpnRjDt0IDbe1i7zCEDgy0L9hE/Ltqo+SoE=";