hysteria: 2.5.2 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-11-22 11:34:59 +00:00
parent e404986b36
commit a3c2ca52b6

View File

@ -6,16 +6,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "hysteria"; pname = "hysteria";
version = "2.5.2"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apernet"; owner = "apernet";
repo = pname; repo = pname;
rev = "app/v${version}"; rev = "app/v${version}";
hash = "sha256-ClWbA3cjQXK8tzXfmApBQ+TBnbRc6f36G1iIFcNQi7o="; hash = "sha256-EdqFushE/G0kWOkks7m2nSQ9wXq1p1HjebSgb5tAzmo=";
}; };
vendorHash = "sha256-I5SCr45IT8gl8eD9BburxHBodOpP+R5rk9Khczx5z8M="; vendorHash = "sha256-P4BiWeGZCI/8zehAt+5OEZhQcA9usw+OSum9gEl/gSU=";
proxyVendor = true; proxyVendor = true;
ldflags = ldflags =