about summary refs log tree commit diff
path: root/pkgs/tools/misc/smenu
AgeCommit message (Collapse)AuthorFilesLines
2021-12-18smenu: 0.9.18 -> 0.9.19Sandro Jäckel1-2/+2
2021-08-18smenu: 0.9.17 -> 0.9.18R. RyanTM1-2/+2
2021-02-12smenu: format, add SuperSandro2000 as maintainerSandro Jäckel1-9/+8
2021-02-03smenu: 0.9.16 -> 0.9.17Matthias Beyer1-2/+2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Message-Id: <20210201142257.517-2-mail@beyermatthias.de>
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-09-26smenu: 0.9.15 -> 0.9.16R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-02smenu: 0.9.14 -> 0.9.15R. 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/smenu/versions
2019-03-11smenu: relax platform from linux to unixTravis A. Everett1-1/+1
2019-02-20Revert "Remove maintainership"Matthias Beyer1-1/+1
I'm baaaaack! This patch reverts my patch where I removed myself as maintainer because of my traveling. I'm back now and I want to maintain these packages again. This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
2018-09-07smenu: 0.9.13 -> 0.9.14 (#46189)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from smenu
2018-06-13smenu: 0.9.11 -> 0.9.13R. 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/smenu/versions. These checks were done: - built on NixOS - /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13/bin/smenu passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 1 of 1 passed binary check by having the new version present in output. - found 0.9.13 with grep in /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13 - directory tree listing: https://gist.github.com/26b5e2b7abfe62fcfd01cdbf1c27f655 - du listing: https://gist.github.com/ff013902ab9eca9065e3794daccf7700
2018-05-28treewide: fix derivation namesRyan Mulligan1-2/+2
2018-04-06Remove maintainershipMatthias Beyer1-1/+1
With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-02-21smenu: 0.9.10 -> 0.9.11Matthias Beyer1-2/+2
2017-12-15smenu: init at 0.9.10Matthias Beyer1-0/+29