mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Merge pull request #258494 from oluceps/hysteria-update
hysteria: 2.0.2 -> 2.0.3
This commit is contained in:
commit
9ab16b665d
@ -1,19 +1,19 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, buildGoModule
|
, buildGo121Module
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGo121Module rec {
|
||||||
pname = "hysteria";
|
pname = "hysteria";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "apernet";
|
owner = "apernet";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "app/v${version}";
|
rev = "app/v${version}";
|
||||||
hash = "sha256-MMBDBWeOm0yiKNGe/Ywriv8oR0YoM3Or5uGGuePOV3U=";
|
hash = "sha256-0ekw92T9yWrKu5MxSssOCXlUFubiVLoH6ZLEMDFkcis=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-zsPqqk8nKhtF2RXfF2yRhienzLMLPAcHQgnEX8gcl3s=";
|
vendorHash = "sha256-Hf+Jx/z+hJ6jqWLJHGK7umNgNzNKYgQtCdAosdrqvPg=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user