Loading pkgs/tools/networking/hysteria/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; Loading Loading
pkgs/tools/networking/hysteria/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; Loading