earlybird: 3.16.0 -> 4.0.0
This commit is contained in:
parent
17bb289ca0
commit
72118780b7
2 changed files with 3 additions and 20 deletions
|
@ -5,20 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "earlybird";
|
||||
version = "3.16.0";
|
||||
version = "4.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "americanexpress";
|
||||
repo = "earlybird";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qSW8O13UW5L2eVsqIuqOguhCyZBPqevZ9fJ7qkraa7M=";
|
||||
hash = "sha256-guSm/ha4ICaOcoynvAwFeojE6ikaCykMcdfskD/ehTw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./fix-go.mod-dependency.patch
|
||||
];
|
||||
|
||||
vendorHash = "sha256-ktsQvWc0CTnqOer+9cc0BddrQp0F3Xk7YJP3jxfuw1w=";
|
||||
vendorHash = "sha256-39jXqCXAwg/C+9gEXiS1X58OD61nMNQifnhgVGEF6ck=";
|
||||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- a/go.mod
|
||||
+++ b/go.mod
|
||||
@@ -42,8 +42,9 @@ require (
|
||||
github.com/src-d/gcfg v1.4.0 // indirect
|
||||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
||||
github.com/xanzy/ssh-agent v0.2.1 // indirect
|
||||
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
||||
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
||||
golang.org/x/sys v0.0.0-20220906165534-d0df966e6959 // indirect
|
||||
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
||||
google.golang.org/protobuf v1.23.0 // indirect
|
||||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
Loading…
Reference in a new issue