Commit graph

13 commits

Author SHA1 Message Date
Bob van der Linden a93d1e41a9
ngrok: 3.1.1 -> 3.3.0 2023-05-13 21:33:05 +02:00
Shawn8901 133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Bob van der Linden 7b89f03dcf
ngrok: 3.1.0 -> 3.1.1 2023-01-21 15:45:07 +01:00
Billy J Rhoades II ba8982dd33 ngrok: 3.0.4 -> 3.1.0
See: https://ngrok.com/docs/ngrok-agent/changelog#ngrok-agent-310---2022-09-14
Updates root CA, some header formatting issues, tunnel start API
parameters, and ngrok diagnose bugs.
2022-11-27 08:32:54 -08:00
Robert Scott 61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Billy J Rhoades II 8e97f29c01 ngrok: 2.3.40 -> 3.0.4
ngrok 3 was released this morning. Changelog from v2 is here:

https://ngrok.com/docs/ngrok-agent/changelog

And a detailed upgrade guide is here:

https://ngrok.com/docs/guides/upgrade-v2-v3

Notably, arguments must now be double hyphens: `--token`. Previously,
single hyphens were accepted but those invocations will now error.
2022-06-13 14:53:58 -07:00
Bob van der Linden e531f92b24 ngrok: use proper attribute names 2017-08-27 23:53:42 +01:00
Bob van der Linden db59381a5d ngrok: 1.7.1 -> 2.2.8, added ngrok1 1.1.7
ngrok now releases a proprietary version (2.x). 1.1.7 can still be used
with a self-hosted ngrokd, but it won't work out of the box.

Therefore ngrok 2.2.8 is now the default for the `ngrok` package and
ngrok 1.1.7 can be installed using the `ngrok1` package.
2017-08-27 23:53:42 +01:00
Kamil Chmielewski 914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
Kamil Chmielewski da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski 6d9b9681f9 ngrok: FIX go-bindata moved to all-packages 2016-06-09 11:22:02 +02:00
Kamil Chmielewski 93b9ebfde8 ngrok: extracted from goPackages 2016-06-09 11:21:30 +02:00