Commit graph

87 commits

Author SHA1 Message Date
R. Ryantm a691c2577a consul: 1.16.0 -> 1.16.1 2023-08-12 20:11:57 +00:00
Robert Hensing 4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Niklas Hambüchen abd7156553 consul: 1.15.3 -> 1.16.0 2023-07-01 18:32:36 +02:00
R. Ryantm bf600011a0 consul: 1.15.2 -> 1.15.3 2023-06-12 21:41:58 +00:00
techknowlogick 64706bad14 consul: 1.15.1 -> 1.15.2
Diff: https://github.com/hashicorp/consul/compare/v1.15.1...v1.15.2
2023-03-30 23:59:21 -04:00
techknowlogick c0c01af367 consul: 1.15.0 -> 1.15.1
Diff: https://github.com/hashicorp/consul/compare/v1.15.0...v1.15.1
2023-03-08 13:55:04 -05:00
techknowlogick 3c6d0b5152 consul: 1.14.4 -> 1.15.0
Diff: https://github.com/hashicorp/consul/compare/v1.14.4...v1.15.0
2023-02-24 12:59:48 -05:00
R. Ryantm 5a1f956291 consul: 1.14.3 -> 1.14.4 2023-02-01 12:58:04 +00:00
techknowlogick 4a81778866 consul: 1.14.2 -> 1.14.3
Diff: https://github.com/hashicorp/consul/compare/v1.14.2...v1.14.3
2022-12-14 13:37:23 -05:00
techknowlogick abe292637f consul: 1.14.1 -> 1.14.2 2022-11-30 18:03:36 -05:00
R. Ryantm bca36e1fc6 consul: 1.14.0 -> 1.14.1 2022-11-24 04:18:56 +00:00
techknowlogick 3b6c0372c8 consul: 1.13.3 -> 1.14.0 2022-11-15 15:36:02 -05:00
techknowlogick 81239c05fc consul: 1.13.2 -> 1.13.3 2022-10-20 12:24:56 -04:00
techknowlogick 7bf2ad1d6a consul: 1.13.1 -> 1.13.2 2022-09-20 21:25:38 -04:00
R. Ryantm 0f013b8f7b consul: 1.13.0 -> 1.13.1 2022-08-12 08:30:51 +00:00
R. Ryantm f61d72e91e consul: 1.12.3 -> 1.13.0 2022-08-10 11:51:24 +00:00
techknowlogick a9638e55d2 consul: 1.12.2 -> 1.12.3 2022-07-13 20:31:23 -04:00
techknowlogick b11ee08240 consul: 1.12.1 -> 1.12.2 2022-06-03 20:22:54 -04:00
techknowlogick 933a7b06bc consul: 1.12.0 -> 1.12.1 2022-05-26 00:02:35 -04:00
techknowlogick 4202e1bf0b consul: 1.11.5 -> 1.12.0 2022-04-20 14:17:20 -04:00
techknowlogick 5ddc4f5f16 consul: 1.11.4 -> 1.11.5 2022-04-13 20:31:51 -04:00
techknowlogick 943fc89ae5 consul: 1.11.3 -> 1.11.4 2022-02-28 16:47:15 -05:00
techknowlogick 15d3f7a6a5 consul: 1.11.2 -> 1.11.3 2022-02-11 21:36:03 -05:00
R. Ryantm ff3e9fbb36 consul: 1.11.1 -> 1.11.2 2022-01-24 06:03:56 +00:00
techknowlogick 6299ff2be1 consul: 1.10.3 -> 1.11.1 2022-01-04 16:35:32 -05:00
Jonathan Ringer 8048822316
consul: 1.10.2 -> 1.10.3 2021-10-04 10:07:34 -07:00
Maxine Aubrey 300b61c594
consul: 1.10.1 -> 1.10.2
- https://github.com/hashicorp/consul/releases/tag/v1.10.2
2021-08-30 20:07:20 +02:00
zowoq 09138462c8 consul: buildFlagsArray -> ldflags 2021-08-06 10:54:38 +10:00
Maxine Aubrey ccac09f2eb
consul: 1.10.0 -> 1.10.1 2021-07-15 23:57:01 +02:00
Niklas Hambüchen f60eff5485 consul: 1.9.7 -> 1.10.0 2021-06-23 14:04:56 +02:00
Maxine Aubrey 0fdfa3172d
consul: 1.9.6 -> 1.9.7 2021-06-22 17:44:59 +02:00
R. RyanTM 35ea60a0ff consul: 1.9.5 -> 1.9.6 2021-06-05 21:26:39 +00:00
Maxine Aubrey 850d64142e
consul: 1.9.4 -> 1.9.5 2021-04-16 17:00:32 +02:00
Maxine Aubrey 3787cf2075
consul: 1.9.3 -> 1.9.4 2021-03-07 00:03:48 +01:00
R. RyanTM 394bc6c138 consul: 1.9.2 -> 1.9.3 2021-03-03 01:13:15 -05:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM 9897deafcc
consul: 1.9.1 -> 1.9.2 (#110341) 2021-01-21 09:51:06 -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 46131f0e4b consul: 1.9.0 -> 1.9.1 2020-12-11 11:30:25 -08:00
R. RyanTM fc12e58629 consul: 1.8.6 -> 1.9.0 2020-11-30 17:01:50 +00:00
R. RyanTM c024d24d4f consul: 1.8.5 -> 1.8.6 2020-11-25 09:10:18 -08:00
R. RyanTM 126fe37921 consul: 1.8.4 -> 1.8.5 2020-10-29 22:44:05 +00:00
R. RyanTM 34f7844938 consul: 1.8.3 -> 1.8.4 2020-10-17 23:29:17 +00:00
R. RyanTM 04e5a9e9eb consul: 1.8.0 -> 1.8.3 2020-09-07 14:11:13 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM a5bff99f88 consul: 1.7.4 -> 1.8.0 2020-06-26 06:24:25 +00:00
R. RyanTM 720128ce7e consul: 1.7.3 -> 1.7.4 2020-06-14 12:16:51 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Jörg Thalheim 077c3c1944
consul: remove trailing whitespace 2020-05-07 17:07:05 +01:00
Jörg Thalheim 53b72ba7ac
consul: reference nixosTests 2020-05-07 17:06:46 +01:00