Commit Graph

16746 Commits

Author SHA1 Message Date
R. RyanTM
d37cd94a4a gamecube-tools: 1.0.2 -> 1.0.4 2021-06-18 05:19:40 +00:00
R. RyanTM
a37b662ba1 flow: 0.152.0 -> 0.153.0 2021-06-18 04:48:41 +00:00
R. RyanTM
668216cd0e fission: 1.12.0 -> 1.13.0 2021-06-18 04:34:09 +00:00
Mario Rodas
e30e177ff1 brakeman: 5.0.0 -> 5.0.4 2021-06-18 04:20:00 +00:00
Ryan Burns
bec5a8c533 ccache: fix tests on darwin 2021-06-17 17:42:17 -07:00
Malte Brandy
4b2e95ca2a
Merge branch 'master' into haskell-updates 2021-06-17 19:13:59 +02:00
06kellyjac
751ae12d6f terraform-ls: 0.18.0 -> 0.18.1 2021-06-17 16:53:16 +01:00
Ryan Mulligan
8b1221f601
Merge pull request #127196 from r-ryantm/auto-update/earthly
earthly: 0.5.16 -> 0.5.17
2021-06-17 08:31:20 -07:00
R. RyanTM
818201e4b5 bazel-remote: 2.0.1 -> 2.1.0 2021-06-17 17:21:34 +02:00
figsoda
3f9ab36710 stylua: 0.9.0 -> 0.9.1 2021-06-17 11:20:56 -04:00
Sandro
dacb6a91da
Merge pull request #127168 from r-ryantm/auto-update/cargo-msrv
cargo-msrv: 0.6.0 -> 0.7.0
2021-06-17 17:13:33 +02:00
R. RyanTM
d069d23716 golangci-lint: 1.40.1 -> 1.41.0 2021-06-17 13:29:59 +00:00
R. RyanTM
c562271f72 earthly: 0.5.16 -> 0.5.17 2021-06-17 09:53:14 +00:00
R. RyanTM
228baac5a4 cargo-make: 0.33.0 -> 0.34.0 2021-06-17 13:59:06 +09:00
R. RyanTM
9f695b8d1a cargo-msrv: 0.6.0 -> 0.7.0 2021-06-17 02:11:32 +00:00
R. RyanTM
cbb17d3bcb azure-storage-azcopy: 10.10.0 -> 10.11.0 2021-06-16 18:11:18 -07:00
github-actions[bot]
51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Sandro
f4ca9882ff
Merge pull request #127128 from baloo/baloo/bindgen/llvm_latest
rust-bindgen: some features of bindgen require a recent version of llvm
2021-06-16 23:58:53 +02:00
R. RyanTM
90022056f5 byacc: 20210109 -> 20210520 2021-06-16 13:36:12 -07:00
Arthur Gautier
61a9aafda6 rust-bindgen: some features of bindgen require a recent version of llvm
Features likes 'asm goto' are only available if compiled with llvm >= 11.

This is required for rust-in-linux development for example. I believe
binding to llvmPackages_latest is an acceptable tradeoff.

```
  RUSTC L rust/build_error.o
error: unknown argument: '-fmacro-prefix-map=./='
error: unknown argument: '-fno-stack-clash-protection'
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option]
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option]
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm'
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm'
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm'
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
error: unknown argument: '-fmacro-prefix-map=./=', err: true
error: unknown argument: '-fno-stack-clash-protection', err: true
error: unknown warning option '-Wno-frame-address'; did you mean '-Wno-address'? [-Wunknown-warning-option], err: true
error: unknown warning option '-Wno-pointer-to-enum-cast' [-Wunknown-warning-option], err: true
./arch/x86/include/asm/bitops.h:138:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:162:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/bitops.h:201:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/list.h:282:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:318:27: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:821:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./include/linux/list.h:830:10: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
./arch/x86/include/asm/atomic.h:83:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:123:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:137:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic.h:152:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:76:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:118:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:132:9: error: 'asm goto' constructs are not supported yet, err: true
./arch/x86/include/asm/atomic64_64.h:147:9: error: 'asm goto' constructs are not supported yet, err: true
./include/linux/jump_label.h:278:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:284:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:306:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:309:3: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:317:2: error: expected '(' after 'asm', err: true
./include/linux/jump_label.h:320:3: error: expected '(' after 'asm', err: true
./include/linux/llist.h:189:9: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier], err: false
fatal error: too many errors emitted, stopping now [-ferror-limit=], err: true
thread 'main' panicked at 'Unable to generate bindings: ()', src/main.rs:54:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make[1]: *** [rust/Makefile:141: rust/bindings_generated.rs] Error 1
make[1]: *** Deleting file 'rust/bindings_generated.rs'
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-16 18:52:09 +00:00
github-actions[bot]
2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Florian Beeres
ef74702bff
litestream: init at 0.3.5 (#127108)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-16 19:06:30 +02:00
Sandro
4d374223f7
Merge pull request #126994 from r-ryantm/auto-update/dotenv-linter 2021-06-16 18:33:01 +02:00
Sandro
f68a20933e
Merge pull request #127072 from jojosch/twirp-8.1.0 2021-06-16 17:43:45 +02:00
José Luis Lafuente
779cb5580d tree-sitter: update grammars
Switch to nvim-treesitter/tree-sitter-lua for lua,
since current lua grammar is broken for 0.19.5
2021-06-16 16:53:57 +02:00
Maximilian Bosch
d646b9cf44
packer: 1.7.2 -> 1.7.3 (#127057)
ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.3/CHANGELOG.md#173-june-15-2021
2021-06-16 15:49:25 +02:00
Johannes Schleifenbaum
728c149ebd
protoc-gen-twirp: 8.0.0 -> 8.1.0 2021-06-16 13:21:26 +02:00
Joe Hermaszewski
2d95c11e1c nix-linter: 2020-09-25 -> 2021-06-16
Also add to haskellPackages
2021-06-16 11:18:27 +02:00
github-actions[bot]
f060a3768b
Merge master into staging-next 2021-06-16 06:04:41 +00:00
R. RyanTM
52ffe02b31 checkstyle: 8.42 -> 8.43 2021-06-15 21:47:52 -07:00
Jonathan Ringer
d1d37feb6d
Merge branch 'master' into staging-next
Conflicts:
  pkgs/servers/x11/xorg/default.nix
2021-06-15 19:32:36 -07:00
Sandro
df4ffccc5c
Merge pull request #126863 from alyssais/bear
bear: 3.0.9 -> 3.0.12
2021-06-16 03:33:22 +02:00
Arseniy Seroka
99d6ee52b1
Merge pull request #126989 from ruuda/butane0121
butane: 0.12.0 -> 0.12.1
2021-06-16 01:07:51 +03:00
Robert Schütz
0b1ec4bd68
Merge pull request #126940 from SuperSandro2000/websocket_client
pythonPackages: websocket_client -> websocket-client
2021-06-16 00:04:27 +02:00
R. RyanTM
45c92cb8bc dotenv-linter: 3.0.0 -> 3.1.0 2021-06-15 20:52:07 +00:00
Sandro
60e002c0f2
Merge pull request #126976 from figsoda/stylua
stylua: 0.8.1 -> 0.9.0
2021-06-15 22:13:41 +02:00
Ruud van Asseldonk
fc35d70fd8 butane: 0.12.0 -> 0.12.1 2021-06-15 22:12:40 +02:00
Sandro
2bec6f6d9a
Merge pull request #126958 from 06kellyjac/just 2021-06-15 22:10:31 +02:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Sandro
2b6b345900
wiggle: cleanup (#126900) 2021-06-15 21:55:54 +02:00
Sandro
16e9a398d9
Merge pull request #126904 from witkamp/irony
irony-server: fixed darwin build
2021-06-15 21:54:59 +02:00
figsoda
bc57cac75f stylua: 0.8.1 -> 0.9.0 2021-06-15 13:50:48 -04:00
06kellyjac
5e5cdf6a00 just: 0.9.4 -> 0.9.5 2021-06-15 16:11:08 +01:00
Sandro
f7521e2abd
Merge pull request #126059 from timbertson/gup
gup: 0.7.0 -> 0.8.0
2021-06-15 16:50:11 +02:00
Jan Tojnar
91171e2955
Merge branch 'master' into staging-next
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-15 11:19:41 +02:00
JesusMtnez
43d1855378
sbt: 1.5.3 -> 1.5.4 2021-06-15 06:12:50 +02:00
Theodore Witkamp
86ff405947 irony-server: fixed darwin build 2021-06-14 19:56:00 -07:00
Alyssa Ross
5d08999385
bear: 3.0.9 -> 3.0.12
Fixes: https://github.com/NixOS/nixpkgs/pull/117413
2021-06-14 18:12:02 +00:00
Andika Demas Riyandi
15353873f2
sentry-cli: init at 1.66.0 (#126228) 2021-06-14 17:37:13 +02:00
Sandro
e8d07ac0d9
Merge pull request #126802 from figsoda/stylua
stylua: init at 0.8.1
2021-06-14 14:24:06 +02:00
github-actions[bot]
f2ba460019
Merge master into staging-next 2021-06-14 12:04:41 +00:00
Sandro
35076cc90c
Merge pull request #126821 from fabaff/bump-litecli
litecli: 1.5.0 -> 1.6.0
2021-06-14 14:00:04 +02:00
Fabian Affolter
a52e3408fa litecli: 1.5.0 -> 1.6.0 2021-06-14 12:47:46 +02:00
Sandro
d258a6f7b4
Merge pull request #126747 from 06kellyjac/terraform-ls
terraform-ls: drop test that fail on aarch64 for aarch64 builds
2021-06-14 12:45:46 +02:00
figsoda
c3218e1ff7 stylua: init at 0.8.1 2021-06-13 22:47:06 -04:00
github-actions[bot]
23986c7b23
Merge master into staging-next 2021-06-13 18:04:25 +00:00
Michael Livshin
8e06a39574 clang-tools: fix clangd
Whatever change has necessitated
https://github.com/NixOS/nixpkgs/pull/122044, it also broke clangd --
<clang-wrapper>/resource-root/include is no longer automagically
searched for includes, which kills pretty much any indexing since that
directory contains vital stuff like stddef.h etc.

Fix by appending the directory to CPATH & CPLUS_INCLUDE_PATH in the
clangd wrapper.
2021-06-13 17:31:16 +03:00
06kellyjac
a936ab5eb6 terraform-ls: drop test that fail on aarch64 for aarch64 builds 2021-06-13 12:39:15 +01:00
github-actions[bot]
261638938e
Merge master into staging-next 2021-06-13 00:10:24 +00:00
Sandro Jäckel
10f85360c6
maintainers: remove jD91mZM2
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
2021-06-12 23:13:40 +02:00
Sandro
0b277ac4ef
Merge pull request #126691 from ericdallo/polylith-init
polylith: init at 0.1.0-alpha9
2021-06-12 21:44:02 +02:00
Eric Dallo
e1d5e9da32
polylith: init at 0.1.0-alpha9 2021-06-12 15:12:52 -03:00
github-actions[bot]
65a7d168af
Merge master into staging-next 2021-06-12 18:04:56 +00:00
Mario Rodas
c9ddfed170 tflint: 0.29.0 -> 0.29.1
https://github.com/terraform-linters/tflint/releases/tag/v0.29.1
2021-06-12 04:20:00 +00:00
github-actions[bot]
8d3108832e
Merge master into staging-next 2021-06-12 00:10:23 +00:00
R. RyanTM
c3173699c7 ammonite: 2.3.8 -> 2.4.0 2021-06-11 19:03:51 -04:00
github-actions[bot]
212846c302
Merge master into staging-next 2021-06-11 12:04:38 +00:00
Fabian Affolter
8abb6b4488
Merge pull request #126572 from SuperSandro2000/act
act: 0.2.22 -> 0.2.23
2021-06-11 13:57:35 +02:00
Tim Cuthbertson
9012ed2a80
reuse version variable
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-11 21:49:20 +10:00
Sandro Jäckel
337eedb066
act: 0.2.22 -> 0.2.23 2021-06-11 10:46:17 +02:00
Sandro
08b351d45e
Merge pull request #126518 from 06kellyjac/terraform-ls
terraform-ls: 0.16.2 -> 0.18.0
2021-06-11 10:32:43 +02:00
Jörg Thalheim
9afd1530d7
radare2: 5.3.0 -> 5.3.1 2021-06-11 08:57:53 +02:00
github-actions[bot]
dcfc502458
Merge master into staging-next 2021-06-11 00:09:47 +00:00
TredwellGit
c430731cc3 electron_11: 11.4.7 -> 11.4.8
https://github.com/electron/electron/releases/tag/v11.4.8
2021-06-10 23:06:01 +00:00
TredwellGit
fc8db5e7c2 electron_12: 12.0.10 -> 12.0.11
https://github.com/electron/electron/releases/tag/v12.0.11
2021-06-10 23:05:14 +00:00
TredwellGit
188a11521b electron_13: 13.1.0 -> 13.1.2
https://github.com/electron/electron/releases/tag/v13.1.1
https://github.com/electron/electron/releases/tag/v13.1.2
2021-06-10 23:04:28 +00:00
Sandro
2c4a7e6e47
Merge pull request #125290 from fabaff/sqlfluff
sqlfluff: init at 0.6.0a2
2021-06-10 21:09:10 +02:00
Sandro
4bf92b3f0f
Merge pull request #126464 from St0rmingBr4in/master 2021-06-10 20:57:20 +02:00
Sandro
3ae46fe792
Merge pull request #126454 from ruuda/butane0120
butane: 0.11.0 -> 0.12.0
2021-06-10 20:51:59 +02:00
Sandro
0580e72e2d
Merge pull request #126499 from 06kellyjac/dockle
dockle: 0.3.14 -> 0.3.15
2021-06-10 20:35:14 +02:00
Sandro
1389e6eaa2
Merge pull request #126517 from thiagokokada/bump-clojure-lsp
clojure-lsp: 2021.04.13-12.47.33 -> 2021.06.01-16.19.44
2021-06-10 20:32:54 +02:00
github-actions[bot]
870106ba69
Merge master into staging-next 2021-06-10 18:14:17 +00:00
06kellyjac
6419fc3f21 terraform-ls: 0.16.2 -> 0.18.0
Set buildFlagsArray in bash
Ensure pre-release is empty
Remove the check that requires networking so we can run tests
Add changelog

Add myself as a maintainer
2021-06-10 19:09:10 +01:00
Thiago Kenji Okada
cf6f922924 clojure-lsp: 2021.04.13-12.47.33 -> 2021.06.01-16.19.44 2021-06-10 15:00:22 -03:00
Bjørn Forsman
1b1f196fe6 qcachegrind: license gpl2 -> gpl2Plus
According to https://apps.kde.org/kcachegrind/.
2021-06-10 19:24:58 +02:00
Bjørn Forsman
16cbc80a93 qcachegrind: fix fatal Could not find the Qt platform plugin "xcb" in "" 2021-06-10 19:24:58 +02:00
06kellyjac
237a38e126 dockle: 0.3.14 -> 0.3.15 2021-06-10 17:57:07 +01:00
Ryan Mulligan
3bdf717009
Merge pull request #126310 from r-ryantm/auto-update/earthly
earthly: 0.5.15 -> 0.5.16
2021-06-10 08:39:29 -07:00
github-actions[bot]
51dce04dde
Merge master into staging-next 2021-06-10 12:05:05 +00:00
Sandro
9e26d882c8
Merge pull request #126356 from drupol/feature/add-symfony-cli 2021-06-10 10:21:22 +02:00
Ruud van Asseldonk
db5fdb7107 butane: 0.11.0 -> 0.12.0 2021-06-10 09:02:26 +02:00
github-actions[bot]
da8d931c82
Merge master into staging-next 2021-06-10 06:07:24 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Julien DOCHE
edbd277ddc flawfinder: Add supported platforms
The package cannot be installed otherwise.

Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
2021-06-10 02:30:47 +02:00
github-actions[bot]
8d9549f31c
Merge master into staging-next 2021-06-10 00:06:41 +00:00
R. RyanTM
90d944e42f byacc: 20200910 -> 20210109 2021-06-09 23:35:31 +00:00
Pol Dellaiera
f1bbe0c2ca symfony-cli: init at 4.25.2 2021-06-09 20:28:10 +02:00
github-actions[bot]
f242b07bc2
Merge master into staging-next 2021-06-09 18:14:51 +00:00
Alyssa Ross
4de8cbfb16 bmake.passthru.setupHook: set some defaults
These are all read from the environment by the default bmake
stdlib (e.g. <bsd.prog.mk>, <bsd.own.mk>).  Some of the default
values (like building cat pages instead of man pages, or stripping
binaries when installing) don't really make sense for Nixpkgs, so we
override them here for every build using bmake.

Eventually I'd like to unify the bmake setupHook and the NetBSD make
setupHook, but not today.
2021-06-09 12:44:43 +00:00
Ryan Mulligan
edf55bc389
Merge pull request #126308 from r-ryantm/auto-update/dockle
dockle: 0.3.13 -> 0.3.14
2021-06-09 05:37:42 -07:00