Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas
3a1e7d7129
caddy: 2.2.1 -> 2.3.0
...
https://github.com/caddyserver/caddy/releases/tag/v2.3.0
2021-01-05 22:51:01 -05:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
R. RyanTM
4b023fb1da
caddy: 2.2.0 -> 2.2.1
2020-10-25 09:49:15 +01:00
zowoq
9e7e0e9aa1
caddy1: remove
2020-10-02 23:50:59 +10:00
zowoq
60fcc12970
caddy: 2.1.1 -> 2.2.0
...
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-25 09:17:28 +10:00
pancho horrillo
c814b0ef24
caddy1: fix build ( #97988 )
...
main.go gets overwritten in order to build caddy with telemetry
disabled, but the global variable `run` got neglected, and this in turn
broke the test in caddy/main_test.go.
This commit fixes that, and build can now complete.
2020-09-14 19:31:08 +00:00
Sylvain Fankhauser
94ed8606c6
caddy: 2.0.0 -> 2.1.1
2020-09-08 09:29:05 +02:00
Sylvain Fankhauser
b8bfe941fa
caddy: address remaining MR comments for v2
2020-09-08 09:29:04 +02:00
Oleksii Filonenko
6322325a53
caddy: 1.0.5 -> 2.0.0
...
Rename legacy v1 to `caddy1`
2020-09-07 09:39:16 +02:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations ( #95092 )
...
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Jörg Thalheim
af2055de21
Merge pull request #94280 from zowoq/ecc-gomodule
...
buildGoModule packages: editorconfig fixes
2020-07-31 05:50:52 +01:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Mario Rodas
966d74e870
caddy2: 2.0.0 -> 2.1.1
2020-07-29 04:20:00 -05:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Oleksii Filonenko
ee76d62845
caddy2: 2.0.0-rc.3 -> 2.0.0
2020-05-04 17:13:56 +00:00
Oleksii Filonenko
9739d7e34a
caddy2: 2.0.0-rc.1 -> 2.0.0-rc.3
2020-05-03 23:53:21 +03:00
Mario Rodas
dd65638d45
Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1
...
caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
2020-04-03 09:12:14 -05:00
Oleksii Filonenko
41bcc6ff99
caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
2020-04-03 10:43:25 +03:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
5480f994e9
caddy2: fix build on darwin
2020-03-21 04:57:00 -05:00
Mario Rodas
e260f4861c
caddy: fix build on darwin
2020-03-21 04:56:00 -05:00
R. RyanTM
e3e86f1b12
caddy: 1.0.4 -> 1.0.5 ( #82601 )
2020-03-14 18:04:13 +00:00
Oleksii Filonenko
0ff31210bb
caddy2: init at 2.0.0-beta10 ( #74843 )
...
Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
2019-12-03 13:19:38 +00:00
Oleksii Filonenko
2fbfb02032
caddy: add filalex77 to maintainers
2019-12-02 16:19:43 +02:00
Oleksii Filonenko
1a3b366ad2
caddy: 1.0.3 -> 1.0.4
2019-12-02 16:19:43 +02:00
Mario Rodas
b53710e19e
caddy: disable telemetry
...
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-10-26 15:57:07 +02:00
Mario Rodas
4d178d9fd6
caddy: 1.0.0 -> 1.0.3
2019-09-22 22:22:22 -05:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
allowthere
066fd6c514
caddy: 0.11.4 -> 1.0.0
...
https://github.com/mholt/caddy/releases/tag/v0.11.5
https://github.com/mholt/caddy/releases/tag/v1.0.0-beta1
https://github.com/mholt/caddy/releases/tag/v1.0.0-beta2
https://github.com/mholt/caddy/releases/tag/v1.0.0
2019-06-18 23:36:54 +00:00
Will Dietz
e23580caf8
caddy: 0.11.1 -> 0.11.4 ( #56214 )
...
https://github.com/mholt/caddy/releases/tag/v0.11.4
https://github.com/mholt/caddy/releases/tag/v0.11.3
https://github.com/mholt/caddy/releases/tag/v0.11.2
2019-02-24 01:40:00 +01:00
Franz Pletz
eea3c6bbd5
caddy: 0.11.0 -> 0.11.1
2018-11-20 13:43:19 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Franz Pletz
4fbc423b77
caddy: 0.10.12 -> 0.11.0
2018-07-16 00:04:43 +02:00
Franz Pletz
a8375e4056
caddy: 0.10.11 -> 0.10.12
2018-03-28 02:28:15 +02:00
Ryan Mulligan
7dcd9f1bbd
caddy: 0.10.10 -> 0.10.11
...
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
2018-02-25 11:39:23 -08:00
zimbatm
314979fbb7
caddy: 0.10.9 -> 0.10.10
2017-11-01 20:35:18 +00:00
adisbladis
9ede0dea45
caddy: 0.10.7 -> 0.10.9
2017-09-16 16:54:47 +08:00
rushmorem
a9b1a67a10
caddy: 0.10.6 -> 0.10.7
2017-08-29 20:14:41 +02:00
Franz Pletz
f645db1abf
caddy: 0.10.4 -> 0.10.6
2017-07-31 12:47:23 +02:00
zimbatm
466e7e23c6
caddy: 0.10.3 -> 0.10.4
...
The dependencies are now fully vendored
2017-07-09 17:04:04 +01:00
Franz Pletz
ec27fcdd6c
caddy: 0.9.5 -> 0.10.3
2017-06-13 21:21:58 +02:00
rnhmjoj
82c661313d
caddy: 0.9.2 -> 0.9.5
2017-01-25 00:07:09 +01:00
rushmorem
a52aa1c940
caddy: 0.9.1 -> 0.9.2
2016-09-21 18:52:17 +02: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
rushmorem
6e2629d9f2
caddy: 0.9.0 -> 0.9.1
2016-08-21 17:08:33 +02:00
rushmorem
9e6240629c
caddy: 0.8.3 -> 0.9.0
...
Closes https://github.com/NixOS/nixpkgs/issues/17678
2016-08-14 20:21:20 +02: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