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

frp: 0.31.2 -> 0.32.0
This commit is contained in:
Mario Rodas 2020-03-17 08:12:18 -05:00 committed by GitHub
commit 8b488f2c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "frp";
version = "0.31.2";
version = "0.32.0";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "0947psq6qcr175xsgwr5k6idphs3s4vdv130ms738bcqf0h9snky";
sha256 = "1hj3xy7ihwl66hyxc1m8k3fwgz5jyx1bd32f80d7266klhjqf6nw";
};
modSha256 = "1zbl0gfc99pbzdacxhfa1k3y6i7v13sb441wpbp9aygxhvwqrms9";
modSha256 = "1v90w5grc0vjpcp0m56d73zi0qnbswgz1rcvcwrjfa3rwqhigbal";
subPackages = [ "cmd/frpc" "cmd/frps" ];