Merge pull request #103407 from r-ryantm/auto-update/frp

frp: 0.34.1 -> 0.34.2
This commit is contained in:
Mario Rodas 2020-11-11 04:04:43 -05:00 committed by GitHub
commit c1e2fb03a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frp";
version = "0.34.1";
version = "0.34.2";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "1n1b7rr6njblz3rmsdl6xng4swlagg2z3jnik0gnajiq3w8ajwdj";
sha256 = "0r7bp99kbp5nh5kqrxc4fb7pblpmcksbq67c6z922hvynpgnycj0";
};
vendorSha256 = "18d9478ndzywwmh0jsxcb4i2rqyn3vzrgwflqrsv7krijalknsc9";