2022-12-13T09:58:04 hysteria 1.3.1 -> 1.3.2 https://github.com/HyNetwork/hysteria/releases 2022-12-13T09:58:07 attrpath: hysteria 2022-12-13T09:58:07 Checking auto update branch... 2022-12-13T09:58:07 No auto update branch exists 2022-12-13T09:58:07 Old version 1.3.1" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule }: buildGoModule rec { pname = "hysteria"; version = "1.3.2"; src = fetchFromGitHub { owner = "HyNetwork"; repo = pname; rev = "v${version}"; sha256 = "sha256-9ib/29yCfI4oS2yZQUePzZ+5FVTevvJCPjpTXmKnKeA="; }; vendorSha256 = "sha256-sRPnPKVuvcUHEldKVpgmGFGpwOSK5qh4EfeUQMFdMw8="; proxyVendor = true; ldflags = [ "-s" "-w" "-X main.appVersion=${version}" ]; postInstall = '' mv $out/bin/cmd $out/bin/hysteria ''; # Network required doCheck = false; meta = with lib; { description = "A feature-packed proxy & relay utility optimized for lossy, unstable connections"; homepage = "https://github.com/HyNetwork/hysteria"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ oluceps ]; }; }