Commit Graph

14 Commits

Author SHA1 Message Date
Silvan Mosberger
63b5de1e53 kapacitor: fix aarch64-darwin build 2023-11-27 00:37:24 +01:00
Manuel Frischknecht
8e6e709ca1 kapacitor: fix build of embedded libflux dependency with current rust
The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.

This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.

[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: e7f7023848 (diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87)
2023-11-26 19:56:30 +01:00
Matthias Thym
d635e36bc6
Update pkgs/servers/monitoring/kapacitor/default.nix
Remove platforms meta attribute as this is automatically set for GoModules.
2023-10-16 08:01:15 +02:00
Matthias Thym
e5d88c521d kapacitor: 1.5.7 -> 1.7.0 2023-10-15 21:47:52 +02:00
R. RyanTM
f2e54ae232 kapacitor: 1.5.6 -> 1.5.7 2020-11-03 08:56:26 -08:00
R. RyanTM
ba163623ec kapacitor: 1.5.5 -> 1.5.6 2020-07-26 22:49:16 +02:00
R. RyanTM
bfd4de099c kapacitor: 1.5.4 -> 1.5.5 2020-06-17 12:15:59 -07:00
Enno Lohmeier
5933af631d kapacitor: 1.5.1 -> 1.5.4 2020-04-28 10:14:22 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
Sander van der Burg
5262cf6d0a kapacitor: 1.4.0 -> 1.5.1 2018-11-01 21:40:50 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan
e4c9cc2344 kapacitor: 1.0.0 -> 1.4.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/zc5x872jh6g02y47rfa2giw7wjypnq12-kapacitor-1.4.0-bin/bin/kapacitord -h` got 0 exit code
- ran `/nix/store/zc5x872jh6g02y47rfa2giw7wjypnq12-kapacitor-1.4.0-bin/bin/kapacitord help` got 0 exit code
- ran `/nix/store/zc5x872jh6g02y47rfa2giw7wjypnq12-kapacitor-1.4.0-bin/bin/tickfmt help` got 0 exit code
- found 1.4.0 with grep in /nix/store/zc5x872jh6g02y47rfa2giw7wjypnq12-kapacitor-1.4.0-bin
- found 1.4.0 in filename of file in /nix/store/zc5x872jh6g02y47rfa2giw7wjypnq12-kapacitor-1.4.0-bin

cc "@offline @ehmry @lethalman"
2018-02-26 19:41:57 -08:00
Jaka Hudoklin
2540b419f2 kapacitor: init at 1.0.0 2016-09-04 17:22:15 +02:00