frp: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm 2022-07-11 07:36:07 +00:00
parent 641ce01ee9
commit d1407dbf2d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "frp";
version = "0.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ked1emPx9pOz54s4ViutY41s7sQG+IjX/eZJkX15IGo=";
sha256 = "sha256-DH+MOMsDdW+GGrxhkXhC+5D+2IsAZwByd0FjNT+i+og=";
};
vendorSha256 = "sha256-5ljUbEvynNo1AxGpJq9B0bTFgzVfgVZbsqXcPBERLMI=";