Commit Graph

54 Commits

Author SHA1 Message Date
annalee
293382ef8a
influxdb: 1.10.0 -> 1.10.5; fix build
https://github.com/influxdata/influxdb/compare/v1.10.0...v1.10.5
2023-11-21 07:55:02 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Weijia Wang
26d5c72cac influxdb: migrate to bindgenHook 2023-05-27 20:05:28 +03:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
zowoq
5beacfe327 influxdb: add passthru.tests 2022-10-22 14:49:08 +10:00
Nikola Knezevic
711f79539c influxdb: 1.8.10 -> 1.10.0
This change updates the version of influxdb and also makes it compile on
darwin. The issue with darwin was that 1.8 couldn't be compiled using go
1.18. 1.10 can be compiled using the recent go.
2022-10-22 14:49:08 +10:00
Thomas Gerbet
d8b936c372 influxdb: build with Go 1.18 instead of 1.17
Go 1.17 is EOL.
2022-10-11 12:43:41 +10:00
R. Ryantm
092b91f15f influxdb: 1.8.9 -> 1.8.10 2021-10-31 00:10:19 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
cdba9b4fca influxdb: 1.8.6 -> 1.8.9 2021-08-08 14:04:28 +00:00
R. RyanTM
3ddabfb9c3
influxdb: 1.8.5 -> 1.8.6 (#123973) 2021-05-22 13:31:09 +00:00
R. RyanTM
c94c1874da
influxdb: 1.8.4 -> 1.8.5 (#120207) 2021-04-25 10:18:32 +00:00
R. RyanTM
0d796ea779
influxdb: 1.8.3 -> 1.8.4 (#111766) 2021-02-03 17:31:00 +00:00
R. RyanTM
26f82d4246 influxdb: 1.8.2 -> 1.8.3 2020-10-18 14:18:35 +00:00
R. RyanTM
b0094fc46b influxdb: 1.8.0 -> 1.8.2 2020-09-05 02:11:12 +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
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas
8686922e68
influxdb: 1.7.6 -> 1.8.0 (#85113) 2020-04-13 11:48:11 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Marcus Stojcevich
118487b694
influxdb: 1.7.5 -> 1.7.6 2019-05-06 19:38:37 -04:00
Mario Rodas
5e2dee877a influxdb: 1.6.3 -> 1.7.5 (#58622) 2019-04-10 22:32:12 +02:00
Jos van Bakel
91d9e1eb22 influxdb: 1.4.1 -> 1.6.3 (#47186) 2018-09-23 12:00:52 +02:00
Shea Levy
18337f3ece
Merge branch 'no-toPath' 2018-09-06 08:09:53 -04:00
Mario Rodas
8226e0a6a3 influxdb: supports darwin 2018-06-22 00:42:36 -05:00
Shea Levy
6da6accd30
treewide: Remove uses of builtins.toPath.
toPath has confusing semantics and is never necessary; it can always
either just be omitted or replaced by pre-concatenating `/.`. It has
been marked as "!!! obsolete?" for more than 10 years in a C++
comment, hopefully removing it will let us properly deprecate and,
eventually, remove it.
2018-05-22 16:42:02 -04:00
Peter Hoeg
fd680f162c influxdb: make it know what version it is 2017-11-25 10:45:49 +08:00
Dmitry Moskowski
07b6bf3f07
influxdb: 1.0.2 -> 1.4.1 2017-11-14 11:45:13 +00:00
Jörg Thalheim
5f3f810e27
influxdb: make v1.0.2 default, remove 0.13 2016-10-27 11:41:52 +02:00
Christine Koppelt
e7d4a64eaa influxdb: 1.0.0-beta3 -> 1.0.2 2016-10-07 14:15:27 +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
Jörg Thalheim
8fddcad3f9
telegraf: init at 1.0.0
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
2016-09-14 07:19:55 +02:00
Christine Koppelt
75bffa11d6 influxdb: add 1.0.0-beta3 (#17733) 2016-08-17 13:40:05 +02:00
Christine Koppelt
f6d7a567a5 influxdb: parametrize default.nix to prepare packaging of 1.0 (#17161) 2016-07-23 01:08:33 +02:00
zimbatm
fa5383d1fc influxdb: 0.9.4 -> 0.13.0 2016-06-18 21:32:02 +01:00
Aristid Breitkreuz
20a8349d62 Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"
This reverts commit ed4869452d, reversing
changes made to 175e20ca5c.
2016-06-18 22:24:31 +02:00
zimbatm
08770cd242 influxdb: merge deps with the common go-modules 2016-06-12 15:08:44 +01:00
zimbatm
8a1ebe98f3 influxdb: 0.9.4 -> 0.13.0 2016-06-12 14:38:11 +01:00
Kamil Chmielewski
7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Pascal Wittmann
c283a3da68 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-18 11:34:09 +01:00
Jaka Hudoklin
9c1943fb6f influxdb: 0.8.3 -> 0.9.4, fix module 2015-11-16 14:22:08 +01:00
William A. Kennington III
4b02b32255 influxdb-backup: Move to go-packages 2015-09-05 00:06:05 -07:00
Unai Zalakain
bf286c587b Bump InfluxDB to 0.8.3
- Prevents the automatic creation of shards that was causing too many shards
  being created when used with grafana.
- It's the most recent version that allows updating from 0.7
2015-03-05 19:26:49 +00:00
lethalman
8b236f2daf Merge pull request #6119 from lethalman/go
Go packages, buildGoPackage
2015-02-07 21:30:30 +01:00
Luca Bruno
d1b3874733 Port influxdb-backup to buildGoPackage 2015-02-05 10:55:50 +01:00
Shea Levy
c45372f038 Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'
Partial staging merge, including cc-wrapper fixes

Conflicts:
	pkgs/applications/audio/spotify/default.nix
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/development/compilers/cryptol/1.8.x.nix
2015-02-02 21:14:28 -05:00
Jaka Hudoklin
9eb3b108e8 Add influxdb-backup 2015-01-28 16:28:31 +01:00
Eric Seidel
f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00