From 1bcccfa84fbe0af85a1ffc42a96db80566849537 Mon Sep 17 00:00:00 2001 From: mlyxshi Date: Mon, 12 Jun 2023 13:26:28 +0800 Subject: [PATCH] hysteria: 1.3.4 -> 1.3.5 --- pkgs/tools/networking/hysteria/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/networking/hysteria/default.nix b/pkgs/tools/networking/hysteria/default.nix index 978d6d7c2bb2..4b63992e85c5 100644 --- a/pkgs/tools/networking/hysteria/default.nix +++ b/pkgs/tools/networking/hysteria/default.nix @@ -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 ];