3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

11327 commits

Author SHA1 Message Date
R. RyanTM 1e78891e85 gdbgui: 0.13.1.1 -> 0.13.2.0 2020-03-31 04:57:29 +00:00
Ryan Mulligan 97f404147e
Merge pull request #82993 from Synthetica9/homepage-fix2
treewide: fix redirected urls (again)
2020-03-30 13:40:46 -07:00
John Ericson 35ac8ba492
Merge pull request #83518 from obsidiansystems/add-tensorflow-2
python.pkgs.{tensorflow,tensorflow-estimator,tensorflow-tensorboard}-2: Init at 2.0.0
2020-03-30 13:40:43 -04:00
Benjamin Hipple 58a4c2dbff
Merge pull request #83615 from Trundle/skaffold-1.6.0
skaffold: 1.4.0 -> 1.6.0
2020-03-30 13:30:39 -04:00
Stig Palmquist af7034f3dc
litecli: 1.1.0 -> 1.3.2 2020-03-30 18:03:17 +02:00
John Ericson 1fa310549c Merge remote-tracking branch 'upstream/master' into add-tensorflow-2 2020-03-30 13:59:16 +00:00
Tim Steinbach 1c43b33a16
Merge pull request #83743 from r-ryantm/auto-update/liquibase
liquibase: 3.8.7 -> 3.8.8
2020-03-30 07:36:44 -04:00
Mario Rodas 77bd6306b6
Merge pull request #83727 from marsam/update-pgformatter
pgformatter: 4.2 -> 4.3
2020-03-30 05:51:56 -05:00
John Ericson d4de62dedd bazel_0_29: init at 0.29.1
Needed for Tensorflow 2.1
2020-03-30 04:30:40 +00:00
R. RyanTM f3028ec1a6 liquibase: 3.8.7 -> 3.8.8 2020-03-30 03:42:43 +00:00
Mario Rodas c0a8c81cf2
Merge pull request #83634 from r-ryantm/auto-update/ameba
ameba: 0.11.0 -> 0.12.0
2020-03-29 19:31:28 -05:00
Jörg Thalheim d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Daniël de Kok d4152d0205 cargo-asm: 0.1.17 -> 2019-12-24
cargo-asm hasn't seen any new releases since 2018 (and even then
it was spotty). But there have been improvements since then, so
switch to dated releases that use a working git commit.
2020-03-29 14:11:07 +02:00
Jörg Thalheim 432442eb8c
parinfer-rust: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim 756a16e733
panopticon: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim 0322dc52b8
hydra-cli: fix strict deps build 2020-03-29 12:37:24 +01:00
Mario Rodas 0c86ab1406
pgformatter: 4.2 -> 4.3
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.3
2020-03-29 04:20:00 -05:00
Maximilian Bosch 604b4ddcb2
Merge pull request #83635 from jtojnar/hydra-fix-eval
hydra-unstable: Fix eval with allowAliases = false
2020-03-29 03:00:30 +02:00
R. RyanTM 9aba9a3e74 ameba: 0.11.0 -> 0.12.0 2020-03-29 00:34:11 +00:00
Maximilian Bosch fd99cb9edd
Merge pull request #82900 from notbandali/master
maintainers: update entry for notbandali (previously aminb)
2020-03-29 00:54:54 +01:00
Jan Tojnar dc88e94ff1
hydra-unstable: Fix eval with allowAliases = false
* Catalyst::Plugin::Unicode::Encoding has been merged into Catalyst::Runtime
* Test::More is apparently part of Perl core modules since 5.6.2
2020-03-29 00:50:16 +01:00
Jan Tojnar fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Graham Christensen 4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
Maximilian Bosch bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].

The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.

Basically, the following steps are needed:

* Upgrade to a non-breaking version of Hydra with the db-changes
  (columns are still nullable here). If `system.stateVersion` is set to
  something older than 20.03, the package will be selected
  automatically, otherwise `pkgs.hydra-migration` needs to be used.

* Run `hydra-backfill-ids` on the server.

* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
  `pkgs.hydra-flakes` (for flakes-support) to activate the optimization.

The steps are also documented in the release-notes and in the module
using `warnings`.

`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.

To verify the approach, a simple vm-test has been added which verifies
the migration steps.

[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Andreas Stührk f074dcf43b skaffold: 1.4.0 -> 1.6.0 2020-03-28 20:29:33 +01:00
Maximilian Bosch 5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
Mikhail Klementev 679fc685c8
codeql: 2.0.4 -> 2.1.0 2020-03-28 09:05:48 +00:00
Jörg Thalheim 774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Mario Rodas 2c76b8f575
Merge pull request #83536 from zowoq/buildah
buildah: 1.14.4 -> 1.14.5
2020-03-27 21:52:23 -05:00
adisbladis aa2552c6ce
poetry2nix: 1.7.0 -> 1.7.1 2020-03-27 23:47:40 +00:00
Patrick Hilhorst 5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
adisbladis dda52a4571
poetry2nix: 1.6.1 -> 1.7.0 2020-03-27 22:54:34 +00:00
zowoq 9a5c27a513 buildah: 1.14.4 -> 1.14.5
https://github.com/containers/buildah/releases/tag/v1.14.5
2020-03-28 07:55:51 +10:00
Oleksii Filonenko 8ebb32b38b lazygit: 0.16.2 -> 0.18 2020-03-27 13:03:26 -07:00
Michael Weiss 0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Michael Weiss 4ca37400ac scons: Switch to Python 3
Reasons:

Python 2.7 will EOL very soon [0]:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
2020. Please upgrade your Python as Python 2.7 won't be maintained after
that date. A future version of pip will drop support for Python 2.7.
More details about Python 2 support in pip, can be found at
https://pip.pypa.io/en/latest/development/release-process/#python-2-support

SCons 4.0.0 will drop Python 2.7 Support [1]:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt

[0]: From the SCons build output previous to this commit (i.e. with Python 2.7).
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt
2020-03-27 10:49:52 -07:00
adisbladis 7401afc428
poetry2nix: 1.6.0 -> 1.6.1 2020-03-27 14:49:31 +00:00
Michael Raskin e56373e7b7
Merge pull request #83454 from r-ryantm/auto-update/fMBT
fmbt: 0.39 -> 0.42
2020-03-27 09:36:30 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
R. RyanTM dd70ed1ff2 fmbt: 0.39 -> 0.42 2020-03-26 23:06:03 +00:00
zowoq 2275ba08be buildah: 1.14.3 -> 1.14.4
https://github.com/containers/buildah/releases/tag/v1.14.4
2020-03-27 08:54:33 +10:00
Niklas Hambüchen 0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Maximilian Bosch c3392946b1
wasm-bindgen-cli: 0.2.59 -> 0.2.60
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
2020-03-26 10:49:51 +01:00
Jörg Thalheim 1de505db11
Merge pull request #83377 from Mic92/radare2-cutter
radare2-cutter: 1.10.1 -> 1.10.2
2020-03-26 07:20:28 +00:00
Doron Behar 7f2fc686af bear: Use python3 by default 2020-03-26 07:25:15 +01:00
Benjamin Hipple 736d40fd4e
Merge pull request #82992 from Tomahna/metals
metals: 0.8.2 -> 0.8.3
2020-03-26 01:14:52 -04:00
Michael Weiss 7525624b6e
Merge pull request #83290 from primeos/gn
gn: 20190403 -> 2020-03-09
2020-03-26 01:13:23 +01:00
Jörg Thalheim f565c8fd1c
radare2-cutter: 1.10.1 -> 1.10.2 2020-03-25 21:27:14 +00:00
Andreas Rammhold d7673d7889 bazel_0: init at 0.26.0
(cherry picked from commit 1c0de27df3)
2020-03-25 11:32:39 -04:00
Janne Heß cfe8e0e1ad pkgs/bazel*: Fix path to update-srcDeps.py
Otherwise, the -small channel fails on the tarball output.

(cherry picked from commit 0723bf3b72)
2020-03-25 11:27:15 -04:00
Michael Lingelbach 3fab55793d Add bazel 1.2.1
(cherry picked from commit 1c4f22a5da)
2020-03-25 11:27:14 -04:00
Julien Dehos 6ecb9ceda4 gede: 2.15.4 -> 2.16.2 2020-03-25 14:30:45 +01:00
Austin Seipp da7b603007
trellis: 2020.02.04 -> 2020.03.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:45:57 -05:00
R. RyanTM 1eafe5d9e1 conftest: 0.15.0 -> 0.18.0 2020-03-24 11:18:13 -07:00
R. RyanTM 2a743cf931 pgloader: 3.6.1 -> 3.6.2 2020-03-24 10:56:24 -07:00
Michael Weiss a1b4bfe34f
gn: 20190403 -> 2020-03-09
This updates gn to the required version for chromiumDev (the recommended
version for the stable release of Chromium isn't sufficient [0]).

[0]: The Chromium build fails during the configuration phase:
ERROR at //mojo/public/tools/bindings/mojom.gni:393:16: Undefined identifier
               "cpp_typemaps",
               ^-------------
2020-03-24 14:41:11 +01:00
Milan 9d14ee71da
yarn: 1.22.2 -> 1.22.4 (#83286) 2020-03-24 14:34:04 +01:00
lewo e93767d5a0
Merge pull request #83206 from josephtheengineer/master
godot: 3.2 -> 3.2.1
2020-03-24 08:56:20 +01:00
Tor Hedin Brønner 7b8546a26d
sysprof: 3.34.1 -> 3.36.0 2020-03-24 07:06:58 +01:00
Aneesh Agrawal 6736b8a39a vagrant: remove aneeshusa as maintainer 2020-03-24 01:21:22 -04:00
Jan Tojnar 986fbf4799
Merge branch 'staging-next' into staging 2020-03-24 01:51:55 +01:00
R. RyanTM 76458f89f4 rust-cbindgen: 0.13.1 -> 0.13.2 2020-03-23 21:43:02 +00:00
Maximilian Bosch 2c7299fc1c
cargo-make: 0.29.0 -> 0.30.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
2020-03-23 18:31:08 +01:00
Jonathan Ringer 2a56d98a99 unityhub: fix hash 2020-03-23 09:52:08 -07:00
Mario Rodas 4603dcc462
Merge pull request #83177 from marsam/update-tflint
tflint: 0.15.2 -> 0.15.3
2020-03-23 05:55:42 -05:00
josephtheengineer 49f0b276f8
godot: 3.2 -> 3.2.1 2020-03-23 20:35:53 +10:00
Jörg Thalheim 90b1dc12ea
wally-cli: fix build with strict deps 2020-03-23 08:16:35 +00:00
Jörg Thalheim b29aa1206d
go2nix: fix build with strict deps enabled 2020-03-23 08:14:45 +00:00
Orivej Desh 1b89aa3f7a Merge branch 'master' into staging 2020-03-23 00:53:16 +00:00
Maximilian Bosch ba3bd7f87b
Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-tools
intel-gpu-tools: 1.24 -> 1.25
2020-03-22 23:11:27 +01:00
markuskowa ca7f78ad03
Merge pull request #83134 from ck3d/redo-apenwarr-python3
redo-apenwarr: switch to python3 and fix building man
2020-03-22 21:20:42 +01:00
Christian Kögler 4c9bd5d52a redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
Removed dependency to mkdoc, which is only needed to build the webpage.
2020-03-22 19:11:15 +01:00
R. RyanTM 77dca14031 intel-gpu-tools: 1.24 -> 1.25 2020-03-22 15:36:46 +00:00
Niklas Hambüchen f460e62d9b conan: 1.12.3 -> 1.23.0
* remove pinned dependencies where nixpkgs provides a version
  in the acceptable range
* disable tests;
  they are no longer in the Pypi archive, see
  https://github.com/conan-io/conan/issues/4563
2020-03-22 16:34:55 +01:00
Niklas Hambüchen 03d5611ae0 conan: Remove unnecessary patching.
The pluginbase dependency is now pinned further up with commit

    244fcfc8 - conan: pin pluginbase to 0.7
2020-03-22 16:03:44 +01:00
Niklas Hambüchen 3a158da8e8 conan: Reformat inputs list 2020-03-22 15:45:49 +01:00
Daiderd Jordan ce12576dd0
Merge pull request #83079 from LnL7/darwin-gotools
gotools: fix darwin build
2020-03-22 14:41:16 +01:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Elis Hirwing 96502b1904
Merge pull request #83110 from flokli/drush-php73
drush: build with php73
2020-03-22 11:50:33 +01:00
Max Wittig 2878b4073a
gitlab-runner: 12.8.0 -> 12.9.0 (#83085) 2020-03-22 09:42:26 +00:00
Mario Rodas e2e4e95cbd
tflint: 0.15.2 -> 0.15.3
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.3
2020-03-22 04:20:00 -05:00
Matthew Bauer 46f8756aee
Merge pull request #79593 from thefloweringash/wafhook-phases
wafHook: allow overriding phases and disabling of cross flags
2020-03-22 01:59:41 -04:00
Matthew Bauer 6b95893a6d
Merge pull request #81042 from KoviRobi/zhf-20.03-fix-noweb
noweb: fix installation of manpages, use placeholders
2020-03-21 23:21:19 -04:00
Florian Klink 382e751a68 drush: still needs php 7.3
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.
2020-03-22 01:27:58 +01:00
Florian Klink 3b3e2c080f drush: fix buildInputs / nativeBuildInputs
`makeWrapper` is a nativeBuildInput, and `php` and `which` are actually
only needed when constructing the wrapper, but no `buildInputs`.
2020-03-22 01:26:24 +01:00
Pascal Hertleif bdddf3c07f tokei: 10.1.2 -> 11.0.0 2020-03-21 16:01:36 +01:00
Daiderd Jordan cb75c0f905
gotools: fix darwin build 2020-03-21 14:44:57 +01:00
Mario Rodas 074703a553 tflint: fix build on darwin 2020-03-21 06:16:00 -05:00
Mario Rodas e55240ee9a terracognita: fix build on darwin 2020-03-21 06:15:00 -05:00
Mario Rodas 5ba0036271 reviewdog: fix build on darwin 2020-03-21 06:13:00 -05:00
Mario Rodas f3c3ecae33 prototol: fix build on darwin 2020-03-21 05:55:00 -05:00
Mario Rodas 42b14764ab pet: fix build on darwin 2020-03-21 05:54:00 -05:00
Mario Rodas ce9ac41017 protoc-gen-doc: fix build on darwin 2020-03-21 05:51:00 -05:00
Mario Rodas dba5b006e2 proto-contrib: fix build on darwin 2020-03-21 05:50:00 -05:00
Mario Rodas ee2bda2119 mod: fix build on darwin 2020-03-21 05:47:00 -05:00
Mario Rodas e0757cf88a mkcert: fix build on darwin 2020-03-21 05:46:00 -05:00
Mario Rodas e52210e014 kustomize: fix build on darwin 2020-03-21 05:38:00 -05:00
Mario Rodas 6e26c88a24 kubeprompt: fix build on darwin 2020-03-21 05:32:00 -05:00
Mario Rodas a39d49e990 kcli: fix build on darwin 2020-03-21 05:30:00 -05:00
Mario Rodas 4c6e7e64a0 golangci-lint: fix build on darwin 2020-03-21 05:14:00 -05:00
Mario Rodas 121bc52a52 hcloud: fix build on darwin 2020-03-21 05:09:00 -05:00
Mario Rodas 26f5b0ed8f go-license-detector: fix build on darwin 2020-03-21 05:05:00 -05:00
Mario Rodas 6552397b67 editorconfig-checker: fix build on darwin 2020-03-21 05:00:00 -05:00
Mario Rodas b49ca4818d fly: fix build on darwin 2020-03-21 04:59:00 -05:00
Mario Rodas a5a687734a drone-cli: fix build on darwin 2020-03-21 04:53:00 -05:00
Mario Rodas d557b441ac drone: fix build on darwin 2020-03-21 04:52:00 -05:00
Mario Rodas 282966fc4e cue: fix build on darwin 2020-03-21 04:51:00 -05:00
Mario Rodas e50e48e9df azure-storage-azcopy: fix build on darwin 2020-03-21 04:39:00 -05:00
Mario Rodas e00ccb36b8 circleci-cli: fix build on darwin 2020-03-21 04:33:00 -05:00
Mario Rodas a3a9f0387d dive: fix build on darwin 2020-03-21 04:32:00 -05:00
Mario Rodas 38be8fbe7f dbmate: fix build on darwin 2020-03-21 04:31:00 -05:00
Mario Rodas 48489b7e2c bazelisk: fix build on darwin 2020-03-21 04:30:00 -05:00
Mario Rodas e375bd2632 conftest: fix build on darwin 2020-03-21 04:29:00 -05:00
Mario Rodas 976a9ea16b go-tools: fix build on darwin 2020-03-21 04:23:00 -05:00
Mario Rodas 7e03d4416b act: fix build on darwin 2020-03-21 04:22:00 -05:00
Jan Tojnar 9462109fb8
Merge pull request #83037 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.9 -> 1.0.10
2020-03-21 02:10:28 +01:00
Maximilian Bosch 684c340149
Merge pull request #83027 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.17 -> 0.4.18
2020-03-21 01:34:54 +01:00
Jan Tojnar d07c55752e
flatpak-builder: 1.0.9 -> 1.0.10
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
2020-03-21 00:42:51 +01:00
R. RyanTM cdf418e850 cargo-expand: 0.4.17 -> 0.4.18 2020-03-20 21:04:25 +00:00
Patrick Hilhorst 9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
Kevin Rauscher 7fe795d366 metals: 0.8.2 -> 0.8.3 2020-03-20 13:22:33 +01:00
Vincent Laporte 8dddd8a07f ocamlPackages.camlp5: 7.10 → 7.11 2020-03-19 18:04:14 -07:00
Kevin Rauscher f311e4f04b metals: 0.8.1 -> 0.8.2 2020-03-19 20:21:39 +01:00
Fabian Page 1a786820c2 ammonite: updated to version 2.0.4 2020-03-19 11:06:41 -07:00
Maximilian Bosch 4726a8f2d4
cargo-make: 0.28.0 -> 0.29.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
2020-03-19 16:54:50 +01:00
zimbatm 8edcbd58f1
visualvm: 1.4.4 -> 2.0 (#82842)
* visualvm: 1.4.4 -> 2.0

* visualvm: gtk is part of the JVM disto
2020-03-19 13:13:23 +00:00
Mario Rodas d57719b5b6 flow: 0.120.1 -> 0.121.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.121.0
2020-03-19 09:59:53 +01:00
Amin Bandali f4a7afe471
maintainers: update entry for notbandali (previously aminb) 2020-03-18 20:49:25 -04:00
Simon Lackerbauer 5e331582d2 aws-sam-cli: 0.43.0 -> 0.44.0 2020-03-18 15:51:39 -07:00
R. RyanTM 560036dfc2
gotestsum: 0.4.0 -> 0.4.1 2020-03-18 06:42:23 +00:00
zowoq 243ec842aa buildah: 1.14.2 -> 1.14.3
https://github.com/containers/buildah/releases/tag/v1.14.3
2020-03-18 22:16:27 +10:00
Maximilian Bosch e86ec10426
Merge pull request #80243 from bhipple/u/rust-cargo-rust-cbindgen
rust-cbindgen: upgrade cargo fetcher and cargoSha256
2020-03-17 23:08:28 +01:00
Dmitry Kalinkin 0bd52ef94d
Merge pull request #82712 from veprbl/pr/nuweb_fix
nuweb: 1.58 -> 1.60, fix build
2020-03-17 17:10:34 -04:00
Ryan Mulligan 62a4870131
Merge pull request #82575 from r-ryantm/auto-update/renderizer
renderizer: 2.0.5 -> 2.0.9
2020-03-17 06:18:35 -07:00
Matthew Bauer 67b0ddf3f3 Merge remote-tracking branch 'origin/staging' into mb-cross-fixes-march-2020 2020-03-16 14:34:03 -04:00
Dmitry Kalinkin fe6839b59c
nuweb: enable on darwin 2020-03-16 02:28:54 -04:00
Dmitry Kalinkin 9a21dd142a
nuweb: 1.58 -> 1.60 2020-03-16 02:28:35 -04:00
Mario Rodas fb52f64dad
Merge pull request #82565 from r-ryantm/auto-update/mod
mod: 0.2.0 -> 0.2.2
2020-03-15 23:27:15 -05:00
Mario Rodas 99fc24ec57
Merge pull request #82528 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.6072 -> 0.1.6949
2020-03-15 22:48:51 -05:00
Mario Rodas 0bb72bbf6a
Merge pull request #80669 from wucke13/webdis
webdis: init at 0.1.9
2020-03-15 22:47:12 -05:00
R. RyanTM b25633a6f9 fly: 5.7.2 -> 5.8.0 2020-03-15 15:48:29 -07:00
Benjamin Hipple 0ab1692b59 rust-cbindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-03-15 18:19:55 -04:00
adisbladis a0104e225b
Merge pull request #82660 from geistesk/golangci-lint-v1.24.0
golangci-lint: 1.23.8 -> 1.24.0
2020-03-15 20:31:15 +00:00
Benjamin Hipple 80a3dbcdd2 geckodriver: upgrade cargo fetcher and cargoSha256 2020-03-15 17:59:25 +01:00
geistesk 008362a0b5 golangci-lint: 1.23.8 -> 1.24.0 2020-03-15 16:19:22 +01:00
Timo Kaufmann e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Fabian Möller 1e5a151ac5 cargo-udeps: 0.1.9 -> 0.1.10 2020-03-14 15:48:46 -07:00
Vladyslav M 1f8127d2ab
Merge pull request #82498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.7 -> 0.1.9
2020-03-14 20:43:13 +02:00
Alyssa Ross 6cea0daaa9 rustracerd: build with current rust
Fix taken from https://github.com/jwilm/racerd/pull/82.  It just
updates a dependency.
2020-03-14 16:55:06 +00:00