frp: 0.35.0 -> 0.35.1

This commit is contained in:
R. RyanTM 2021-01-29 02:22:09 +00:00
parent 9081072933
commit 5fbf562553

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "frp"; pname = "frp";
version = "0.35.0"; version = "0.35.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fatedier"; owner = "fatedier";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-T/j+avHRQUz1xPq+I4912ZPj3PqXZN4xo3lzChG+fZ8="; sha256 = "sha256-QnD8Yo1GLlOuCnYgzAIGW8JQ5yihmAZGqDFJ412L+W0=";
}; };
vendorSha256 = "sha256-odZPXLn5la2x9QIlT3g7+Rxb9tXGhjTycEvJPUPbM2s="; vendorSha256 = "sha256-odZPXLn5la2x9QIlT3g7+Rxb9tXGhjTycEvJPUPbM2s=";