Commit graph

9688 commits

Author SHA1 Message Date
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Mario Rodas 1e117cf7b1
Merge pull request #69189 from marsam/update-terraform-lsp
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 17:43:42 -05:00
Mario Rodas 2ba55afe2f
Merge pull request #69154 from marsam/update-pgformatter
pgformatter: 4.0 -> 4.1
2019-09-21 17:43:05 -05:00
Mario Rodas cc0a3221f5
Merge pull request #69190 from marsam/update-tflint
tflint: 0.11.1 -> 0.11.2
2019-09-21 16:24:47 -05:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
volth 1673f3d458 ammonite: add scala-2.13 version 2019-09-21 13:16:30 -04:00
Maximilian Bosch a141d29fef
Merge pull request #67680 from gilligan/add-hydra-cli
hydra-cli: init at 0.2.0
2019-09-21 15:46:51 +02:00
Vladimír Čunát 41af38f372
Merge branch 'staging-next' 2019-09-21 13:14:09 +02:00
Elis Hirwing 4f297c2b6f
cask: Fix cask usage
Without python as a dependency I only get the following error:
/usr/bin/env: ‘python’: No such file or directory
2019-09-21 11:43:17 +02:00
Mario Rodas d02d88feba elfinfo: use buildGoPackage 2019-09-21 04:33:00 -05:00
Mario Rodas 04aee5f070 mkcert: use buildGoPackage 2019-09-21 04:25:00 -05:00
Mario Rodas f6b9982ad6 golangci-lint: use buildGoPackage 2019-09-21 04:24:00 -05:00
Jörg Thalheim f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion (#69163)
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Mario Rodas 354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9 2019-09-21 00:00:00 -05:00
Mario Rodas 5ee382a79a
tflint: 0.11.1 -> 0.11.2
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.2
2019-09-21 00:00:00 -05:00
Mario Rodas 7ffeba4315
flow: 0.107.0 -> 0.108.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Vincent Laporte 0c0e63d211
ocamlPackages.camlp5: 7.08 → 7.10 2019-09-21 03:35:39 +00:00
Pierre Bourdon ad4b97a233
redo-apenwarr: fix source URL 2019-09-20 22:31:08 +02:00
Sirio Balmelli dee0cb7be5
ycmd: add gopls completer
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.

Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli 7d21d6a680
ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).

This approach continues to work on the current build,
and will not break with later versions of the project.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Mario Rodas 22d77d950d
pgformatter: 4.0 -> 4.1
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.1
2019-09-20 08:30:00 -05:00
Frederik Rietdijk 0b12d44c06 Merge master into staging-next 2019-09-19 16:59:42 +02:00
Nikolay Korotkiy ad4a3074c0 qtcreator: use Qt mkDerivation 2019-09-19 18:55:12 +09:00
Lily Ballard aa413a0ce3 jazzy: 0.11.0 -> 0.11.1 2019-09-18 22:54:37 -07:00
Jörg Thalheim 0a784ab6aa
radare2: 3.8.0 -> 3.9.0 2019-09-19 04:53:56 +01:00
Mario Rodas bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879 2019-09-18 18:00:00 -05:00
Jan Tojnar 62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
markuskowa 19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
John Mercier b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00
Sirio Balmelli 7cb3992c6c
cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Mario Rodas 24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
volth 8276314608 treewide: fix string escapes 2019-09-16 22:15:38 +00:00
Vladimír Čunát fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Will Dietz 7f9a120147
elfinfo: 0.7.5 -> 0.7.6 2019-09-16 09:36:54 -05:00
Sirio Balmelli a3757e6409 racerd: fix broken build on Darwin (#68861)
* racerd: fix broken build on Darwin

Build on Darwin failing with 'ld: framework not found Security'

Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
Mario Rodas edc033a616
Merge pull request #67905 from marsam/add-pgformatter
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Aaron Andersen 3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Vladimír Čunát b6c6e1f9e8
Merge branch 'master' into staging-next 2019-09-15 13:18:54 +02:00
Vladimír Čunát c860babfe6
redo-apenwarr: fixup a hard evaluation error on Darwin 2019-09-15 13:17:37 +02:00
Franz Pletz 789760aa10
Merge pull request #68779 from mimame/update/maintainer
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
Doron Behar 4a99b423fe sccache: 0.2.10 -> 0.2.11 2019-09-14 15:18:12 +03:00
WilliButz cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Lily Ballard a5d5133e9c jazzy: 0.10.0 -> 0.11.0 (#68766)
* gem-config: fix sassc on darwin

By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.

* jazzy: 0.10.0 -> 0.11.0
2019-09-14 10:17:05 +00:00
Miguel Madrid Mencía 148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02:00
Vincent Laporte 5fed98e862 ocamlPackages.js_of_ocaml*: 3.3.0 -> 3.4.0
Ensures compatibility with OCaml 4.08
2019-09-14 06:54:35 +00:00
Mario Rodas 3243c157a3
Merge pull request #68646 from marsam/update-tflint
tflint: 0.11.0 -> 0.11.1
2019-09-13 23:15:58 -05:00
Austin Seipp 700cc56a0e
doctl: 1.18.0 -> 1.31.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-13 18:32:29 -05:00
zimbatm d5817fa95a
rustup: 1.18.3 -> 1.19.0 2019-09-13 16:33:40 +00:00
Jörg Thalheim a4bea6db8b
ccls: 0.20190314.1 -> 0.20190823 (#67832)
ccls: 0.20190314.1 -> 0.20190823
2019-09-13 16:34:32 +01:00
Robin Gloster ec64d881cb
Merge pull request #65457 from ck3d/redo-0.42
redo-apenwarr: update to release 0.42 and added docs and checks
2019-09-13 17:28:26 +02:00
Jörg Thalheim 2e0c19121a
Merge branch 'master' into ccls 2019-09-13 16:26:21 +01:00
pebblekite 250a667892 cue: 0.0.3 -> 0.0.11 2019-09-13 18:01:33 +03:00
Christian Kögler 9b7e7e726e redo-apenwarr: update to release 0.42 and added docs and checks 2019-09-13 15:43:50 +02:00
Mario Rodas 9a2e336c8a
tflint: 0.11.0 -> 0.11.1
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.1
2019-09-13 04:20:00 -05:00
Sascha Grunert 4c981b4ffe
buildah: 1.11.0 -> 1.11.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-13 09:04:21 +02:00
Jan Tojnar a441eaa7b1
Merge branch 'staging-next' into staging 2019-09-12 22:49:43 +02:00
zimbatm ab0308604b
cide: remove (#68505) 2019-09-12 22:02:26 +02:00
Roman Volosatovs 2a7c0f2ab9
conftest: 0.7.0 -> 0.12.0, ensure go 1.13 compatibility 2019-09-12 17:15:41 +02:00
Antoine Eiche 35399ad14b skopeo: 0.1.37 -> 0.1.39 2019-09-12 14:29:34 +02:00
Tim Steinbach dad77d59cb
ammonite: 1.6.9 -> 1.7.1 2019-09-12 08:06:57 -04:00
Peter Hoeg 0f95f6922d buildah: minor cleanups
Was meant to be a part of 1.10.1 -> 1.11.0 but somebody else beat me to that.
2019-09-12 17:25:57 +08:00
Sascha Grunert 1593d91692 buildah: 1.10.1 -> 1.11.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-11 16:05:07 +02:00
Uri Baghin b8ab4451b5 bazel-buildtools: 0.28.0 -> 0.29.0 2019-09-11 15:17:07 +10:00
Lily Ballard 0f34860540 tokei: 9.1.1 -> 10.0.1
Enable all crate features, which gets us alternative output formats.

Update description and add long description to match what's in the
GitHub repo.

Add myself as a maintainer.
2019-09-10 13:21:37 -07:00
Jan Tojnar 1716d62f63
Merge branch 'staging-next' into staging 2019-09-10 07:06:45 +02:00
Domen Kožar 41ad32febe
Merge pull request #58715 from booxter/patchelf-version-bump
Bump patchelf and patchelfUnstable to 0.10
2019-09-09 16:51:51 +02:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
zimbatm bcc8db0298
kind: 0.3.0 -> 0.5.1 (#68319) 2019-09-09 13:12:59 +02:00
Frederik Rietdijk 0107ee8c32
Merge pull request #68339 from NixOS/staging-next
Staging next with systemd 243
2019-09-09 10:02:20 +02:00
Marek Mahut c55ff13fea
Merge pull request #68245 from jonringer/bump-grabserial
grabserial: 1.9.3 -> 1.9.8
2019-09-09 09:02:43 +02:00
Peter Hoeg 65fb1a053f
Merge pull request #67498 from peterhoeg/f/xxdiff
xxdiff: drop the old qt4 version in favour of qt5
2019-09-09 14:44:19 +08:00
Frederik Rietdijk e3f25191c4 Merge staging-next into staging 2019-09-09 08:11:34 +02:00
Frederik Rietdijk 731c82a447
Merge pull request #68244 from NixOS/staging-next
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Peter Hoeg c78216067b xxdiff: drop the old qt4 version in favour of qt5 2019-09-09 13:13:54 +08:00
Jörg Thalheim 21f61dde0d
nemiver: clean up (#68333)
nemiver: clean up
2019-09-09 06:03:39 +01:00
Matthieu Coudron 59d65e23e1
Merge pull request #68258 from teto/luarocks-nix_bump
Moved luarocks-nix to community and leverage luarocks mirrors when possible.
2019-09-09 12:41:54 +09:00
Jan Tojnar 3cdc583dd1
nemiver: rename from gnome3.nemiver 2019-09-09 02:06:57 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk b5284a56d9 asn2quickder: fix build 2019-09-08 22:48:47 +02:00
Marek Mahut 8977ae2d90
Merge pull request #68254 from scalavision/mill-update-0.5.1
mill: 0.5.0->0.5.1
2019-09-08 21:34:52 +02:00
Frederik Rietdijk 5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Frederik Rietdijk e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
Mario Rodas 9254955151
tflint: 0.10.3 -> 0.11.0
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.0
2019-09-08 04:20:00 -05:00
Maximilian Bosch f3ad897674
Merge pull request #68288 from Ma27/bump-nexus
nexus: 3.16.1-02 -> 3.18.1-01
2019-09-08 11:31:43 +02:00
Maximilian Bosch b898c262c1
hydra: 2019-05-06 -> 2019-08-30 2019-09-08 01:25:25 +02:00
Maximilian Bosch d381762334
nexus: 3.16.1-02 -> 3.18.1-01
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes
2019-09-08 00:58:25 +02:00
Matthieu Coudron 4a3189085a luarocks-nix: bump to 2019-09-07
added version and transferred the repostiory to nix-community.
With this bump, luarocks-nix generates mirro://luarocks urls.
2019-09-08 01:14:16 +09:00
Doron Behar 18b783b9bd luarocks: 3.1.3 -> 3.2.1 2019-09-07 23:53:48 +09:00
adisbladis 723148f92e
elastic7: 7.0.1 -> 7.3.1 2019-09-07 12:48:42 +01:00
adisbladis 3ab433df34
elastic6: 6.7.2 -> 6.8.3 2019-09-07 12:43:40 +01:00
Jonathan Ringer a4ca05f7eb grabserial: 1.9.3 -> 1.9.8 2019-09-07 00:33:10 -07:00
Linus Heckemann bcac886971 Revert "elfutils: add patch that fixes compilation under gcc8 (#40705)"
This reverts commit b12448c001.
2019-09-07 07:20:19 +00:00
Frederik Rietdijk e68505e735 Merge remote-tracking branch 'upstream/gcc8' into staging-next 2019-09-06 23:25:18 +02:00
Frederik Rietdijk 9894a70299 Merge staging into staging-next 2019-09-06 22:47:40 +02:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Ivan Kozik 96a099adb6 pyflame: fix the build on machines with kernel.yama.ptrace_scope > 0 2019-09-06 21:48:58 +02:00
Ivan Kozik 175827f1ed pyflame: use pytest -v to see which tests are skipped 2019-09-06 21:48:58 +02:00
Roman Volosatovs e8f20bfc8d gotools: 2019-07-06 -> 2019-09-05 2019-09-06 21:16:06 +02:00