hysteria: 2.0.0 -> 2.0.2
This commit is contained in:
parent
70c8a33a24
commit
f8def5438d
@ -4,16 +4,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hysteria";
|
pname = "hysteria";
|
||||||
version = "2.0.0";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "apernet";
|
owner = "apernet";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "e11762a196e4fcdbde728ef160bc3c6cfeb5bc6e";
|
rev = "app/v${version}";
|
||||||
hash = "sha256-9Fo/qKcoZg8OYH4cok18rweA1PAFULOCJGTdUB8fbAU=";
|
hash = "sha256-MMBDBWeOm0yiKNGe/Ywriv8oR0YoM3Or5uGGuePOV3U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-7un8oi6pKYiJGw6mbG35crndLg35y7VkoAnQKMJduh4=";
|
vendorHash = "sha256-zsPqqk8nKhtF2RXfF2yRhienzLMLPAcHQgnEX8gcl3s=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user