Commit graph

16849 commits

Author SHA1 Message Date
Subhrajyoti Sen 36387e364f
ktlint: 0.40.0 -> 0.41.0 (#119877) 2021-06-18 12:14:50 +02:00
Sandro 3fbace382d
Merge pull request #127282 from r-burns/ccache
ccache: fix tests on darwin
2021-06-18 12:11:40 +02:00
Sandro b4cad9f225
Merge pull request #127233 from 06kellyjac/terraform-ls
terraform-ls: 0.18.0 -> 0.18.1
2021-06-18 11:53:32 +02:00
Sandro 3daab2d424
Merge pull request #127220 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.40.1 -> 1.41.0
2021-06-18 11:53:19 +02:00
Sandro dc24c0f714
Merge pull request #127230 from figsoda/stylua
stylua: 0.9.0 -> 0.9.1
2021-06-18 11:30:40 +02:00
R. RyanTM c419ced74d esbuild: 0.12.7 -> 0.12.9 2021-06-18 18:14:29 +09:00
R. RyanTM 68a113506f kustomize-sops: 2.5.5 -> 2.5.6 2021-06-18 08:44:49 +00:00
R. RyanTM 2ffff5d9bb gosec: 2.8.0 -> 2.8.1 2021-06-18 06:21:50 +00:00
R. RyanTM 5420c28e67 go-toml: 1.9.2 -> 1.9.3 2021-06-18 06:10:54 +00:00
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
github-actions[bot] 6d1e6ab15a
Merge master into staging-next 2021-06-17 18:04:42 +00: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
github-actions[bot] 597535ca02
Merge master into staging-next 2021-06-17 06:04:38 +00:00
R. RyanTM d0c34a1642 fly: 7.3.1 -> 7.3.2 2021-06-17 05:09:31 +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] 538d5cc5d0
Merge staging-next into staging 2021-06-17 00:09:51 +00:00
github-actions[bot] 51bf815af0
Merge master into staging-next 2021-06-17 00:09:48 +00:00
Felix Bühler 547cd904d6
autoconf: use pname & version instead of name (#127059)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-17 01:17:31 +02: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] 8b9fa8d446
Merge staging-next into staging 2021-06-16 18:04:48 +00:00
github-actions[bot] 2d104c99a7
Merge master into staging-next 2021-06-16 18:04:45 +00:00
Jan Tojnar e3dfa79441
Merge branch 'staging-next' into staging
Regenerated pkgs/servers/x11/xorg/default.nix to resolve the conflict.
2021-06-16 19:59:05 +02: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] dbed958bf2
Merge staging-next into staging 2021-06-14 12:04:44 +00: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] 1047d03dd0
Merge staging-next into staging 2021-06-13 18:04:27 +00: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] de8250217d
Merge staging-next into staging 2021-06-13 00:10:27 +00: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] 9309a23dd3
Merge staging-next into staging 2021-06-12 18:04:58 +00: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] b5a68e6d43
Merge staging-next into staging 2021-06-12 00:10:25 +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] 8e50248719
Merge staging-next into staging 2021-06-11 12:04:41 +00: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
Alyssa Ross 926765c5e3
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/servers/http/apache-httpd/2.4.nix
2021-06-11 02:05:00 +00: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] f023076314
Merge staging-next into staging 2021-06-10 18:14:20 +00: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
Jan Tojnar ba733d435b
Merge branch 'staging-next' into staging 2021-06-10 14:07:45 +02: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] f8b7190a42
Merge staging-next into staging 2021-06-10 00:06:44 +00: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] cf8441dd85
Merge staging-next into staging 2021-06-09 18:14:53 +00: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
Sandro 26923b2f5c
Merge pull request #125337 from wentasah/cmake-more-docs 2021-06-09 14:32:22 +02:00
R. RyanTM b9311f2328 flatpak-builder: 1.0.12 -> 1.0.14 2021-06-09 14:23:52 +02:00
Martin Weinelt 3da00fa467
Merge branch 'master' into staging-next 2021-06-09 14:18:55 +02:00
Sandro 3fcf9a6af8
Merge pull request #125501 from musfay/picotool 2021-06-09 13:33:00 +02:00
Sandro 1bb905b131
Merge pull request #126098 from oxalica/rust-analyzer
rust-analyzer: 2021-05-31 -> 2021-06-07
2021-06-09 13:11:46 +02:00
Sandro 9845b1f590
Merge pull request #125653 from 06kellyjac/just
just: 0.9.1 -> 0.9.4
2021-06-09 13:02:46 +02:00
Sandro 476f69bc5e
Merge pull request #101521 from egasimus/patch-2 2021-06-09 12:54:50 +02:00
R. RyanTM d85d5dd92b esbuild: 0.12.6 -> 0.12.7 2021-06-09 15:45:31 +09:00
Maximilian Bosch 15c093a167
Merge pull request #126269 from zimbatm/wasm-bindgen-cli-0.2.74
wasm-bindgen-cli: 0.2.73 -> 0.2.74
2021-06-09 08:39:16 +02:00
github-actions[bot] 8e3729484b
Merge staging-next into staging 2021-06-09 06:09:58 +00:00
github-actions[bot] f61a18a6e8
Merge master into staging-next 2021-06-09 06:09:56 +00:00
R. RyanTM a87b39eb2a earthly: 0.5.15 -> 0.5.16 2021-06-09 04:40:44 +00:00
R. RyanTM 81cca90a8f dockle: 0.3.13 -> 0.3.14 2021-06-09 04:23:38 +00:00
David 00ee61b3cc rebar3: add checkPhase 2021-06-09 12:14:12 +09:00
David ae2f75ef89 rebar3WithPlugins: add ability to ignore dependencies 2021-06-09 12:14:12 +09:00
zimbatm ca27566a8a
wasm-bindgen-cli: 0.2.73 -> 0.2.74 2021-06-08 23:24:19 +02:00
github-actions[bot] e40e33d9d8
Merge staging-next into staging 2021-06-08 18:16:30 +00:00
github-actions[bot] e8f8906d68
Merge master into staging-next 2021-06-08 18:16:27 +00:00
Timothy Klim 8582f4cd83 sbt: 1.5.1 -> 1.5.3 2021-06-08 14:13:31 -04:00
adisbladis 428c0e107f
poetry2nix: 1.17.0 -> 1.17.1 2021-06-08 08:54:33 -05:00
github-actions[bot] fde4df19f2
Merge staging-next into staging 2021-06-08 12:04:39 +00:00
github-actions[bot] afc6dcbb89
Merge master into staging-next 2021-06-08 12:04:36 +00:00
Sascha Grunert c5bff358e9 buildah: 1.21.0 -> 1.21.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-06-08 16:36:39 +10:00