frp: 0.51.2 -> 0.51.3

This commit is contained in:
R. Ryantm 2023-08-27 08:27:57 +00:00
parent a56230df46
commit cd2ae27e0a

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "frp";
version = "0.51.2";
version = "0.51.3";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uiF27qGHwAg05o9thCxIf6Z2xhMnKzhDgMKTuS6IJ8A=";
sha256 = "sha256-ijcYSuB91I9lD4qx6ohVFDQgTE0+FTQ5Hr1heNwKyUo=";
};
vendorHash = "sha256-sqlBgEfIWuDnGsepSZtrgxmG/DoP+Hc4c3nOpo8S/Ks=";
vendorHash = "sha256-DFQ59E24LR5/qodtge0EsqajvrjPN0otpxGB8JQ0ERw=";
doCheck = false;