Austin Horstman
|
ad07cd4fc2
|
treewide: add version tests (#255781)
|
2023-09-18 22:58:14 +03:00 |
|
figsoda
|
4a72b60b83
|
bottom: 0.9.5 -> 0.9.6
Diff: https://github.com/ClementTsang/bottom/compare/0.9.5...0.9.6
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.6/CHANGELOG.md
|
2023-08-26 22:40:55 -04:00 |
|
figsoda
|
f5c3db8962
|
bottom: 0.9.4 -> 0.9.5
Diff: https://github.com/ClementTsang/bottom/compare/0.9.4...0.9.5
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.5/CHANGELOG.md
|
2023-08-26 12:57:48 -04:00 |
|
figsoda
|
2c55562deb
|
bottom: 0.9.3 -> 0.9.4
Diff: https://github.com/ClementTsang/bottom/compare/0.9.3...0.9.4
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.4/CHANGELOG.md
|
2023-08-05 18:16:27 -04:00 |
|
figsoda
|
f5eb3382eb
|
bottom: 0.9.2 -> 0.9.3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.2...0.9.3
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.3/CHANGELOG.md
|
2023-06-25 16:42:31 -04:00 |
|
figsoda
|
b32d7b2966
|
bottom: 0.9.1 -> 0.9.2
Diff: https://github.com/ClementTsang/bottom/compare/0.9.1...0.9.2
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.2/CHANGELOG.md
|
2023-06-11 21:12:16 -04:00 |
|
figsoda
|
8b94c04d15
|
bottom: 0.9.0 -> 0.9.1
Diff: https://github.com/ClementTsang/bottom/compare/0.9.0...0.9.1
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.1/CHANGELOG.md
|
2023-05-14 09:59:44 -04:00 |
|
figsoda
|
47c7a88447
|
bottom: 0.8.0 -> 0.9.0
Diff: https://github.com/ClementTsang/bottom/compare/0.8.0...0.9.0
Changelog: https://github.com/ClementTsang/bottom/blob/0.9.0/CHANGELOG.md
|
2023-05-10 13:09:13 -04:00 |
|
figsoda
|
9fd918d07a
|
bottom: 0.7.1 -> 0.8.0
Diff: https://github.com/ClementTsang/bottom/compare/0.7.1...0.8.0
Changelog: https://github.com/ClementTsang/bottom/blob/0.8.0/CHANGELOG.md
|
2023-01-22 17:38:31 -05:00 |
|
figsoda
|
ea13dd1114
|
bottom: 0.7.0 -> 0.7.1, add figsoda as a maintainer
Diff: https://github.com/ClementTsang/bottom/compare/0.7.0...0.7.1
Changelog: https://github.com/ClementTsang/bottom/blob/0.7.1/CHANGELOG.md
|
2023-01-06 12:20:25 -05:00 |
|
R. Ryantm
|
b337e08edf
|
bottom: 0.6.8 -> 0.7.0
|
2023-01-06 11:50:07 +00:00 |
|
Nicolas Berbiche
|
a0b661508a
|
bottom: 0.6.6 -> 0.6.8
|
2022-02-03 09:09:11 +10:00 |
|
R. Ryantm
|
d7cec1bcff
|
bottom: 0.6.4 -> 0.6.6
|
2021-12-24 02:03:44 +00:00 |
|
Nicolas Berbiche
|
5e44271c07
|
bottom: 0.6.3 -> 0.6.4
|
2021-09-13 10:11:26 +09:00 |
|
Nicolas Berbiche
|
51f6c77e0c
|
bottom: 0.6.2 -> 0.6.3
|
2021-07-19 16:41:48 -07:00 |
|
Nicolas Berbiche
|
4efe1320e9
|
bottom: 0.6.1 -> 0.6.2
|
2021-06-26 17:25:04 -04:00 |
|
Nicolas Berbiche
|
4ff5a02f4b
|
bottom: 0.6.0 -> 0.6.1
|
2021-05-11 22:20:10 -04:00 |
|
fortuneteller2k
|
8f02e3bb29
|
bottom: add missing dependencies when on darwin
|
2021-05-12 11:13:57 +09:00 |
|
Nicolas Berbiche
|
062526f732
|
bottom: 0.5.7 -> 0.6.0
|
2021-05-09 22:54:40 -04:00 |
|
Nicolas Berbiche
|
8eed0e2095
|
bottom: add meta.mainProgram
|
2021-05-09 15:14:04 +02:00 |
|
Nicolas Berbiche
|
4cdfe50ce0
|
bottom: 0.5.6 -> 0.5.7
|
2021-01-30 23:04:38 -05:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07: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 |
|
Milan Pässler
|
37a9fb0a4a
|
bottom: fix build on aarch64
|
2020-12-20 13:03:18 +01:00 |
|
Nicolas Berbiche
|
71ca741ab2
|
bottom: 0.5.4 -> 0.5.6
|
2020-12-20 02:53:35 +01:00 |
|
R. RyanTM
|
04de674c5e
|
bottom: 0.5.3 -> 0.5.4
|
2020-12-11 10:39:54 +00:00 |
|
Mario Rodas
|
b07f6b1024
|
bottom: install completions
|
2020-11-27 04:20:00 +00:00 |
|
Nicolas Berbiche
|
f0dfa24190
|
bottom: 0.5.1 -> 0.5.3
|
2020-11-26 20:19:12 -05:00 |
|
Bart Brouns
|
b10d7f3bb3
|
bottom: 0.4.7 -> 0.5.1
|
2020-11-23 11:36:48 +01:00 |
|
Nicolas Berbiche
|
f4ede1e1ba
|
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
|
2020-09-30 12:44:06 -04:00 |
|