Merge pull request #86303 from filalex77/frp-0.33.0

frp: 0.32.0 -> 0.33.0
This commit is contained in:
Mario Rodas 2020-04-30 23:34:11 -05:00 committed by GitHub
commit c786eb9baa
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.32.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "1hj3xy7ihwl66hyxc1m8k3fwgz5jyx1bd32f80d7266klhjqf6nw";
sha256 = "1z914p20n3i1bf4hx5iq2fylx1s49knb70cbg53ji2n7nrm1q33r";
};
modSha256 = "1v90w5grc0vjpcp0m56d73zi0qnbswgz1rcvcwrjfa3rwqhigbal";