about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmuxp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-13tmuxp: update metaMario Rodas1-2/+3
2022-08-12tmuxp: install completionsMario Rodas1-1/+10
2022-08-13tmuxp: 1.11.0 -> 1.12.1Mario Rodas1-2/+7
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.0 https://github.com/tmux-python/tmuxp/releases/tag/v1.12.1
2022-04-25tmuxp: 1.9.2 -> 1.11.0Otavio Salvador1-2/+2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-06-29tmuxp: 1.7.2 -> 1.9.2Peter Hoeg1-18/+14
2021-03-10tmuxp: 1.7.0 -> 1.7.2R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-12tmuxp: 1.6.3 -> 1.7.0R. RyanTM1-2/+2
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-25tmuxp: 1.6.2 -> 1.6.3R. RyanTM1-2/+2
2020-11-10tmuxp: 1.5.8 -> 1.6.2R. RyanTM1-2/+2
2020-11-01tmuxp: 1.5.6 -> 1.5.8R. RyanTM1-2/+2
2020-10-15tmuxp: 1.5.5 -> 1.5.6R. RyanTM1-2/+2
2020-07-30tmuxp: 1.5.4 -> 1.5.5R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-29tmuxp: 1.5.3 -> 1.5.4R. RyanTM1-2/+2
2019-06-18tmuxp: 1.5.1 -> 1.5.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tmuxp/versions
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-03-02tmuxp: 1.5.0a1 -> 1.5.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tmuxp/versions
2019-01-06tmuxp: 1.4.2 -> 1.5.0a1Mario Rodas1-4/+3
2018-10-03tmuxp: 1.4.0 -> 1.4.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tmuxp/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-15tmuxp: 1.3.5 -> 1.4.0Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --help` got 0 exit code - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped -V` and found version 1.4.0 - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/.tmuxp-wrapped --version` and found version 1.4.0 - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --help` got 0 exit code - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp -V` and found version 1.4.0 - ran `/nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0/bin/tmuxp --version` and found version 1.4.0 - found 1.4.0 with grep in /nix/store/pi67w2329w1lc8wbzbbvkvjcy2jrk09z-tmuxp-1.4.0
2018-01-20tmuxp: 1.3.4 -> 1.3.5Frederik Rietdijk1-12/+15
2017-11-04tmuxp: 1.3.1 -> 1.3.4mimadrid1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2017-06-02tmuxp: 1.2.7 -> 1.3.1rnhmjoj1-3/+3
2017-03-28tmuxp: 1.2.2 -> 1.2.7Franz Pletz1-2/+2
2017-01-31pythonPackages.pytest: use pytest_30Lancelot SIX1-1/+1
2016-10-11tmuxp: 1.2.0 -> 1.2.2Jascha Geerds1-6/+3
2016-09-13tmuxp: Add pytest-rerunfailures to dependenciesJascha Geerds1-1/+11
(cherry picked from commit 6fc67944bf8a9841b649c8d36f852ce65bbae0e1) (cherry picked from commit f0d1ac606232a02771343f6ad84d4c769ae2ad54)
2016-09-08tmuxp: Add dependency to pytestJascha Geerds1-0/+2
2016-08-01tmuxp: init at 1.2.0Jascha Geerds1-0/+25