about summary refs log tree commit diff
path: root/pkgs/development/tools
Commit message (Collapse)AuthorAge
...
| * | | | proto-contrib: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | mod: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | mkcert: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | kustomize: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | kubeprompt: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | kcli: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | golangci-lint: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | hcloud: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | go-license-detector: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | editorconfig-checker: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | fly: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | drone-cli: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | drone: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | cue: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | azure-storage-azcopy: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | circleci-cli: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | dive: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | dbmate: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | bazelisk: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | conftest: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | go-tools: fix build on darwinMario Rodas2020-03-21
| | | | |
| * | | | act: fix build on darwinMario Rodas2020-03-21
| |/ / /
* | | | Merge pull request #83110 from flokli/drush-php73Elis Hirwing2020-03-22
|\ \ \ \ | | | | | | | | | | drush: build with php73
| * | | | drush: still needs php 7.3Florian Klink2020-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If invoked with php 7.4 on a up2date Drupal 7 installation, drush complains with a deprecation warning, that swallows all legit output: > drush uli Deprecated function: Array and string offset access syntax with curly braces is [error] deprecated in include_once() (line 20 of /var/www/…/htdocs/includes/file.phar.inc). Use php7.3 when invoking drush.
| * | | | drush: fix buildInputs / nativeBuildInputsFlorian Klink2020-03-22
| |/ / / | | | | | | | | | | | | | | | | `makeWrapper` is a nativeBuildInput, and `php` and `which` are actually only needed when constructing the wrapper, but no `buildInputs`.
* | | | gitlab-runner: 12.8.0 -> 12.9.0 (#83085)Max Wittig2020-03-22
| | | |
* | | | Merge pull request #81042 from KoviRobi/zhf-20.03-fix-nowebMatthew Bauer2020-03-21
|\ \ \ \ | | | | | | | | | | noweb: fix installation of manpages, use placeholders
| * | | | noweb: fix installation, use placeholdersKovacsics Robert2020-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that nix passes lists as space-separated strings not as arrays of strings, so `"${foo[@]}"` doesn't work as intended because it's not an array. Instead we pass it in a bash array. Also, using builtins.placeholder instead of passing "$(out)" to bash, as that's not what we want to do (the `$(...)` is the process expansion in bash)
* | | | | tokei: 10.1.2 -> 11.0.0Pascal Hertleif2020-03-21
| |/ / / |/| | |
* | | | Merge pull request #83037 from r-ryantm/auto-update/flatpak-builderJan Tojnar2020-03-21
|\ \ \ \ | | | | | | | | | | flatpak-builder: 1.0.9 -> 1.0.10
| * | | | flatpak-builder: 1.0.9 -> 1.0.10Jan Tojnar2020-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/flatpak/flatpak-builder/releases/tag/1.0.10 Also clean up the expression slightly: * Use more convenient GitHub repo as homepage * Move version into the attrset * Fix license, it is or-later
* | | | | Merge pull request #83027 from r-ryantm/auto-update/cargo-expandMaximilian Bosch2020-03-21
|\ \ \ \ \ | |_|_|_|/ |/| | | | cargo-expand: 0.4.17 -> 0.4.18
| * | | | cargo-expand: 0.4.17 -> 0.4.18R. RyanTM2020-03-20
| | |_|/ | |/| |
* | | | ocamlPackages.camlp5: 7.10 → 7.11Vincent Laporte2020-03-19
| | | |
* | | | metals: 0.8.1 -> 0.8.2Kevin Rauscher2020-03-19
| | | |
* | | | ammonite: updated to version 2.0.4Fabian Page2020-03-19
| | | |
* | | | cargo-make: 0.28.0 -> 0.29.0Maximilian Bosch2020-03-19
| | | | | | | | | | | | | | | | https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
* | | | visualvm: 1.4.4 -> 2.0 (#82842)zimbatm2020-03-19
| | | | | | | | | | | | | | | | | | | | * visualvm: 1.4.4 -> 2.0 * visualvm: gtk is part of the JVM disto
* | | | flow: 0.120.1 -> 0.121.0Mario Rodas2020-03-19
| | | | | | | | | | | | | | | | Changelog: https://github.com/facebook/flow/releases/tag/v0.121.0
* | | | aws-sam-cli: 0.43.0 -> 0.44.0Simon Lackerbauer2020-03-18
| | | |
* | | | gotestsum: 0.4.0 -> 0.4.1R. RyanTM2020-03-18
| | | |
* | | | buildah: 1.14.2 -> 1.14.3zowoq2020-03-18
| |/ / |/| | | | | | | | https://github.com/containers/buildah/releases/tag/v1.14.3
* | | Merge pull request #80243 from bhipple/u/rust-cargo-rust-cbindgenMaximilian Bosch2020-03-17
|\ \ \ | | | | | | | | rust-cbindgen: upgrade cargo fetcher and cargoSha256
| * | | rust-cbindgen: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-15
| | | | | | | | | | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | | | Merge pull request #82712 from veprbl/pr/nuweb_fixDmitry Kalinkin2020-03-17
|\ \ \ \ | | | | | | | | | | nuweb: 1.58 -> 1.60, fix build
| * | | | nuweb: enable on darwinDmitry Kalinkin2020-03-16
| | | | |
| * | | | nuweb: 1.58 -> 1.60Dmitry Kalinkin2020-03-16
| | | | |
* | | | | Merge pull request #82575 from r-ryantm/auto-update/renderizerRyan Mulligan2020-03-17
|\ \ \ \ \ | |/ / / / |/| | | | renderizer: 2.0.5 -> 2.0.9
| * | | | renderizer: 2.0.5 -> 2.0.9R. RyanTM2020-03-14
| | | | |
* | | | | Merge pull request #82565 from r-ryantm/auto-update/modMario Rodas2020-03-15
|\ \ \ \ \ | | | | | | | | | | | | mod: 0.2.0 -> 0.2.2