lol

netbird: 0.10.1 -> 0.10.2

authored by

R. Ryantm and committed by
Bobby Rong
08c31fef e0dbcf32

+3 -3
+3 -3
pkgs/tools/networking/netbird/default.nix
··· 14 14 in 15 15 buildGoModule rec { 16 16 pname = "netbird"; 17 - version = "0.10.1"; 17 + version = "0.10.2"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "netbirdio"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-ZP8MYvGotBVvuLZHFJgTz1SGAZLwuZwk9ohNtfcCSgs="; 23 + sha256 = "sha256-gnPplWCP3Dky+CzWumeGC/XAHhHWFt/h4WiFoCLzHMU="; 24 24 }; 25 25 26 - vendorSha256 = "sha256-+jJUKp2EvtDxGsv+9B+s7FiIopvO8yH9jldeRZkrd20="; 26 + vendorSha256 = "sha256-3gpA0EGdcVeUCU7iozpjQJM/iid34PRm3gpxUiwzDEk="; 27 27 28 28 nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; 29 29