hysteria: 1.3.1 -> 1.3.2

This commit is contained in:
oluceps 2022-12-11 21:24:54 +08:00
parent 1b81002988
commit eee8cd063f
No known key found for this signature in database
GPG key ID: ECBE55269336CCCD

View file

@ -4,16 +4,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "hysteria"; pname = "hysteria";
version = "1.3.1"; version = "1.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HyNetwork"; owner = "HyNetwork";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-va/2eCi7wu8YMKf/I0ZiDFAY/shaHA/boF1PCYFolwM="; sha256 = "sha256-9ib/29yCfI4oS2yZQUePzZ+5FVTevvJCPjpTXmKnKeA=";
}; };
vendorSha256 = "sha256-a24NyJDatyM+j29vyY5zbPRhRTOGfa2c1FkZdKpDvxk="; vendorSha256 = "sha256-sRPnPKVuvcUHEldKVpgmGFGpwOSK5qh4EfeUQMFdMw8=";
proxyVendor = true; proxyVendor = true;
ldflags = [ ldflags = [