about summary refs log tree commit diff
path: root/pkgs/tools/admin
Commit message (Collapse)AuthorAge
* certigo: 1.11.0 -> 1.12.1Mario Rodas2020-02-28
|
* google-cloud-sdk: 268.0.0 -> 281.0.0 (#80944)Leigh Perry2020-02-24
|
* aws-vault: 4.5.1 to 5.3.2 (#80949)Suraj Barkale2020-02-24
| | | | | The aws-vault development has switched to using go modules. Therefore this package has also been updated to use `buildGoModule` helper.
* google-cloud-sdk: fix Darwin build by only stripping local symbols (#80554)Aaron Olson2020-02-21
| | | | | | Darwin won't strip relocatable symbols, so strip only local symbols from cygrpc.so See also https://github.com/NixOS/nixpkgs/commit/6ceebc441c43c0fd0ef5c61058c1c8ec3b93bc02#commitcomment-37355193
* azure-cli: 2.0.81 -> 2.1.0Jonathan Ringer2020-02-20
|
* Merge pull request #76279 from PsyanticY/s3broFrederik Rietdijk2020-02-18
|\ | | | | s3bro: init at 2.8
| * s3bro: init at 2.8PsyanticY2019-12-23
| |
* | google-cloud-sdk: remove gsutil testedef2020-02-18
| | | | | | | | | | | | | | | | | | The command module references the tests, and since all command modules get imported at startup, dbaafbbf73ef5aeb2fa7d5aea73bb32b9d78e4f3 turned it into a startup crash. Unless you're actively hacking on gsutil, this command isn't much use, so we're better off without it.
* | google-cloud-sdk: disable checking for gsutil updatesedef2020-02-18
| | | | | | | | | | | | | | | | The update checking mechanism references the tests, and thus dbaafbbf73ef5aeb2fa7d5aea73bb32b9d78e4f3 turned it into a crash at startup. It isn't much use in nixpkgs, so we're better off without it.
* | procs: add filalex77 as a maintainerOleksii Filonenko2020-02-18
| |
* | procs: 0.9.9 -> 0.9.11Oleksii Filonenko2020-02-18
| |
* | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | procs: 0.9.6 -> 0.9.9Mario Rodas2020-02-13
| |
* | tigervnc: fix compatibility with xorgserver 1.20.7ahiaao2020-02-11
| |
* | azure-cli: force PEP420 for azure-mgmt packagesJonathan Ringer2020-02-10
| |
* | Merge master into staging-nextFrederik Rietdijk2020-02-10
|\ \
| * | azure-cli: 2.0.80 -> 2.0.81Jonathan Ringer2020-02-09
| | |
| * | azure-cli: freeze azure-mgmt-policyinsightsJonathan Ringer2020-02-09
| | |
| * | lexicon: init at 3.3.17Florian2020-02-09
| | |
* | | python: awscli: 1.16.266 -> 1.17.13Frederik Rietdijk2020-02-09
|/ / | | | | | | | | We force the use of docutils 0.16. If this does not work out, we can still override the version as this is an application.
* | mycli: Add paramiko as a propagated build inputOleg Pykhalov2020-02-06
| | | | | | | | | | | | | | Fixes error: Cannot use SSH transport because paramiko isn't installed, please install paramiko or don't use --ssh-host=
* | Merge pull request #79346 from r-ryantm/auto-update/procsRyan Mulligan2020-02-06
|\ \ | | | | | | procs: 0.9.5 -> 0.9.6
| * | procs: 0.9.5 -> 0.9.6R. RyanTM2020-02-06
| | |
* | | bash-my-aws: init at 20200111 (#76793)Danylo Hlynskyi2020-02-05
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * bash-my-aws: init at 20191231 Create bma-init * Update
| * | UpdateTom Bereknyei2020-01-11
| | |
| * | bash-my-aws: init at 20191231Tom Bereknyei2020-01-01
| | | | | | | | | | | | Create bma-init
* | | google-cloud-sdk: strip the Cython gRPC libraryedef2020-02-05
| | | | | | | | | | | | This reduces output size by 21 MiB.
* | | google-cloud-sdk: compact all the JSONedef2020-02-05
| | | | | | | | | | | | This reduces output size by 20 MiB.
* | | google-cloud-sdk: remove tests directoriesedef2020-02-05
| | | | | | | | | | | | This reduces output size by 4.5 MiB.
* | | google-cloud-sdk: remove crcmod_osx as welledef2020-02-05
| | | | | | | | | | | | | | | Both third_party/crcmod_osx and third_party/crcmod are only used in the PYTHONPATH, and we already replace them with dependencies from nixpkgs.
* | | azure-cli: freeze azure-mgmt-deploymentmanagerJonathan Ringer2020-02-02
| | |
* | | Merge pull request #78928 from NixOS/staging-nextFrederik Rietdijk2020-02-02
|\ \ \ | | | | | | | | Staging next
| * \ \ Merge staging into staging-nextFrederik Rietdijk2020-01-31
| |\ \ \
| | * \ \ Merge staging-next into stagingFrederik Rietdijk2020-01-28
| | |\ \ \
| | * \ \ \ Merge pull request #77686 from alyssais/urllib3Robin Gloster2020-01-17
| | |\ \ \ \ | | | | | | | | | | | | | | Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
| | | * | | | Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""Alyssa Ross2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a1eacb900e1b705678b2c199cb97baafc9b77f86. Adding dev outputs to python packages means they can't be included in a Python environment created with python3.withPackages, because makePythonPath will include the dev output, which is empty apart from nix-support, rather than the out output, which contains all the Python code.
* | | | | | | procs: 0.9.2 -> 0.9.5Mario Rodas2020-01-31
|/ / / / / /
* | | | | | lego: 3.2.0 -> 3.3.0Bruno Bigras2020-01-29
| | | | | |
* | | | | | eksctl: 0.12.0 -> 0.13.0xrelkd2020-01-29
| |_|/ / / |/| | | |
* | | | | procs: 0.9.0 -> 0.9.2Mario Rodas2020-01-26
| | | | |
* | | | | Merge pull request #78149 from talyz/nomachine-6.9.2Mario Rodas2020-01-25
|\ \ \ \ \ | | | | | | | | | | | | nomachine-client: 6.8.1 -> 6.9.2
| * | | | | nomachine-client: 6.8.1 -> 6.9.2talyz2020-01-21
| | | | | |
* | | | | | procs: 0.8.16 -> 0.9.0Mario Rodas2020-01-23
| | | | | |
* | | | | | ansible_2_8: 2.8.6 -> 2.8.7Jonathan Ringer2020-01-22
| | | | | |
* | | | | | ansible_2_*: overridePythonAttrs -> overrideAttrsJonathan Ringer2020-01-22
| | | | | |
* | | | | | ansible_2_9: init at 2.9.2Jonathan Ringer2020-01-22
| | | | | |
* | | | | | vncdo: fix buildzimbatm2020-01-21
|/ / / / /
* | | | | 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
| |/ / / /
* | | | | sewer: enable on darwinMario Rodas2020-01-19
| | | | |