-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
gobetween: init at 0.7.0 #77597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gobetween: init at 0.7.0 #77597
Conversation
e76aa10
to
2f3ec68
Compare
rev = "7d8a7368a535641df273c6b962750c1113d0c6b0"; | ||
sha256 = "628e9a3f37aa12f3c54ef7b81a707ea732179a0aa7bb621b8cd833535f27546e"; | ||
}; | ||
modSha256 = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be one line, and please put a space between that and src
modSha256 = | |
modSha256 = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added space. long line is split by nixfmt, it does look odd, but i'm trying to apply nixfmt as much as possible. I can change if it's a problem.
2dcb4f5
to
62e5d66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do notice that the version is wrong, not sure if there's an easy way to fix this:
$ ./results/gobetween/bin/gobetween --help
gobetween v0.8.0+snapshot
Modern & minimalistic load balancer for the Cloud era
Not sure about that. Seems like that’s an upstream tagging error. I can fish around for a more internally consistent commit, or bother upstream to tag 0.8.0. |
looks like there's sha mismatch https://github.com/NixOS/nixpkgs/pull/77597/checks?check_run_id=388386660 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff LGTM, but commits needs to be squashed https://nixos.org/nixpkgs/manual/#submitting-changes-making-patches
git reset HEAD^
git add pkgs/
git commit --amend --no-edit
7feccb7
to
4fe893b
Compare
Squashed. Thanks for the assist. |
4fe893b
to
08421c2
Compare
@GrahamcOfBorg build gobetween |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll merge in a day if @kalbasit doesn't have any issues
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/109 |
gobetween: init at 0.7.0
Motivation for this change
Include a dynamic proxy into nixpkgs.
Things done
Build with buildGo112Module due to errors with go 1.13 (upstream is aware, issues filed).
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)