Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-23 18:20:04 +00:00
committed by GitHub
42 changed files with 571 additions and 498 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frp";
version = "0.36.0";
version = "0.36.1";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5BwSRHqsCLAD/p8U0zblAhtkpzkPVzHvS4VaTAYNF9o=";
sha256 = "sha256-oOq5Y/6n7VHU9WPjnt+moVWZgo8mQl6Jd8daLJ2/pSQ=";
};
vendorSha256 = "sha256-Q4ZwCH/RTa8cLtSg06s1S790MdZLgfWOvaD+WAt/RBM=";