frp: 0.40.0 -> 0.41.0

This commit is contained in:
R. Ryantm 2022-03-24 13:30:32 +00:00
parent 30d2d4a499
commit 0fa1c64e32

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "frp";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "fatedier";
repo = pname;
rev = "v${version}";
sha256 = "sha256-W+88Fq9oYDBLCNp+6rc9jACJzky7FCZg/xLDowGGdm0=";
sha256 = "sha256-JutR1yrxbwhfcw6qTh493yVeo7KzLl83himPTX8FJlA=";
};
vendorSha256 = "sha256-iBjMFOERWQ1aPn+2gEoI9og2ov2LlBVV1sLAZlvqZPM=";
vendorSha256 = "sha256-HOfcVPrJ6TBrhToqYN2CJ0i3re95awrIxQk2Mm8x3DU=";
doCheck = false;