Commit graph

73 commits

Author SHA1 Message Date
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
R. RyanTM 465302dad0 consul: 1.7.2 -> 1.7.3 2020-05-07 07:12:08 +00:00
Colin 4007ceb6af
treewide get rid of go 1.12 (#83253)
* treewide Drop unneeded go 1.12 overrides

* Fix packr to be go module compatible.

I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.

* Remove consul dependency on go1.12

I updated the consul version to 1.7.2 and flipped it to building using
modules.

* Remove go1.12 from perkeep.

Update the version to the latest unstable on master.

* Update scaleway-cli to not be pinned to go1.12

Switched the version to 1.20

* Update prometheus-varnish-exporter to not depend on go1.12

* Update lnd to build with go1.12

Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo

* Remove go1.12 from openshift

Had to update the version to 4.1.0 and do a bit of munging to get this
to work

* Remove go1.12 completely.

These are no longer needed.

* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sebastien Bariteau 3a67ff5e6b consul: 1.6.2 -> 1.7.2 2020-04-05 17:58:57 -04:00
Niklas Hambüchen 2793252531 consul: 1.6.1 -> 1.6.2 2019-11-20 15:44:24 -08:00
Niklas Hambüchen 9641405a4a consul: 1.6.0 -> 1.6.1 2019-09-21 19:41:38 +02:00
Danielle Lancashire 0c6a81a8b1
consul: 1.5.2 -> 1.6.0 2019-08-31 22:05:41 +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
Niklas Hambüchen 361e2621c9 consul: 1.4.4 -> 1.5.2 2019-06-30 17:03:10 +02:00
Niklas Hambüchen c7876f12e2 consul: 1.4.2 -> 1.4.4 2019-06-30 17:03:01 +02:00
Danylo Hlynskyi 7e8f04ab05
consul: 1.4.1 -> 1.4.2 (#56854) 2019-03-05 13:35:22 +02:00
Vincent Demeester a73398d082
consul: 1.3.0 -> 1.4.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:10:22 +01:00
Niklas Hambüchen 2cb7f5fb1e consul: 0.9.3 -> 1.3.0.
Removes the old UI build tooling; it is no longer necessary
because as of 1.2.0 it's bundled into the server binary.
It doesn't even need to have JS built, because it's bundled into
the release commit's source tree (see #48714).

The UI is enabled by default, so the NixOS service is
updated to directly use `ui = webUi;` now.

Fixes #48714.
Fixes #44192.
Fixes #41243.
Fixes #35602.

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-11-03 18:39:46 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
John Boehr 711f96ee1d
consul-ui: fix build
Update the dependencies used for building consul-ui. therubyracer
is no longer required and fails to build. Instead, a nodejs
binary is required to build the assets. Patch out unnecessary
executions of `bundle` which can cause failures.
2018-05-30 10:40:18 -07:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Niklas Hambüchen 29b2830d6e consul: 0.7.5 -> 0.9.3 2017-09-28 01:04:18 +02:00
Daiderd Jordan cc7b771fcf
consul: fix output cycle on darwin 2017-09-09 00:22:45 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Niklas Hambüchen b03013cb32 Fix consul version being "unknown-unknown". Fixes #24606.
See https://github.com/hashicorp/consul/blob/v0.7.5/scripts/build.sh#L44
for how consul's build script does it.
2017-04-04 00:51:56 +02:00
Pradeep Chhetri 7ab871b394 consul: 0.7.3 -> 0.7.5 2017-02-17 02:20:40 +01:00
Pradeep Chhetri c6b0c8513d consul: 0.7.0 -> 0.7.3 2017-01-31 21:28:09 +05:30
Jörg Thalheim f2d6af2339
consul: use gemdir 2017-01-18 00:52:50 +01:00
Robin Gloster b6f7a02d65
consul: 0.6.4 -> 0.7.0 2016-09-18 23:47:56 +02:00
Kamil Chmielewski 8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00