about summary refs log tree commit diff
path: root/pkgs/tools/misc/onefetch
AgeCommit message (Collapse)AuthorFilesLines
2022-11-27onefetch: 2.13.2 -> 2.14.2figsoda1-4/+4
Changelog: https://github.com/o2sh/onefetch/blob/v2.14.2/CHANGELOG.md
2022-11-17onefetch: fix build on darwinfigsoda1-1/+2
2022-11-17onefetch: install shell completionskilianar1-1/+9
2022-11-06onefetch: minor improvements, add figsoda as a maintainerfigsoda2-12/+47
* add back the zstd-pkg-config patch * move cmake to nativeBuildInputs * fix test instead of skipping it
2022-10-30onefetch: 2.12.0 -> 2.13.2Sandro Jäckel2-39/+12
2022-03-30onefetch: 2.11.0 -> 2.12.0Sandro Jäckel2-10/+4
2022-03-20onefetch: patch flaky testSandro Jäckel1-2/+9
2022-01-24onefetch: 2.10.2 -> 2.11.0Sandro Jäckel2-4/+43
2021-07-04onefetch: 2.9.1 -> 2.10.2Sandro Jäckel1-6/+14
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-02-12onefetch: cleanupSandro Jäckel1-2/+1
2021-01-20onefetch: 2.7.3 -> 2.9.1R. RyanTM1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-26onefetch: 2.7.1 -> 2.7.3R. RyanTM1-3/+3
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-11-11onefetch: 2.7.0 -> 2.7.1R. RyanTM1-3/+3
2020-11-07onefetch: 2.6.0 -> 2.7.0Finn Behrens1-3/+3
2020-11-04onefetch: 2.5.0 -> 2.6.0Finn Behrens1-4/+4
2020-10-19onefetch: 2.4.0 -> 2.5.0 (#101074)Finn Behrens1-3/+3
2020-10-03onefetch: 2.2.0 -> 2.4.0Finn Behrens1-11/+3
2020-03-08onefetch: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
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-01-04onefetch: 2.1.0 -> 2.2.0Mario Rodas1-3/+11
Changelog: https://github.com/o2sh/onefetch/releases/tag/v2.2.0
2019-11-27onefetch: init at 2.1.0Oleksii Filonenko1-0/+26
Co-authored-by: Kloenk <Kloenk@users.noreply.github.com>