about summary refs log tree commit diff
path: root/pkgs/tools
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16vault: 1.2.2 -> 1.2.3Arian van Putten1-3/+3
Fixes the build because https://git.apache.org has been taken offline and now has been replaced with another mirror
2019-09-15Merge pull request #68644 from marsam/update-netdataMario Rodas1-2/+2
netdata: 1.17.0 -> 1.17.1
2019-09-15Merge pull request #68645 from marsam/update-sopsMario Rodas1-7/+7
sops: 3.3.1 -> 3.4.0
2019-09-15Merge pull request #68867 from mimame/update/fd-7.4.0Maximilian Bosch1-3/+3
fd: 7.3.0 -> 7.4.0
2019-09-15Merge pull request #68659 from JohnAZoidberg/chipsec-141Maximilian Bosch1-2/+2
chipsec: 1.4.0 -> 1.4.1
2019-09-15Merge pull request #68757 from dtzWill/update/uhubctl-2.1.0Marek Mahut1-6/+5
uhubctl: unstable-2019-07-31 -> 2.1.0
2019-09-15Merge pull request #67641 from suhr/i2pMario Rodas1-7/+16
i2p: 0.9.41 -> 0.9.42
2019-09-15fd: 7.3.0 -> 7.4.0Miguel Madrid Mencía1-3/+3
2019-09-15Merge pull request #68723 from jonringer/freeze-azure-storageMaximilian Bosch2-0/+36
nixops_1_6_1: fix build
2019-09-15Merge pull request #68685 from B4dM4n/mitmproxy-pytest5Maximilian Bosch2-2/+34
mitmproxy: add pytest5 compatability
2019-09-15Merge pull request #68694 from danme/nix-duMaximilian Bosch1-3/+3
nix-du: 0.3.0 -> master
2019-09-15nix-du: update version to show actual rev's date rather than `git-master`Maximilian Bosch1-1/+1
2019-09-15Merge pull request #68406 from leenaars/datefudgedAaron Andersen1-3/+3
datefudge: 1.22 -> 1.23
2019-09-15Merge pull request #66600 from Pamplemousse/sasquatchAaron Andersen1-0/+53
sasquatch: init
2019-09-15lshw: fix cross-compilationNick Spinale1-5/+12
2019-09-15broot: 0.9.0 -> 0.9.4 (#68777)Vladyslav M1-3/+3
broot: 0.9.0 -> 0.9.4
2019-09-14Merge pull request #68742 from dtzWill/update/txr-225Will Dietz1-2/+2
txr: 224 -> 225
2019-09-14svtplay-dl: 2.2 -> 2.4Robert Helgesson1-7/+7
2019-09-14Merge pull request #68764 from dtzWill/update/networkmanager-openconnect-1.2.6obadz1-5/+6
networkmanager-openconnect: 1.2.4 -> 1.2.6
2019-09-14Merge pull request #67332 from uvNikita/nixos-container/runFranz Pletz1-4/+4
nixos-container: use systemd-run instead of nsenter
2019-09-14bareos: Mark as brokenDaniel Schaefer1-0/+1
Doesn't have a maintainer. Doesn't work with our new glusterfs version. bareos18 has changed from autotools to cmake so the derivation has to be completely rewritten.
2019-09-14Revert "networkmanager,modemmanager: fix service symlinks for systemd v243"worldofpeace2-0/+12
2019-09-14Merge pull request #68731 from dtzWill/fix/networkmanager-dbus-service-aliasesworldofpeace2-12/+0
networkmanager,modemmanager: fix service symlinks for systemd v243
2019-09-14broot: 0.9.0 -> 0.9.4Vladyslav M1-3/+3
2019-09-14httplz: 1.5.2 -> 1.6.0, add openssl to PATHWilliButz2-451/+249
2019-09-14z-lua: 1.7.2 -> 1.7.3, lua-filesystem so _ZL_USE_LFS can be usedWill Dietz1-3/+3
https://github.com/skywind3000/z.lua/releases/tag/v1.7.3
2019-09-14Merge pull request #68660 from JohnAZoidberg/httplz-openssl102WilliButz1-2/+2
httplz: Fix build with openssl_1_0_2
2019-09-13networkmanager-openconnect: 1.2.4 -> 1.2.6Will Dietz1-5/+6
2019-09-13uhubctl: unstable-2019-07-31 -> 2.1.0Will Dietz1-6/+5
2019-09-13Merge pull request #68697 from Kiwi/ocrmypdf-67497worldofpeace1-4/+7
ocrmypdf: 8.2.3 -> 9.0.3
2019-09-14ocrmypdf: 8.2.3 -> 9.0.3Robert Djubek1-4/+7
Version bump and bug fix Fixes runtime dependencies ( #67497 ) and the version bump fixed other issues
2019-09-13txr: 224 -> 225Will Dietz1-2/+2
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-225
2019-09-13networkmanager,modemmanager: fix service symlinks for systemd v243Will Dietz2-12/+0
Fixes problems such as: systemd[1]: Failed to put bus name to hashmap: File exists systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation. Problem is that systemd treats symlinks to files outside the service path differently, causing our old workaround to look like two separate services. These symlinks are intended to be a means for manually emulating the behavior of the `Alias=` directive in these services. Unfortunately even making these symlinks relative isn't enough, since they don't make it to where it matters-- that only makes the links in /etc/static/systemd/system/* relative, with systemd still being shown non-relative links in /etc/systemd/system/*. To fix this, drop all of this at the package level and instead simply specify the aliases in the NixOS modules. Also handle the same for modemmanager, since the networkmanager NixOS module also handles that.
2019-09-13nixops_1_6_1: pin azure-storageJonathan Ringer2-0/+36
2019-09-13Merge pull request #68664 from danme/fix-csvkitRobin Gloster1-1/+12
csvkit: fix failing test
2019-09-13Merge pull request #68692 from mayflower/netatalkRobin Gloster1-2/+3
netatalk: use system netatalk
2019-09-13nixFlakes: 2.3pre20190830_04np4n6 -> 2.4pre20190913_a25c022Eelco Dolstra1-4/+4
2019-09-13nix-du: 0.3.0 -> masterdanme1-3/+3
recent master fixes the build problem.
2019-09-13netatalk: use system netatalkLinus Heckemann1-2/+3
2019-09-13Merge pull request #68388 from alyssais/appleseedLinus Heckemann1-1/+10
appleseed: fix build
2019-09-13mitmproxy: add pytest5 compatabilityFabian Möller2-2/+34
2019-09-13xfstests: 2018-04-11 -> 2019-09-08Daniel Schaefer1-3/+6
2019-09-13Merge pull request #68648 from JohnAZoidberg/fluxgui120Robin Gloster1-16/+19
xflux-gui: 1.1.10 -> 1.2.0
2019-09-13csvkit: fix failing testdanme1-1/+12
downgrading dependency agate-sql
2019-09-13httplz: Fix build with openssl_1_0_2Daniel Schaefer1-2/+2
The rust crate dependency that wraps OpenSSL doesn't support the Openssl 1.1.
2019-09-13chipsec: 1.4.0 -> 1.4.1Daniel Schaefer1-2/+2
2019-09-13xflux-gui: 1.1.10 -> 1.2.0Daniel Schaefer1-16/+19
Didn't build with the old version because they dropped Python2 and changed some dependencies.
2019-09-13Merge pull request #67414 from JohnAZoidberg/chipsec-140Robin Gloster1-4/+4
chipsec: 1.3.7 -> 1.4.0
2019-09-13netdata: 1.17.0 -> 1.17.1Mario Rodas1-2/+2
Changelog: https://github.com/netdata/netdata/releases/tag/v1.17.1
2019-09-13sops: 3.3.1 -> 3.4.0Mario Rodas1-7/+7
Changelog: https://github.com/mozilla/sops/releases/tag/3.4.0