hysteria: 2.5.2 -> 2.6.0
This commit is contained in:
parent
e404986b36
commit
a3c2ca52b6
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user