Merge pull request #258494 from oluceps/hysteria-update

hysteria: 2.0.2 -> 2.0.3
This commit is contained in:
Nick Cao 2023-10-02 09:38:00 -04:00 committed by GitHub
commit 9ab16b665d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,19 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, buildGoModule , buildGo121Module
}: }:
buildGoModule rec { buildGo121Module rec {
pname = "hysteria"; pname = "hysteria";
version = "2.0.2"; version = "2.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apernet"; owner = "apernet";
repo = pname; repo = pname;
rev = "app/v${version}"; rev = "app/v${version}";
hash = "sha256-MMBDBWeOm0yiKNGe/Ywriv8oR0YoM3Or5uGGuePOV3U="; hash = "sha256-0ekw92T9yWrKu5MxSssOCXlUFubiVLoH6ZLEMDFkcis=";
}; };
vendorHash = "sha256-zsPqqk8nKhtF2RXfF2yRhienzLMLPAcHQgnEX8gcl3s="; vendorHash = "sha256-Hf+Jx/z+hJ6jqWLJHGK7umNgNzNKYgQtCdAosdrqvPg=";
proxyVendor = true; proxyVendor = true;
ldflags = [ ldflags = [