Commit graph

9891 commits

Author SHA1 Message Date
R. RyanTM 6034acabd1 jam: 2.6 -> 2.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jam/versions
2019-09-26 15:14:19 -07:00
Filipe Regadas 4e990b2ff5
fixup! Updated list of urls 2019-09-26 23:14:10 +01:00
Maximilian Bosch 61db4bc3b4
Merge pull request #69566 from r-ryantm/auto-update/git-quick-stats
git-quick-stats: 2.0.8 -> 2.0.9
2019-09-26 23:38:53 +02:00
R. RyanTM aff9d8b1a2 kafkacat: 1.4.0 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kafkacat/versions
2019-09-26 14:24:59 -07:00
Lily Ballard 8686f44139 jazzy: 0.11.1 -> 0.11.2 2019-09-26 11:11:33 -07:00
R. RyanTM 29a7877a08 git-quick-stats: 2.0.8 -> 2.0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/git-quick-stats/versions
2019-09-26 11:11:17 -07:00
Vincent Laporte 348c8947e0 ocamlPackages.utop: 2.4.1 → 2.4.2
Ensures compatibility with OCaml 4.09
2019-09-26 17:27:11 +00:00
R. RyanTM f4b470545d fdroidserver: 1.1.4 -> 1.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fdroidserver/versions
2019-09-26 08:45:24 -07:00
Tim Steinbach 6ab2a81b3e
jenkins: 2.176.3 -> 2.190.1 2019-09-26 10:45:50 -04:00
Mario Rodas 941d3fc372
Merge pull request #69450 from r-ryantm/auto-update/autoflake
autoflake: 1.3 -> 1.3.1
2019-09-26 08:41:01 -05:00
Mario Rodas 8a6c8f904f
Merge pull request #69508 from r-ryantm/auto-update/buck
buck: 2019.06.17.01 -> 2019.09.12.01
2019-09-26 08:38:57 -05:00
Jörg Thalheim 287dbd1562
Merge pull request #69507 from tobim/pkgs/ccls
ccls: 0.20190823 -> 0.20190823.3
2019-09-26 12:52:40 +01:00
R. RyanTM 7c93929d3d buck: 2019.06.17.01 -> 2019.09.12.01
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-09-26 04:32:44 -07:00
Tobias Mayer 2963c8811e ccls: 0.20190823 -> 0.20190823.3 2019-09-26 13:16:41 +02:00
R. RyanTM 1d542a7794 checkstyle: 8.23 -> 8.24
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-09-26 00:36:47 -07:00
R. RyanTM e7c4781662 autoflake: 1.3 -> 1.3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autoflake/versions
2019-09-25 22:11:55 -07:00
Dmitry Kalinkin b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Dmitry Kalinkin c455adcc42
Merge branch 'master' into staging-next
Fixes eval on darwin after #69072

Resolved conflict in pkgs/tools/security/thc-hydra/default.nix
Basically had to revert a1c0e10564 which
adapts #69210 to master that doesn't yet have
329a88efa7

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:21:46 -04:00
Filipe Regadas cf72659ca0
fixup! Updated list of urls 2019-09-25 20:08:50 +01:00
Chuck a45b3ad89f
makeWrapper: Remove unused extraFlagsArray feature
There is a bug in this feature: It allows extra arguments to leak in
from the environment. For example:

  $ export extraFlagsArray=date
  $ man ls

Note that you get the man page for date rather than for ls. This happens
because 'man' happens to use a wrapper (to add groff to its PATH).

An attempt to fix this was made in 5ae18574fc in PR #19328 for
issue #2537, but 1. That change didn't actually fix the problem because
it addressed makeWrapper's environment during the build process, not the
constructed wrapper script's environment after installation, and 2. That
change was apparently accidentally lost when merged with 7ff6eec5fd.

Rather than trying to fix the bug again, we remove the extraFlagsArray
feature, since it has never been used in the public repo in the ten
years it has been available.

wrapAclocal continues to use its own, separate flavor of extraFlagsArray
in a more limited context. The analogous bug there was fixed in
4d7d10da6b in 2011.
2019-09-25 09:23:09 -07:00
Max Wittig 92d5acb41a
gitlab-runner: 12.2.0 -> 12.3.0 2019-09-25 15:53:55 +02:00
Filipe Regadas 5cd72ae5c4
Updated list of urls 2019-09-25 10:50:02 +01:00
Christine Koppelt e3dc1865d4 maven: 3.6.1 -> 3.6.2 2019-09-25 09:26:53 +02:00
Jörg Thalheim 94bd708252
Merge pull request #69337 from vbgl/ocamlformat-0.11.0
ocamlformat: 0.8 → 0.11.0
2019-09-24 10:54:25 +01:00
Jörg Thalheim f3a9e9c226
ocamlPackages.camlp5: 7.08 → 7.10 (#69185)
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-24 07:25:22 +01:00
Vladimír Čunát 192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Vladimír Čunát eab41878ac
Merge branch 'master' into staging-next 2019-09-24 08:14:34 +02:00
Vincent Laporte 9c427a0c1e
ocamlformat: 0.8 → 0.11.0 2019-09-24 05:53:06 +00:00
Jörg Thalheim bfed455de3
Merge pull request #68946 from volth/escape
treewide: fix string escapes
2019-09-24 04:19:12 +01:00
uHOOCCOOHu d22b4859a1 valgrind: move perl to buildInputs
Perl is needed for `callgrind_{annotate,control}'.
2019-09-23 19:35:48 -04:00
Filipe Regadas fbd3e7b9e5
Update sbt to 1.3.2 2019-09-23 22:22:55 +01:00
lewo b7406b8eda
Merge pull request #68551 from nlewo/pr-skopeo
skopeo: 0.1.37 -> 0.1.39
2019-09-23 09:22:11 +02:00
Orivej Desh e675e2763e gdb: build with libipt
This adds support for "record btrace pt" command.
2019-09-22 21:34:32 +00:00
Orivej Desh dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
adisbladis 083c3b9251
cask: Use generated src/version from Melpa 2019-09-22 16:48:00 +01:00
adisbladis 4698473f45
Merge pull request #69204 from etu/fix-cask
cask: Fix cask usage
2019-09-22 16:47:47 +01:00
adisbladis 17bf171b13
Merge pull request #69229 from marsam/use-buildGoPackage
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Robin Gloster e8efeaac4f
Merge pull request #69196 from dtzWill/update/gdb-8.3.1
gdb: 8.3 -> 8.3.1
2019-09-22 16:58:00 +02:00
Jan Tojnar f2b9f5baa5
Merge branch 'staging-next' into staging 2019-09-22 16:39:56 +02:00
Jan Tojnar 11c2b06dd2
Merge branch 'master' into staging-next 2019-09-22 16:39:12 +02:00
Jan Tojnar f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Jörg Thalheim d217fce304
bazel-buildtools: 0.28.0 -> 0.29.0 (#68475)
bazel-buildtools: 0.28.0 -> 0.29.0
2019-09-22 14:45:17 +01:00
Rémi NICOLE 20de44845d bingrep: init at 0.7.0 (#69021) 2019-09-22 10:54:45 +00:00
Vladimír Čunát 6c567ed797
Merge branch 'staging-next' into staging 2019-09-22 10:06:45 +02:00
Vladimír Čunát 4e5b465052
patchelf: 0.10 -> 0.9 (downgrade!)
This is a partial revert of #58715.  Bumping the default caused problems
described in #69213.  I tested that the vscode corruption happened even
with the 0.10 pre-release, so I'm keeping patchelfUnstable on 0.10
(patchelfUnstable shouldn't cause a large rebuild anyway)
2019-09-22 09:47:36 +02:00
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
Will Dietz d1f7bb2ad9
gdb: 8.3 -> 8.3.1
https://lists.gnu.org/archive/html/info-gnu/2019-09/msg00006.html
2019-09-21 02:51:02 -05: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
Matthew Bauer d8b7b95ac6 Merge remote-tracking branch 'origin/master' into staging 2019-09-20 23:25:24 -04: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 f81d43b94c Merge staging-next into staging 2019-09-19 17:00:07 +02: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
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar f5ef80b46d
Merge branch 'staging-next' into staging 2019-09-18 21:16:01 +02: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 268872d996
Merge branch 'staging-next' into staging 2019-09-16 19:25:54 +02:00
Vladimír Čunát fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Will Dietz b86f9d6d46 bison: 3.4.1 -> 3.4.2, bugfix release (#68734) 2019-09-16 10:58:43 -04: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
Enno Lohmeier 90608a3892 drone: 0.8.6 -> 1.3.1 2019-09-10 11:31:19 +02: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
Will Dietz 718dbcaf13 bear: 2.4.1 -> 2.4.2 2019-09-06 21:14:08 +02:00
Daniël de Kok 05a0bf99c9 maturin: 0.7.1 -> 0.7.2
GitHub release:
https://github.com/PyO3/maturin/releases/tag/v0.7.2

This release provides some cross-compilation fixes.
2019-09-06 19:18:08 +02:00
Vlad Artamonov 25ac92e825 dep: 0.5.1 -> 0.5.4 2019-09-06 19:17:03 +02:00
Jan Tojnar 8563088e69
Merge branch 'staging-next' into staging 2019-09-06 16:55:45 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
adisbladis a3032415f7
kibana5: Remove EOL package 2019-09-06 14:30:49 +01:00
Benjamin Hipple 7d3b44c9be waf: 2.0.15 -> 2.0.18 2019-09-06 14:35:59 +02:00
scalavision 24ebaf4f64 mill: 0.5.0->0.5.1 2019-09-06 10:26:30 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Jörg Thalheim a7c12f59f8
Merge pull request #68140 from esclear/fix-cutter
Fix radare2-cutter: Wrap Cutter with Qt wrapper
2019-09-05 15:46:38 +01:00
Daniel Albert 5864b89767 Fix radare2-cutter: Wrap Cutter with Qt wrapper
Cutter would not find Qt plugins. This is fixed by wrapping it.
2019-09-05 16:18:37 +02:00
Mario Rodas 584ca4c8ee
flow: 0.106.0 -> 0.107.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.107.0
2019-09-04 20:00:00 -05:00
Jan Tojnar e7cccdbb13
Merge pull request #68105 from jtojnar/meson-darwin-fix
meson: fix darwin patch
2019-09-04 16:59:33 +02:00
Jan Tojnar 1be03500d5
meson: fix darwin patch
Somehow I missed this in https://github.com/NixOS/nixpkgs/pull/67596
2019-09-04 16:10:56 +02:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Franz Pletz de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Jörg Thalheim bf14c2076c
radare2: 3.7.0 -> 3.8.0 2019-09-03 14:49:35 +01:00
Guillaume Bouchard 67904dccbb bazel: 0.28.1 -> 0.29.0
- Upgraded dependencies
  - dependencies script upgraded to take into account new WORKSPACE
    rules
- Tests now depends on the `distdir`

Runtime bazel now also depends on the `distdir` setting which appears
in the global configuration file. This increases the bazel closure
size by 85 MO for stuffs which can normally be downloaded at runtime
by bazel. However, any invocation of `buildBazelPackage` (such as in
`bazel-watcher`) may fail in nix sandbox if theses files are not
available at runtime.

If this overhead is too important, we may later evolve to a finer
grained solution, where buildBazelPackage declares the list of
necessary dependencies.
2019-09-03 13:12:53 +02:00
Marek Mahut 3802b4113a
Merge pull request #67984 from marsam/update-devpi-server
devpi-server: 4.9.0 -> 5.1.0
2019-09-03 11:01:13 +02:00
Mario Rodas b9329a88b9
devpi-server: 4.9.0 -> 5.1.0 2019-09-02 22:00:00 -05:00
Mario Rodas 9bd820c542
dive: 0.7.2 -> 0.8.0 2019-09-02 20:46:48 -05:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Emily d13e64641d icestorm: use libftdi1 rather than libftdi 2019-09-02 16:11:17 -05:00
Emily c9625fa9ac icestorm: 2019.08.15 -> 2019.08.31 2019-09-02 16:11:17 -05:00
Mario Rodas 0e04dfdccb
pgformatter: init at 4.0 2019-09-01 16:20:00 -05:00
Emily 2450e41497 trellis: 2019.08.09 -> 2019.09.01 2019-09-01 14:22:49 -05:00
Ivan Kozik 78d1b2d29e cargo-watch: enable for darwin 2019-09-01 09:45:02 +00:00
Marek Mahut 29e7629318
Merge pull request #67865 from ivan/init-diesel-cli
diesel-cli: init at 1.4.0
2019-09-01 08:51:32 +02:00
Marek Mahut 05fbc579cd
Merge pull request #67815 from xrelkd/add/cargo-watch
cargo-watch: init at 7.2.1
2019-09-01 08:28:14 +02:00
Ivan Kozik 1ac28e704f diesel-cli: init at 1.4.0
Fixes #67797.
2019-09-01 03:39:23 +00:00
Aaron Andersen 945f47a139
Merge pull request #66099 from timor/udis86
udis86: init at 1.7.2
2019-08-31 17:50:43 -04:00
Marek Mahut 24f182bc42
Merge pull request #67783 from jollheef/out-of-tree-v1.1.0
out-of-tree: 1.0.1 -> 1.1.1
2019-08-31 22:29:08 +02:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk 96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
Aaron Andersen 6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
Update vulkan packages
2019-08-31 11:45:50 -04:00
timor 09781e81c3 udis86: init at 1.7.2 2019-08-31 16:38:26 +02:00
MetaDark 5c22c8ba94 ccls: 0.20190314.1 -> 0.20190823 2019-08-31 10:03:32 -04:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Aaron Andersen e916439453
Merge pull request #67812 from danieldk/maturin-0.7.1
maturin: 0.7.0 -> 0.7.1
2019-08-31 06:57:00 -04:00
Samuel Leathers 4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
* upstream/master:
  vimPlugins: update (#67823)
  mattermost-desktop: 4.2.0 -> 4.2.3 (#67717)
  lightspark: init at 0.8.1 (#67425)
  anki: 2.1.11 -> 2.1.14 (#67738)
  nixos/{namecoind,bitcoind}: removing the altcoin prefix
  rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
Aaron Andersen 4c6b09d134
Merge pull request #67618 from endocrimes/i-gotestsum
gotestsum: Init at 0.3.5
2019-08-31 06:45:13 -04:00
Andreas Rammhold 5fd022d65c
Merge pull request #65856 from jonringer/bump-cbindgen
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 11:45:36 +02:00
Mikhail Klementev c2cd35c4cb
out-of-tree: 1.0.1 -> 1.1.1 2019-08-31 08:16:45 +00:00
Danielle Lancashire 1c9253ce2b
gotestsum: Init at 0.3.5 2019-08-31 10:09:32 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
xrelkd 18508dcb6a cargo-watch: init at 7.2.1 2019-08-31 14:47:01 +08:00
Daniël de Kok 72f711eada maturin: 0.7.0 -> 0.7.1
Change:

- maturin build --interpreter/maturin publish --interpreter builds
  only a source distribution.
2019-08-31 07:36:28 +02:00
Andreas Herrmann 1bf70fd2f1 bazel: cctools runtime dependency on darwin (#66724)
The bazel build patches paths like `/usr/bin/install_name_tool` to refer
to `${cctools}/bin/install_name_tool` instead. If the corresponding
runtime dependency is not denoted, then darwin users can encounter "file
not found" errors, e.g. when they fetch bazel from a binary cache and
don't have `cctools` in their own nix store.
2019-08-30 22:35:33 -06:00
Aaron Andersen 27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Maximilian Bosch 1a1d1bc389
Merge pull request #67786 from danieldk/maturin
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Ihar Hrachyshka 59bed0a7b3 Adjust patchelfUnstable to patchelf derivation layout 2019-08-30 13:18:10 -07:00
Ihar Hrachyshka 0611b32e92 patchelf: fixed tests for musl
The recipe is copied from patchelfUnstable.
2019-08-30 13:18:06 -07:00
Ihar Hrachyshka f345dc1dad Bump patchelfUnstable to 0.10
This is to reflect the bump for regular version. We are leaving
patchelfUnstable b/c in the future we may need it to get the very latest
patches to patchelf again.
2019-08-30 13:17:58 -07:00
Ihar Hrachyshka d7fb15024f Bump patchelf to 0.10
This release contains three years of bug fixes and improvements.
2019-08-30 13:17:01 -07:00
zimbatm 3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm 027b117fee
pigeon: init at 20160310 2019-08-30 21:56:12 +02:00
Daniël de Kok 7e29ce8a77 maturin: 0.6.1 -> 0.7.0
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:

- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
  metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00
adisbladis 41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
Marek Mahut 65f7fa4f6e
Merge pull request #67333 from nlewo/pr-yq-go
yq-go: init at 2.4.0
2019-08-30 13:36:31 +02:00
tobias pflug 11ec70c0ff hydra-cli: init at 0.2.0 2019-08-30 11:33:21 +02:00
Marek Mahut b122bbf116
Merge pull request #67743 from averelld/gradle-upgrade
gradle: 5.3.1 -> 5.6.1
2019-08-30 10:46:27 +02:00
Marek Mahut 58b2798859
Merge pull request #67685 from xrelkd/update/cargo-bloat
cargo-bloat: 0.8.2 -> 0.8.3
2019-08-30 10:40:40 +02:00
Marek Mahut 2bcc36ee3d
Merge pull request #67647 from artemist/one_gadget
one_gadget: 1.6.2 → 1.7.2
2019-08-30 10:25:27 +02:00
Antoine Eiche 984acf8004 yq-go: init at 2.4.0 2019-08-30 10:17:55 +02:00
Marek Mahut d9e7601926
Merge pull request #67658 from averelld/lsof-update
lsof: 4.91 -> 4.93.2
2019-08-30 10:17:48 +02:00
Averell Dalton a7a6528c61 lsof: 4.91 -> 4.93.2 2019-08-30 06:51:12 +02:00
Averell Dalton 9a2f83feb9 gradle: 5.3.1 -> 5.6.1 2019-08-30 04:37:56 +02:00
Tim Steinbach 3e30f3e1f9
jenkins: 2.176.2 -> 2.176.3 2019-08-29 12:40:21 -04:00
xrelkd 17e833d8e5 cargo-bloat: 0.8.2 -> 0.8.3 2019-08-29 20:08:20 +08:00
xrelkd b5977ddd8e cargo-web: 0.6.25 -> 0.6.26 2019-08-29 18:03:52 +08:00
Matthew Glazar 7ba8b728dc include-what-you-use: 0.10 -> 0.12
Release notes:
https://github.com/include-what-you-use/include-what-you-use/releases/tag/clang_8.0

IWYU version 0.12 is based on LLVM/Clang version 8.0.
2019-08-28 22:31:57 -07:00
Jan Tojnar 2d00fed978
Merge pull request #67596 from jtojnar/meson-0.51.2
meson: 0.50.1 → 0.51.2
2019-08-29 00:31:45 +02:00
Jan Tojnar b03016bf66
meson: 0.50.1 → 0.51.2
https://mesonbuild.com/Release-notes-for-0-51-0.html
2019-08-28 22:22:35 +02:00
Artemis Tosini a4ca80771e
one_gadget: 1.6.2 → 1.7.2 2019-08-28 19:29:17 +00:00
Imuli 7863697575 fly: 5.3.0 -> 5.4.1 (#67633) 2019-08-28 12:30:18 -06:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vincent Laporte f7387ad383 ocamlPackages.utop: 2.3.0 -> 2.4.1
ocamlPackages.zed: 1.6 -> 2.0.3

ocamlPackages.lambdaTerm: 1.13 -> 2.0.2
2019-08-28 06:36:57 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Marek Mahut 9760593a52
Merge pull request #67531 from jonringer/bump-texi2html
texi2html: 1.82 -> 5.0
2019-08-27 10:35:45 +02:00
Marek Mahut c0e2e095c8
Merge pull request #67512 from jlesquembre/skaffold
skaffold: 0.35.0 -> 0.36.0
2019-08-27 10:08:25 +02:00
Mario Rodas 7a4a8e0089
Merge pull request #67499 from marsam/update-tflint
tflint: 0.10.1 -> 0.10.3
2019-08-26 23:14:34 -05:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Jonathan Ringer 38f810ea33 texi2html: 1.82 -> 5.0 2019-08-26 13:16:43 -07:00
obadz a9b4e7592f
Merge pull request #66299 from jdanekrh/jd_fsharp_update_mono
fsharp41: 4.1.7 -> 4.1.34; mono = mono6
2019-08-26 19:53:30 +01:00
José Luis Lafuente 1fe6e41ccc
skaffold: 0.35.0 -> 0.36.0 2019-08-26 18:52:37 +02:00
Peter Hoeg ffbf1db5c2 sqlitebrowser: build on darwin too 2019-08-26 19:20:59 +08:00
Peter Hoeg 96f5d7941a sqlitebrowser: do not use vendored qscintilla 2019-08-26 19:09:59 +08:00
Peter Hoeg 780e656e8a
Merge pull request #67486 from peterhoeg/f/astyle
astyle: use cmake to avoid having to manually manage the build
2019-08-26 18:47:39 +08:00
Mario Rodas 01efdec356
tflint: 0.10.1 -> 0.10.3
Changelog: https://github.com/wata727/tflint/releases/tag/v0.10.3
2019-08-26 04:20:00 -05:00
Peter Hoeg 076f9d88dd astyle: use cmake to avoid having to manually fix up LDFLAGS 2019-08-26 16:40:04 +08:00
Roman Volosatovs 3f4144c30a gofumpt: Init at 2019-07-29 (#66892) 2019-08-25 18:29:21 -06:00
worldofpeace 3f36ec5d33
Merge pull request #67136 from jollheef/out-of-tree-v1.0.1
out-of-tree: init at 1.0.1
2019-08-25 14:54:51 -04:00
Robin Gloster 616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00