Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
2203cc8482 thanos: 0.27.0 -> 0.28.0 2022-08-29 01:30:31 +00:00
R. Ryantm
ac869dedaf thanos: 0.25.2 -> 0.27.0 2022-07-31 03:26:35 +00:00
R. Ryantm
bd2a384c40 thanos: 0.25.1 -> 0.25.2 2022-04-09 22:11:46 +00:00
R. Ryantm
ae5d022389 thanos: 0.24.0 -> 0.25.1 2022-03-20 03:35:50 +00:00
R. Ryantm
c594375b56 thanos: 0.23.1 -> 0.24.0 2021-12-24 05:59:06 +00:00
R. Ryantm
7e90cdb3b1 thanos: 0.22.0 -> 0.23.1 2021-10-28 12:43:00 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
bac10a57e9 thanos: 0.19.0 -> 0.22.0 2021-08-22 05:35:45 +00:00
R. RyanTM
c87046a6cd thanos: 0.18.0 -> 0.19.0 2021-04-05 06:17:24 +00:00
R. RyanTM
0a01ca956b thanos: 0.17.2 -> 0.18.0 2021-02-06 21:51:03 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
9908e2f2cc thanos: 0.17.1 -> 0.17.2 2020-12-11 03:41:08 +00:00
R. RyanTM
d6750d0d3d thanos: 0.17.0 -> 0.17.1 2020-12-01 10:52:51 +00:00
R. RyanTM
e1c7acfb63 thanos: 0.16.0 -> 0.17.0 2020-11-22 13:14:11 +00:00
R. RyanTM
691e251aa5 thanos: 0.15.0 -> 0.16.0 2020-11-12 07:48:07 +00:00
R. RyanTM
fc2a1452fa thanos: 0.14.0 -> 0.15.0 2020-09-30 08:57:03 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Mario Rodas
e89c29aecd
Merge pull request #94326 from r-ryantm/auto-update/thanos
thanos: 0.13.0 -> 0.14.0
2020-07-31 07:19:46 -05:00
R. RyanTM
7e0017bae2 thanos: 0.13.0 -> 0.14.0 2020-07-31 11:26:47 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
0149d36865 thanos: 0.12.2 -> 0.13.0 2020-06-30 17:05:08 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
866a4b017f thanos: 0.11.0 -> 0.12.2 2020-05-04 09:32:20 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
3ee3f9a535 thanos: fix build on darwin 2020-03-21 06:20:00 -05:00
R. RyanTM
1b467f21f6 thanos: 0.7.0 -> 0.11.0 2020-03-14 13:44:06 +00:00
Bas van Dijk
82259b5d54 thanos: 0.6.1 -> 0.7.0 2019-10-05 10:35:52 +02:00
Bas van Dijk
09b1501d7c thanos: 0.6.0 -> 0.6.1 2019-08-28 00:00:14 +02:00
Bas van Dijk
0a59be7136 thanos: 0.5.0 -> 0.6.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
e753322c48 thanos: remove bzr because 0.5.0 apparently doesn't need it anymore
I'll leave in the support for overrideModAttrs because that can be
useful for other go packages.
2019-07-28 13:28:27 +02:00
Bas van Dijk
aefb0aa912 thanos: 0.5.0-rc.0 -> 0.5.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
7f093a2e8e thanos: don't use URL literals (RFC-0045) 2019-07-28 13:28:27 +02:00
Bas van Dijk
2d0243c187 thanos: 0.4.0 -> 0.5.0-rc.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
4a6e47126c thanos: init at 0.4.0 2019-07-28 13:28:27 +02:00