Unverified Commit 577db5f1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #237292 from mlyxshi/master

hysteria: 1.3.4 -> 1.3.5
parents cbe47808 1bcccfa8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 ];