about summary refs log tree commit diff
path: root/pkgs/tools/misc/entr
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01entr: 5.1 -> 5.2Mario Rodas1-6/+3
https://github.com/eradman/entr/raw/5.2/NEWS
2022-01-01entr: 5.0 -> 5.1Patrick Hilhorst1-2/+2
2021-08-15entr: 4.9 -> 5.0Felix Buehler1-12/+2
2021-06-21entr: fix segfault on darwinMario Rodas1-1/+11
2021-05-04entr: 4.8 -> 4.9R. RyanTM1-2/+2
2021-03-01entr: 4.7 -> 4.8R. RyanTM1-4/+5
2021-02-04entr: 4.6 -> 4.7R. 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-07-03entr: 4.5 -> 4.6R. RyanTM1-2/+2
2020-05-04entr: 4.4 -> 4.5R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-06entr: 4.3 -> 4.4R. RyanTM1-2/+2
2019-10-08entr: Add synthetica9 as maintainer (#70625)Patrick Hilhorst1-1/+1
2019-10-07entr: 4.2 -> 4.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/entr/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-07entr: 4.1 -> 4.2Pascal Wittmann1-2/+2
2018-06-19entr: 4.0 -> 4.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/entr/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1/bin/entr had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 4.1 with grep in /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1 - directory tree listing: https://gist.github.com/fd156bc7a5f670e3b90073b60678bee9 - du listing: https://gist.github.com/3a2e6fc964562e2a7d597aeb4c95b46d
2018-02-26entr: 3.9 -> 4.0Pascal Wittmann1-2/+2
2017-09-30entr: 3.8 -> 3.9José Romildo Malaquias1-2/+2
2017-09-23entr: 3.7 -> 3.8mimadrid1-2/+2
2017-03-15entr: upgrade to 3.7Nick Novitski1-2/+2
2017-01-09entr: 3.5 -> 3.6Pascal Wittmann1-2/+2
2016-04-22entr: 3.4 -> 3.5Pascal Wittmann1-2/+2
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-7/+6
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-20entr: 3.2 -> 3.4Pascal Wittmann1-7/+6
2016-03-08ncurses: move runtime utilities to $outThomas Tuegel1-1/+1
All the programs provided by ncurses were being installed to the $dev output, but several of them are intended for runtime use, e.g. to operate on the running terminal. These user-facing programs are moved to the $bin output. Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08Merge master into closure-sizeVladimír Čunát1-1/+1
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-27Remove all dots at end of descriptionszimbatm1-1/+1
Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2015-10-13ncurses: split into multiple outputsVladimír Čunát1-1/+1
Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
2015-07-30entr: init at 3.2John Chee1-0/+32