Merge pull request #184585 from azahi/endlessh-go
This commit is contained in:
commit
b124e6908a
@ -5,18 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "endlessh-go";
|
pname = "endlessh-go";
|
||||||
version = "20220710";
|
version = "20220731";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shizunge";
|
owner = "shizunge";
|
||||||
repo = "endlessh-go";
|
repo = "endlessh-go";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-T8DLzHfITMLeHJtKuK4AjEzGGCIDJUPlqF2Lj56xPxY=";
|
sha256 = "sha256-xV9VCbpd6JC/m3RXJt0v8WCCGs8UpZLvAv3bzPRrae4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-hMCjYAqsI6h9B8iGVYQcNbKU5icalOHavvPKwOmvf/w=";
|
vendorSha256 = "sha256-YGVLntDnOX55IoIHIn0z1K7V/PhRLruEASfAGQsTUkk=";
|
||||||
|
|
||||||
proxyVendor = true;
|
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user