frp: 0.59.0 -> 0.60.0

This commit is contained in:
R. Ryantm 2024-08-19 13:16:12 +00:00
parent 625941e1a9
commit e52c5647d4

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "frp";
version = "0.59.0";
version = "0.60.0";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
hash = "sha256-2zAvrI7Vxy3/FuDhV4K77n7EsTZR3kpwYDLIEQ2bsuk=";
hash = "sha256-sVJvy2WFMlMEg4D4kU4ikw5tyikYVMdfw/GPptS83Iw=";
};
vendorHash = "sha256-/FxX1Tl393X/KheBG5aFFhdgKDUhRkd7Ge032P0ZE64=";
vendorHash = "sha256-ySONxi45Ckq0y4BNyTcm8s6KcnXW+k6thqL7qh6mbBc=";
doCheck = false;