summary refs log tree commit diff
path: root/pkgs/tools/misc/yank
Commit message (Collapse)AuthorAge
* change various expressions to use pname and versionArtturin2021-07-07
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* yank: 1.1.0 -> 1.2.0R. RyanTM2019-08-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yank/versions
* yank: 1.0.0 -> 1.1.0R. RyanTM2018-11-08
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yank/versions
* yank: 0.8.3 -> 1.0.0 (#46926)R. RyanTM2018-09-28
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yank/versions
* yank: 0.8.2 -> 0.8.3Ryan Mulligan2018-02-27
| | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3/bin/yank -v` and found version 0.8.3 - found 0.8.3 with grep in /nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3 - found 0.8.3 in filename of file in /nix/store/bzk4wbsksyjga0f8nccwrbangv2416vz-yank-0.8.3 cc "@dochang"
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* yank: depends on xselJörg Thalheim2017-05-20
|
* yank: 0.8.0 -> 0.8.2Desmond O. Chang2017-05-10
|
* yank 0.7.1 -> 0.8.0Desmond O. Chang2017-01-30
|
* yank: 0.7.0 -> 0.7.1Desmond O. Chang2016-12-22
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* yank: 0.6.0 -> 0.7.0Desmond O. Chang2016-05-22
|
* yank: 0.4.1 -> 0.6.0, fixes #11522Desmond O. Chang2015-12-07
|
* yank: init at 0.4.1Desmond O. Chang2015-10-20