netbird: 0.9.4 -> 0.9.6

This commit is contained in:
R. Ryantm
2022-09-28 11:17:30 +08:00
committed by Bobby Rong
parent c522de6ebe
commit 8407d056ca
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
buildGoModule rec {
pname = "netbird";
version = "0.9.4";
version = "0.9.6";
src = fetchFromGitHub {
owner = "netbirdio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x5TJChvpeiAPye9YkIMJYumvCUHULUVjC371ZoaHkUM=";
sha256 = "sha256-VNKVl1C14iZROl3JFHY7+8EYbgZTuoz5rVOOBqkmmo0=";
};
vendorSha256 = "sha256-VyYw8Hp2qWoRBeOFsgtxmvFN2cYzuDeYmWAwC/+vjI0=";