hysteria: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm 2024-03-24 13:52:32 +00:00
parent 0ea4f4d8af
commit df75563458
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "hysteria";
version = "2.3.0";
version = "2.4.0";
src = fetchFromGitHub {
owner = "apernet";
repo = pname;
rev = "app/v${version}";
hash = "sha256-sjQrHvUdGPdzKpXuJ9ZWp4S9pram8QaygKLT2WRmd2M=";
hash = "sha256-zrnyOb40LJz6yWxXh6w4R4JY3lUb3DcJgoYjxM2/hvE=";
};
vendorHash = "sha256-btDWsvhKygWda4x45c8MSOROq6ujJVV9l0PkGQKWM6A=";
vendorHash = "sha256-DuQwg4vJgwC6IBs+8J5OVdO67OgdhmGTF88zlikHaAQ=";
proxyVendor = true;
ldflags =