hysteria: 1.3.4 -> 1.3.5

This commit is contained in:
mlyxshi 2023-06-12 13:26:28 +08:00 committed by GitHub
parent 4e3d46a3ea
commit 1bcccfa84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "hysteria";
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "HyNetwork";
owner = "apernet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Xmc6xkOepvLDHcIHaYyJIO2e3yIWQxPEacS7Wx09eAM=";
hash = "sha256-gNAK+WOowBlEzUYX25cQxywerNlMIx7cqG1wV9iLS5s=";
};
vendorSha256 = "sha256-hpV+16yU03fT8FIfxbEnIcafn6H/IMpMns9onPPPrDk=";
vendorHash = "sha256-Ixfwqrg+4/dzJLj3q7NbgpUXFj4qGKT0QVFQV/X4pqw=";
proxyVendor = true;
ldflags = [
@ -31,7 +31,7 @@ buildGoModule rec {
meta = with lib; {
description = "A feature-packed proxy & relay utility optimized for lossy, unstable connections";
homepage = "https://github.com/HyNetwork/hysteria";
homepage = "https://github.com/apernet/hysteria";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ oluceps ];