summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* du-dust: 0.4.2 -> 0.4.4Mario Rodas2020-01-20
|
* hakuneko: 5.0.8 -> 6.1.7Noah Loomans2020-01-20
|
* Merge pull request #78086 from r-ryantm/auto-update/graylogMaximilian Bosch2020-01-20
|\ | | | | graylog: 3.1.3 -> 3.1.4
| * graylog: 3.1.3 -> 3.1.4R. RyanTM2020-01-20
| |
* | Merge pull request #77735 from r-ryantm/auto-update/darMario Rodas2020-01-20
|\ \ | | | | | | dar: 2.6.6 -> 2.6.7
| * | dar: 2.6.6 -> 2.6.7R. RyanTM2020-01-15
| | |
* | | Merge pull request #78068 from r-ryantm/auto-update/acme.shMario Rodas2020-01-20
|\ \ \ | | | | | | | | acme-sh: 2.8.3 -> 2.8.5
| * | | acme-sh: 2.8.3 -> 2.8.5R. RyanTM2020-01-20
| | |/ | |/|
* | | Merge pull request #78063 from marsam/update-nfpmMario Rodas2020-01-20
|\ \ \ | | | | | | | | nfpm: 1.1.8 -> 1.1.10
| * | | nfpm: 1.1.8 -> 1.1.10Mario Rodas2020-01-19
| | | |
* | | | Merge pull request #78069 from r-ryantm/auto-update/asymptotePeter Simons2020-01-20
|\ \ \ \ | |/ / / |/| | | asymptote: 2.61 -> 2.62
| * | | asymptote: 2.61 -> 2.62R. RyanTM2020-01-20
| |/ /
* | | Merge pull request #77902 from r-ryantm/auto-update/sewerMario Rodas2020-01-19
|\ \ \ | | | | | | | | sewer: 0.7.0 -> 0.7.3
| * | | sewer: enable on darwinMario Rodas2020-01-19
| | | |
| * | | sewer: 0.7.3 -> 0.7.9Mario Rodas2020-01-19
| | | |
| * | | sewer: 0.7.0 -> 0.7.3R. RyanTM2020-01-17
| |/ /
* | | Merge pull request #77921 from r-ryantm/auto-update/zfs-replicateMario Rodas2020-01-19
|\ \ \ | | | | | | | | zfs-replicate: 1.1.11 -> 1.1.14
| * | | zfs-replicate: 1.1.11 -> 1.1.14R. RyanTM2020-01-17
| |/ /
* | | Merge pull request #77889 from r-ryantm/auto-update/nix-bundleMario Rodas2020-01-19
|\ \ \ | | | | | | | | nix-bundle: 0.2.0 -> 0.3.0
| * | | nix-bundle: 0.2.0 -> 0.3.0R. RyanTM2020-01-17
| |/ /
* | | Merge pull request #77895 from r-ryantm/auto-update/pipreqsMario Rodas2020-01-19
|\ \ \ | | | | | | | | pipreqs: 0.4.9 -> 0.4.10
| * | | pipreqs: 0.4.9 -> 0.4.10R. RyanTM2020-01-17
| |/ /
* | | Merge pull request #77993 from ericnorris/masterworldofpeace2020-01-18
|\ \ \ | | | | | | | | rpm: fix helper script paths
| * | | rpm: fix helper script pathsEric Norris2020-01-18
| | | |
* | | | Merge pull request #77974 from marsam/init-rageMarek Mahut2020-01-18
|\ \ \ \ | |/ / / |/| | | rage: init at 0.2.0
| * | | rage: init at 0.2.0Mario Rodas2020-01-18
| | | |
* | | | Merge pull request #77976 from filalex77/nebula-1.1.0Mario Rodas2020-01-18
|\ \ \ \ | | | | | | | | | | nebula: 1.0.0 -> 1.1.0
| * | | | nebula: 1.0.0 -> 1.1.0Oleksii Filonenko2020-01-18
| | | | |
* | | | | Merge pull request #77956 from helsinki-systems/upd/zopfliedef2020-01-18
|\ \ \ \ \ | | | | | | | | | | | | zopfli: 1.0.2 -> 1.0.3
| * | | | | zopfli: 1.0.2 -> 1.0.3ajs1242020-01-17
| | | | | |
* | | | | | packagekit: 1.1.12 -> 1.1.13 (#77498)Will Dietz2020-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packagekit: 1.1.12 -> 1.1.13 https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS * packagekit: set systemd user unit dir, minor touchups While visiting: * drop trailing slash in system unit dir * prefer placeholder over escaping * packagekit: dbus dir fixup (thanks @worldofpeace!) Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
* | | | | | bandwhich: 0.9.0 -> 0.10.0Maximilian Bosch2020-01-18
| |_|/ / / |/| | | | | | | | | | | | | | https://github.com/imsnif/bandwhich/releases/tag/0.10.0
* | | | | python2.pkgs.nixpart0: use correct libselinux bindingsJan Tojnar2020-01-18
| | | | | | | | | | | | | | | | | | | | Sine 56e557257df675bc6b2cbebf3ba5bc6d51b2321c libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
* | | | | Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11Niklas Hambüchen2020-01-18
|\ \ \ \ \ | | | | | | | | | | | | ibus-engines.table-others: 1.3.9 -> 1.3.11
| * | | | | ibus-engines.table-others: 1.3.9 -> 1.3.11Nguyễn Gia Phong2020-01-11
| | | | | |
* | | | | | Merge pull request #77604 from srhb/ceph-14.2.6Niklas Hambüchen2020-01-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | ceph: 14.2.5 -> 14.2.6
| * | | | | | ceph: 14.2.5 -> 14.2.6Sarah Brofeldt2020-01-13
| | | | | | |
* | | | | | | Merge pull request #77916 from r-ryantm/auto-update/wakatimeMario Rodas2020-01-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wakatime: 13.0.2 -> 13.0.3
| * | | | | | | wakatime: 13.0.2 -> 13.0.3R. RyanTM2020-01-17
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #77918 from r-ryantm/auto-update/wavemonMichael Raskin2020-01-17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | wavemon: 0.9.0 -> 0.9.1
| * | | | | | wavemon: 0.9.0 -> 0.9.1R. RyanTM2020-01-17
| |/ / / / /
* | | | | | Merge pull request #77923 from Synthetica9/version-formatsworldofpeace2020-01-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | various: fix version formatting
| * | | | | | mcfly: correctly format versionPatrick Hilhorst2020-01-16
| | | | | | |
| * | | | | | xcape: correctly format versionPatrick Hilhorst2020-01-16
| | | | | | |
* | | | | | | Merge pull request #77811 from jluttine/fix-yle-dl-setuptoolsworldofpeace2020-01-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yle-dl: add setuptools dependency
| * | | | | | | yle-dl: add setuptools dependencyJaakko Luttinen2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yle-dl was failing with the following error: ImportError: No module named pkg_resources Adding setuptools to propagatedBuildInputs fixes this issue.
* | | | | | | | Merge pull request #77920 from r-ryantm/auto-update/xsecurelockFlorian Klink2020-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xsecurelock: 1.6.0 -> 1.7.0
| * | | | | | | | xsecurelock: 1.6.0 -> 1.7.0R. RyanTM2020-01-17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #77862 from dtzWill/update/broot-0.11.9Will Dietz2020-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | broot: 0.11.8 -> 0.11.9, verifyCargoDeps