Skip to content

Commit 9f388bb

Browse files
authored
frp: 0.61.1 -> 0.61.2 (#387907)
2 parents 5246c66 + e23da23 commit 9f388bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fr/frp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "frp";
10-
version = "0.61.1";
10+
version = "0.61.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "fatedier";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-HPhT+crjQELQMDpBywWy+POplKxfLrHCAWkTRRhogqA=";
16+
hash = "sha256-speKU15zsg7jpPP3X6/QovHWtQxzHbVMWz4YLsZhE8A=";
1717
};
1818

19-
vendorHash = "sha256-Pwa5idGOn1kTxhouxYwNlKafYU541/rQolm+2CJnLo4=";
19+
vendorHash = "sha256-ZKhOBD6rLcZtllSQxkpYbHLyb3Ga2teZnGr8jJcETKQ=";
2020

2121
doCheck = false;
2222

0 commit comments

Comments
 (0)