summary refs log tree commit diff
path: root/pkgs/servers/caddy
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* caddy: 0.10.12 -> 0.11.0Franz Pletz2018-07-16
|
* caddy: 0.10.11 -> 0.10.12Franz Pletz2018-03-28
|
* caddy: 0.10.10 -> 0.10.11Ryan Mulligan2018-02-25
| | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin/bin/caddy --version` and found version 0.10.11 - found 0.10.11 with grep in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin - found 0.10.11 in filename of file in /nix/store/fak10szh33cyf8wf70m9wg4gp23jqzbq-caddy-0.10.11-bin
* caddy: 0.10.9 -> 0.10.10zimbatm2017-11-01
|
* caddy: 0.10.7 -> 0.10.9adisbladis2017-09-16
|
* caddy: 0.10.6 -> 0.10.7rushmorem2017-08-29
|
* caddy: 0.10.4 -> 0.10.6Franz Pletz2017-07-31
|
* caddy: 0.10.3 -> 0.10.4zimbatm2017-07-09
| | | | The dependencies are now fully vendored
* caddy: 0.9.5 -> 0.10.3Franz Pletz2017-06-13
|
* caddy: 0.9.2 -> 0.9.5rnhmjoj2017-01-25
|
* caddy: 0.9.1 -> 0.9.2rushmorem2016-09-21
|
* buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | 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
* caddy: 0.9.0 -> 0.9.1rushmorem2016-08-21
|
* caddy: 0.8.3 -> 0.9.0rushmorem2016-08-14
| | | | Closes https://github.com/NixOS/nixpkgs/issues/17678
* buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
| | | | | | | | | | | | | | | | | | 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`.
* buildGoPackage: use Go 1.6 by defaultKamil Chmielewski2016-06-09
|
* buildGo16Packages: fetchgit -> fetchFromGitHubKamil Chmielewski2016-06-09
|
* no more goPackagesKamil Chmielewski2016-06-09
|
* caddy: extracted from goPackagesKamil Chmielewski2016-06-09