mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
hysteria: 2.0.3 -> 2.1.1
Diff: https://github.com/apernet/hysteria/compare/app/v2.0.3...app/v2.1.1
This commit is contained in:
parent
dea3a72fcc
commit
30e5f80a76
@ -4,16 +4,16 @@
|
||||
}:
|
||||
buildGo121Module rec {
|
||||
pname = "hysteria";
|
||||
version = "2.0.3";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apernet";
|
||||
repo = pname;
|
||||
rev = "app/v${version}";
|
||||
hash = "sha256-0ekw92T9yWrKu5MxSssOCXlUFubiVLoH6ZLEMDFkcis=";
|
||||
hash = "sha256-CvhDOtXyGxnTy8m7qN5lmQxOxwkExfW+1ZT3LrLjsmo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Hf+Jx/z+hJ6jqWLJHGK7umNgNzNKYgQtCdAosdrqvPg=";
|
||||
vendorHash = "sha256-Io7EN+Cza7drMLB9JF4nRDxq+eVxW5sYj45WWvXtDsY=";
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags = [
|
||||
|
Loading…
Reference in New Issue
Block a user