Merge pull request #186673 from oluceps/update_hysteria

hysteria: 1.1.0 -> 1.2.0
This commit is contained in:
Bobby Rong 2022-08-16 23:24:27 +08:00 committed by GitHub
commit 3c79b71732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "hysteria";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "HyNetwork";
repo = "hysteria";
repo = pname;
rev = "v${version}";
sha256 = "sha256-V+umf7+qRANSNsMrU1Vij3ni6ayq/d41xSy3o+7sEHQ=";
sha256 = "sha256-aHIb79P1a+91hIcK1toHZqqXIZ0rwfGXDQc42rQQmX4=";
};
vendorSha256 = "sha256-oxCZ4+E3kffHr8ca9BKCSYcSWQ8jwpzrFs0fvCvZyJE=";
vendorSha256 = "sha256-yAQpyz4pDXOfGF4hho/2Pt9yD3VdWYAmIvaXJjDMjis=";
proxyVendor = true;
# Network required

View file

@ -4025,6 +4025,8 @@ with pkgs;
});
};
hysteria = callPackage ../tools/networking/hysteria { };
hyx = callPackage ../tools/text/hyx { };
icdiff = callPackage ../tools/text/icdiff {};