about summary refs log tree commit diff
path: root/pkgs/tools/misc/powerline-rs
AgeCommit message (Collapse)AuthorFilesLines
2021-06-12maintainers: remove jD91mZM2Sandro Jäckel1-1/+1
Thank you for every single commit to NixOS and nixpkgs. https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2 https://www.redox-os.org/news/open-source-mental-health/
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-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-11-12tree-wide: unify Bash completions outputs (#103421)Jonas Chevalier1-1/+1
Use $out/share/bash-completion/completions to store the Bash completions
2020-02-27powerline-rs: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
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-11powerline-rs: 0.1.9 -> 0.2.0jD91mZM21-7/+5
Now *finally* uses crate2nix because it's awesome! ---------------- Squashed with: Apply suggestions from code review Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-08-31treewide: name -> pname (#67513)volth1-1/+0
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2018-10-28powerline-rs: 0.1.8 -> 0.1.9jD91mZM21-8/+12
2018-09-12openssl: 1.1.0 -> 1.1.1 (#46524)Alyssa Ross1-2/+2
2018-06-09powerline-rs: 0.1.7 -> 0.1.8 (#41736)jD91mZM21-2/+2
2018-05-21powerline-rs: Fix darwin build (#40840)Mario Rodas1-3/+3
2018-05-06powerline-rs: add bash & fish completionjD91mZM21-4/+9
2018-05-06powerline-rs: 0.1.6 -> 0.1.7jD91mZM21-2/+3
2018-05-05powerline-rs: init at 0.1.6jD91mZM21-0/+25