hysteria: 2.4.5 -> 2.5.0
Diff: https://github.com/apernet/hysteria/compare/app/v2.4.5...app/v2.5.0
This commit is contained in:
parent
87878822b1
commit
c21f736363
@ -4,16 +4,16 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "hysteria";
|
||||
version = "2.4.5";
|
||||
version = "2.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apernet";
|
||||
repo = pname;
|
||||
rev = "app/v${version}";
|
||||
hash = "sha256-dRVTlH+g/pwwacrdof3n8OeLMsgZswpOwvtAx13bZGo=";
|
||||
hash = "sha256-vtGJRPQBOO8Ig794FJ3gTrR0LOZdWH1vAc7IcZSq/SE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nrcREOp92jIB8CzdOevYufpIN6l9Tcg/B4tT15d5TOE=";
|
||||
vendorHash = "sha256-1VLws98/iAW8BnxOhbshp01D6+kb4CJOvncC5floN5o=";
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags =
|
||||
|
Loading…
Reference in New Issue
Block a user