R. RyanTM
a3b4695042
coredns: 1.8.0 -> 1.8.1 ( #110343 )
2021-01-21 09:51:38 -08: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
R. RyanTM
f06af68d0f
coredns: 1.7.1 -> 1.8.0
2020-11-02 08:20:56 -08:00
R. RyanTM
aecc33be22
coredns: 1.7.0 -> 1.7.1
2020-09-25 04:10:11 +00: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
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
Matt Layher
6b9c728ef9
coredns: 1.6.9 -> 1.7.0
2020-06-19 09:01:44 -04:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
R. RyanTM
8866b7d72f
coredns: 1.6.7 -> 1.6.9
2020-04-01 10:17:44 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing
changes made to afd997aab6e9b7a322198092c7828d6c560ac06f.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
36ae531bc2
coredns: fix build on darwin
2020-03-21 04:46:00 -05:00
R. RyanTM
5389e95ce0
coredns: 1.6.6 -> 1.6.7
2020-03-14 04:28:21 +00:00
Oleksii Filonenko
03aa4ac48f
coredns: 1.3.1 -> 1.6.6
2019-12-16 14:07:43 +02: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
Duarte David
f7a16402b4
coredns: Add deltaevo as maintainer
2019-02-03 16:32:56 +01:00
Duarte David
d80b81ab5d
coredns: 005 -> 1.3.1
2019-01-30 12:50:31 +01:00
adisbladis
04c26d79c2
coredns: Fix hash
2018-07-11 16:55:17 +08:00
Rene Treffer
055d6399ef
coredns: 001 -> 005
2017-02-19 21:26:10 +01:00
rushmorem
b93b37cf0a
coredns: init at 001
2016-09-22 01:11:13 +02:00