summary refs log tree commit diff
path: root/pkgs/tools/misc
Commit message (Collapse)AuthorAge
* treewide: Start to break up static overlayJohn Ericson2021-01-03
| | | | | | | | | We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
* bdf2psf: 1.999 -> 1.200rnhmjoj2021-01-03
|
* youtube-dl: 2020.12.31 -> 2021.01.03zowoq2021-01-03
| | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.03
* Merge pull request #108263 from bbigras/starshipBernardo Meurer2021-01-03
|\ | | | | starship: 0.47.0 -> 0.48.0
| * starship: 0.47.0 -> 0.48.0Bruno Bigras2021-01-02
| |
* | coreboot-utils: 4.12 -> 4.13 (#108254)Milan2021-01-03
| |
* | trash-cli: 0.20.11.23 -> 0.20.12.26Robert Helgesson2021-01-02
|/
* ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 (#108182)Charles Duffy2021-01-02
| | | Replace unmaintained/broken upstream ttyrec with a maintained, compatible fork
* direnv: 2.25.1 -> 2.27.0 (#108125)Jonas Chevalier2021-01-01
|
* Merge pull request #107811 from llathasa-veleth/masterSandro2021-01-01
|\
| * disfetch: init at 1.12Llathasa Veleth2020-12-28
| |
* | Merge pull request #86943 from IvarWithoutBones/betterdiscordSandro2021-01-01
|\ \ | | | | | | betterdiscordctl: init at 1.7.0
| * | betterdiscordctl: init at 1.7.0Ivar2020-09-03
| | |
* | | Merge pull request #107861 from dbirks/add-microplaneSandro2020-12-31
|\ \ \ | | | | | | | | microplane: init at 0.0.25
| * | | microplane: init at 0.0.25David Birks2020-12-31
| | | |
* | | | snapper: 0.8.14 -> 0.8.15Markus Kowalewski2020-12-31
| | | |
* | | | buildRustPackage: add `cargoHash` for SRI hashes of vendored depsDaniël de Kok2020-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `buildRustPackage` currently accepts `cargoSha256` as a hash for vendored dependencies. This change adds `cargoHash` which accepts SRI hashes, setting `outputHashAlgo` to `null`. The hash mismatch message still uses `cargoSha256` as an example, which it probably should until we completely switch to SRI hashes.
* | | | youtube-dl: 2020.12.29 -> 2020.12.31zowoq2020-12-31
| | | | | | | | | | | | | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.31
* | | | html-proofer: 3.18.2 -> 3.18.3Michael Weiss2020-12-30
| | | |
* | | | Merge pull request #93118 from symphorien/kcollectdDoron Behar2020-12-30
|\ \ \ \ | | | | | | | | | | kcollectd: init at 0.11.99.0
| * | | | kcollectd: init at 0.11.99.0Symphorien Gibol2020-12-29
| | | | | | | | | | | | | | | | | | | | Co-authored-by: davidak <davidak@users.noreply.github.com>
* | | | | Merge pull request #107931 from marsam/update-brootSandro2020-12-30
|\ \ \ \ \ | | | | | | | | | | | | broot: 1.0.8 -> 1.1.10
| * | | | | broot: 1.0.8 -> 1.1.10Mario Rodas2020-12-29
| | | | | |
* | | | | | Merge pull request #107111 from matthiasbeyer/update-woofAnderson Torres2020-12-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | woof: 2012-05-31 -> 2020-12-17
| * | | | | woof: 2012-05-31 -> 2020-12-17Matthias Beyer2020-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, fetch from github and bring python3 into scope with it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | | | | | agedu: 20200206 -> 20200705freezeboy2020-12-29
| | | | | |
* | | | | | Merge pull request #107851 from rtburns-jpl/hdf4Pavol Rusnak2020-12-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | hdf4: fix invalid rpath on darwin
| * | | | | | hdf4: fix invalid rpath on darwinRyan Burns2020-12-28
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake changes in hdf4 v4.15.2 broke the library path on macOS, linking using an invalid rpath rather than an absolute path. Before this commit: ``` otool -L result/lib/libhdf.dylib result/lib/libhdf.dylib: @rpath/libhdf.4.dylib (compatibility version 4.0.0, current version 4.15.2) ``` After: ``` otool -L result/lib/libhdf.dylib result/lib/libhdf.dylib: /nix/store/bz52b2gwci0k8rwd0llsi555s1hx166j-hdf-4.2.15/lib/libhdf.4.15.2.dylib (compatibility version 4.0.0, current version 4.15.2) ```
* | | | | | Merge pull request #107852 from zowoq/ytdlPavol Rusnak2020-12-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | youtube-dl: 2020.12.26 -> 2020.12.29
| * | | | | | youtube-dl: 2020.12.26 -> 2020.12.29zowoq2020-12-29
| |/ / / / / | | | | | | | | | | | | | | | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.29
* / / / / / calamares: 3.2.17.1 -> 3.2.35.1freezeboy2020-12-28
|/ / / / /
* | | | | Merge pull request #101428 from djanatyn/pkg/zalgoSandro2020-12-28
|\ \ \ \ \ | | | | | | | | | | | | zalgo: init at 6aa1f66
| * | | | | zalgo: init at unstable-2020-08-26Jonathan Strickland2020-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com> Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
* | | | | | Merge pull request #107739 from freezeboy/update-clacPavol Rusnak2020-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | clac: 0.0.0.20170503 -> 0.3.3
| * | | | | | clac: 0.0.0.20170503 -> 0.3.3freezeboy2020-12-27
| | | | | | |
* | | | | | | barman: 2.11 -> 2.12freezeboy2020-12-27
|/ / / / / /
* | | | | | Merge pull request #107694 from r-ryantm/auto-update/you-getBernardo Meurer2020-12-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | you-get: 0.4.1488 -> 0.4.1500
| * | | | | | you-get: 0.4.1488 -> 0.4.1500R. RyanTM2020-12-27
| | | | | | |
* | | | | | | z-lua: 1.8.7 -> 1.8.10Mario Rodas2020-12-26
| | | | | | |
* | | | | | | kermit: use postPatch instead of patchPhaseJulian Stecklina2020-12-27
|/ / / / / / | | | | | | | | | | | | | | | | | | This is necessary to regain the ability to add patches via overrides.
* | | | | | youtube-dl: 2020.12.22 -> 2020.12.26zowoq2020-12-27
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.26
* | | | | | kermit: fix buildJulian Stecklina2020-12-26
| | | | | | | | | | | | | | | | | | | | | | | | ... by explicitly selecting the Linux code paths in the source.
* | | | | | Merge pull request #107589 from Mic92/nix-direnvSandro2020-12-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | nix-direnv: 1.1 -> 1.2
| * | | | | | nix-direnv: 1.1 -> 1.2Jörg Thalheim2020-12-25
| | | | | | |
* | | | | | | code-minimap: init at 0.4.3Ben Sima2020-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <20201225052234.17216-1-ben@bsima.me>
* | | | | | | Merge pull request #107172 from matthiasbeyer/init-fbcatmarkuskowa2020-12-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fbcat: init at 0.5.1
| * | | | | | | fbcat: init at 0.5.1Matthias Beyer2020-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | | | | | | | toybox: fix cross-compilationRyan Burns2020-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Toybox expects a native `cc` for producing build-time executables, such as kconfig/conf.
* | | | | | | | picocom: 3.1 -> 3.2a (#107379)Peter Hoeg2020-12-24
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * picocom: 3.1 -> 3.2a Also: - drop wrapper and patch in location of binaries - add bash completion support - start using shell helpers instead of manually copying in man page Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | z-lua: reveal bin name z to z.luaMonson Shao2020-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to document, user should call `eval "$(z.lua --init zsh)"` to initialize, it will create a _zlua() function and alias z to it, so there is no need to rename z.lua to z. The formal bin name z.lua is better accordant with other distros.