Commit graph

64 commits

Author SHA1 Message Date
Mario Rodas 644b656d09 starship: 0.55.0 -> 0.56.0
https://github.com/starship/starship/releases/tag/v0.56.0
2021-07-14 08:47:58 -05:00
Bruno Bigras 5e6443bbc8 starship: 0.54.0 -> 0.55.0 2021-06-20 14:55:04 -04:00
Bruno Bigras 8eeb8e2308 starship: 0.53.0 -> 0.54.0 2021-05-15 10:49:55 -04:00
Bruno Bigras e6cc77ea8d starship: 0.52.1 -> 0.53.0 2021-05-01 14:49:50 -04:00
Raphael Megzari b118066acc
starship: 0.51.0 -> 0.52.1 (#120293) 2021-04-23 12:55:01 +09:00
Mario Rodas 245fe8f93d starship: 0.50.0 -> 0.51.0
https://github.com/starship/starship/releases/tag/v0.51.0
2021-03-23 04:20:00 +00:00
Mario Rodas d55f694798 starship: 0.49.0 -> 0.50.0
https://github.com/starship/starship/releases/tag/v0.50.0
2021-02-02 04:20:00 +00:00
Mario Rodas ecc2482dfe starship: 0.48.0 -> 0.49.0
https://github.com/starship/starship/releases/tag/v0.49.0
2021-01-29 04:20:00 +00: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
Bruno Bigras 2f080eaf41 starship: 0.47.0 -> 0.48.0 2021-01-02 16:15:13 -05:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Bruno Bigras c2a2081d8e starship: 0.46.2 -> 0.47.0 2020-11-16 00:33:39 -05:00
Mario Rodas 0367125b17 starship: 0.45.2 -> 0.46.2
https://github.com/starship/starship/releases/tag/v0.46.0
https://github.com/starship/starship/releases/tag/v0.46.2
2020-10-08 12:05:00 -05:00
Mario Rodas 9e78f73ba5 starship: 0.44.0 -> 0.45.2
https://github.com/starship/starship/releases/tag/v0.45.0
https://github.com/starship/starship/releases/tag/v0.45.1
https://github.com/starship/starship/releases/tag/v0.45.2
2020-09-29 18:00:00 -05:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Bruno Bigras 216ef5b73a starship: 0.43.0 -> 0.44.0 2020-07-06 13:36:44 -04:00
Mario Rodas 43423a31d3
starship: 0.42.0 -> 0.43.0 2020-06-26 20:00:00 -05:00
Mario Rodas 10d6387543
starship: add marsam to maintainers 2020-06-26 04:20:00 -05:00
Mario Rodas e9ee34c806
starship: install completions 2020-06-26 04:20:00 -05:00
Bruno Bigras a691394d18 starship: 0.41.3 -> 0.42.0 2020-06-10 16:41:15 +02:00
Bruno Bigras 48c4f434fa starship: 0.41.1 -> 0.41.3 2020-05-15 11:22:25 -04:00
Sergey Lukjanov 2ed4bfd7eb starship: add Frostman to maintainers 2020-05-14 12:16:37 -07:00
Sergey Lukjanov d13fc39d84 starship: 0.41.0 -> 0.41.1 2020-05-14 12:16:08 -07:00
Bruno Bigras 6da294e8df starship: 0.40.1 -> 0.41.0 2020-04-28 12:00:20 -04:00
Elyhaka bab96b5bbc starship: 0.40.0 -> 0.40.1 2020-04-14 09:03:05 +02:00
Bruno Bigras 83a0ed409e starship: 0.39.0 -> 0.40.0 2020-04-11 14:11:13 -04:00
Bruno Bigras 43f3223a6b starship: 0.38.1 -> 0.39.0 2020-04-06 11:59:33 -04:00
Mario Rodas a991be8fde
starship: 0.37.0 -> 0.38.1 2020-03-22 04:20:00 -05:00
David Wood f4d6ed2e8b starship: 0.36.1 -> 0.37.0
Signed-off-by: David Wood <david@davidtw.co>
2020-03-02 21:05:06 +01:00
Sergey Lukjanov 647241011c starship: drop legacyCargoFetcher 2020-02-19 18:46:59 -08:00
Sergey Lukjanov 0adc23bdaf starship: 0.36.0 -> 0.36.1 2020-02-19 18:07:15 -08:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Bruno Bigras 57bacf67e9 starship: 0.35.1 -> 0.36.0 2020-02-13 00:49:09 -05:00
Maximilian Bosch bead83efa5
starship: 0.33.1 -> 0.35.1
Closes #79282
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>
2020-02-06 17:18:26 +01:00
David Wood ab648a8955
starship: 0.33.0 -> 0.33.1 2020-01-16 10:09:44 +00:00
Bruno Bigras c96aec2b26 starship: 0.32.2 -> 0.33.0 2020-01-06 13:27:44 -05:00
Oleksii Filonenko 9b82b11ab6 starship: 0.32.1 -> 0.32.2 2019-12-29 19:13:12 +01:00
Oleksii Filonenko 3715a75d16
starship: remove openssl from buildInputs
No longer necessary, as v0.32.1 started using rustls.
d1b725a47c
2019-12-22 18:07:58 +02:00
Oleksii Filonenko 8af37a3bf0
starship: 0.31.0 -> 0.32.1 2019-12-22 17:58:21 +02:00
Oleksii Filonenko 2149652a47 starship: 0.30.1 -> 0.31.0 2019-12-20 13:35:47 +01:00
Oleksii Filonenko 0ee049be99
starship: 0.29.0 -> 0.30.1 2019-12-14 01:00:11 +02:00
Oleksii Filonenko 6df0e2cd92
starship: 0.28.0 -> 0.29.0
https://github.com/starship/starship/releases/tag/v0.29.0
2019-12-11 23:39:03 +02:00
Oleksii Filonenko e48fcd8412
starship: 0.27.0 -> 0.28.0
https://github.com/starship/starship/releases/tag/v0.28.0
2019-12-07 14:25:35 +02:00
Oleksii Filonenko 069058683f
starship: patch absolute paths in tests 2019-12-04 12:40:37 +02:00
Oleksii Filonenko 595f97d8f4
starship: add filalex77 to maintainers 2019-12-03 19:10:55 +02:00
Oleksii Filonenko ba82899c02
starship: 0.26.5 -> 0.27.0 2019-12-03 19:10:30 +02:00
Oleksii Filonenko 2cc3502ca0
starship: 0.26.4 -> 0.26.5 2019-11-28 01:08:38 +02:00
David Wood 1485bce868
starship: 0.25.2 -> 0.26.4 2019-11-13 17:29:57 +00:00
David Wood d1100be00c
starship: 0.25.0 -> 0.25.2 2019-10-25 17:00:47 +01:00