Commit graph

3978 commits

Author SHA1 Message Date
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
github-actions[bot] 3bf92ca4db
Merge master into staging-next 2021-04-03 18:18:51 +00:00
Frederik Rietdijk f812cdd3b8 kconfig-frontends: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk 9029840dc8 jscoverage: use python3 2021-04-03 17:06:11 +02:00
Frederik Rietdijk 34c23dbb42 global: use python3 2021-04-03 17:06:07 +02:00
Frederik Rietdijk 58579c642a gede: use python3 2021-04-03 17:06:07 +02:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Robert Scott d535600060
Merge pull request #117242 from OPNA2608/update/libftdi1-1.5/21.05
libftdi1: 1.4 -> 1.5
2021-04-03 00:17:38 +01:00
github-actions[bot] b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
Ben Siraphob 1d2e7637b6
strace: assert isLinux to avoid eval error on darwin (#114974)
libunwind.supportsHost is not available on darwin because it uses a different libunwind package (https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/darwin/apple-source-releases/default.nix#L270) and changing the stdenv is a big overkill.
2021-04-02 20:03:31 +02:00
github-actions[bot] 636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
Vladimír Čunát d601532dfc
intltool: fix fetchurl invocation 2021-04-01 22:50:21 +02:00
R. RyanTM dac29576af act: 0.2.20 -> 0.2.21 2021-04-01 04:49:19 +00:00
rnhmjoj 61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot] 4da7569841
Merge staging-next into staging 2021-03-31 12:06:29 +00:00
zowoq 6da0dcc42a go-md2man: switch to buildGoModule
also rename dir to match attribute.
2021-03-31 21:06:06 +10:00
github-actions[bot] a2ada5b26f
Merge staging-next into staging 2021-03-31 06:05:45 +00:00
github-actions[bot] e880daefc6
Merge master into staging-next 2021-03-31 06:05:41 +00:00
Sandro 3ac9a29d4d
Merge pull request #116588 from martinetd/pahole
pahole: 1.17 -> 1.20
2021-03-31 03:36:37 +02:00
github-actions[bot] d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot] c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
lewo ac84e1f49c
Merge pull request #117981 from nlewo/hydra
hydra-unstable: 2021-03-10 -> 2021-03-29
2021-03-30 08:59:18 +02:00
github-actions[bot] cde69e72d7
Merge staging-next into staging 2021-03-30 00:14:36 +00:00
github-actions[bot] db6366f318
Merge master into staging-next 2021-03-30 00:14:33 +00:00
Antoine Eiche e4a1014dd7 hydra-unstable: 2021-03-10 -> 2021-03-29 2021-03-29 22:48:04 +02:00
zowoq a5d40f90bb editorconfig-checker: 2.3.4 -> 2.3.5
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.5
2021-03-30 05:43:10 +10:00
github-actions[bot] ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
github-actions[bot] 3f2a4a9dea
Merge master into staging-next 2021-03-28 06:05:31 +00:00
Ryan Mulligan 60e054cb04
Merge pull request #117655 from r-ryantm/auto-update/pkgconf
pkgconf-unwrapped: 1.7.3 -> 1.7.4
2021-03-27 20:41:26 -07:00
github-actions[bot] 219312a10b
Merge staging-next into staging 2021-03-26 12:06:44 +00:00
github-actions[bot] eddd1a74ec
Merge master into staging-next 2021-03-26 12:06:41 +00:00
Emery Hemingway 56592ea293 nim: cross-compilation fixes
* Import with callPackages
* Use buildPackages for building a cross-compiler
* Patch-out potential conflicts in nim.cfg
* Generate a configuration with toolchain detection
* Build with strictDeps enabled
2021-03-26 11:36:38 +01:00
Arthur Gautier 83f3d96db8 elfutils: optionals is to be used when a list is provided
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
Arthur Gautier 7b57403c03 elfutils: pkg-config can't be included twice
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
R. RyanTM 5ad417c82b php73Extensions.blackfire: 1.49.1 -> 1.53.0 2021-03-26 09:50:54 +01:00
Jan Tojnar b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
R. RyanTM 7b1958dfff pkgconf-unwrapped: 1.7.3 -> 1.7.4 2021-03-26 04:13:47 +00:00
github-actions[bot] 7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Frederik Rietdijk 49b68c5924 doclifter: use python3 2021-03-25 12:25:40 +01:00
Frederik Rietdijk 11aa8b3b89 distcc: use python3 2021-03-25 12:20:37 +01:00
Frederik Rietdijk 8456df5d37 cli11: use python3 2021-03-25 11:42:32 +01:00
Frederik Rietdijk 2b0f34bcb5 blackmagic: use python3 2021-03-25 10:52:10 +01:00
Jörg Thalheim 84cf39d9cc
Merge pull request #116757 from Pamplemousse/master
libbfd: Patch CVE-2020-35448
2021-03-25 08:43:06 +00:00
OPNA2608 cfba508aa9 blackmagic: Add patch for libftdi1 1.5 compatibility 2021-03-23 11:11:11 +01:00
github-actions[bot] 11ee0bf5d7
Merge master into staging-next 2021-03-23 00:40:24 +00:00
Ben Siraphob ebb6205c7a sccache: remove platforms and fix darwin build 2021-03-22 21:55:32 +07:00
Pamplemousse 8748154972 binutils, libbfd: Patch CVE-2020-35448
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:22:33 -07:00
github-actions[bot] 6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Gabriel Ebner bab28cf36c automaticcomponenttoolkit: init at 1.6.0 2021-03-21 11:26:24 +01:00
github-actions[bot] 6e614e4dac
Merge master into staging-next 2021-03-20 12:26:41 +00:00
R. RyanTM 505383074c help2man: 1.47.17 -> 1.48.1 2021-03-20 09:27:45 +01:00
Arthur Gautier ad6e13fcfb elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
2021-03-20 09:24:51 +01:00
Arthur Gautier c600d5232d elfutils: add support for debuginfod
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-20 09:24:51 +01:00
Jörg Thalheim fa488cd9bf
Merge pull request #117008 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15108 -> 0.1.15149
2021-03-20 06:58:48 +00:00
R. RyanTM edacaf3a57 circleci-cli: 0.1.15108 -> 0.1.15149 2021-03-20 04:16:13 +00:00
R. RyanTM d834510118 terracognita: 0.6.0 -> 0.6.2 2021-03-19 22:41:49 -04:00
github-actions[bot] c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Doron Behar 8b3f258bbc
Merge pull request #109928 from r-ryantm/auto-update/cproto
cproto: 4.7q -> 4.7r
2021-03-19 08:06:26 +00:00
Jan Tojnar 2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Sandro d17c31ac6c
Merge pull request #114857 from siraben/edit-darwin 2021-03-18 16:22:42 +01:00
Jan Tojnar 0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
Sandro 6623567bb4
Merge pull request #116572 from AndersonTorres/new-dialog
dialog: 1.3-20210117 -> 1.3-20210306
2021-03-17 09:42:10 +01:00
Dominique Martinet 1156b4d1e9 pahole: 1.17 -> 1.20
Also:
 - make fetchSubodules explicit, it is strictly required by pahole
build system until debian efforts to use system libbpf finish:
see https://www.spinics.net/lists/dwarves/msg00732.html

 - fix license to gpl2Only as requested by review bot
2021-03-17 16:05:25 +09:00
Ryan Mulligan 8e1891d5b8
Merge pull request #116404 from r-ryantm/auto-update/editorconfig-checker
editorconfig-checker: 2.3.3 -> 2.3.4
2021-03-16 19:59:21 -07:00
AndersonTorres dcdafc6a3a dialog: 1.3-20210117 -> 1.3-20210306 2021-03-16 21:56:58 -03:00
github-actions[bot] f72d4dfbe1
Merge master into staging-next 2021-03-16 06:18:21 +00:00
Ryan Mulligan b49e47309d
Merge pull request #115825 from r-ryantm/auto-update/cvise
cvise: 2.2.0 -> 2.3.0
2021-03-15 19:08:54 -07:00
Ryan Mulligan 36991a8f88
Merge pull request #116203 from r-ryantm/auto-update/svls
svls: 0.1.25 -> 0.1.27
2021-03-15 18:03:00 -07:00
github-actions[bot] d18aaddde4
Merge master into staging-next 2021-03-16 00:39:08 +00:00
R. RyanTM 8f8f902c27 uncrustify: 0.71.0 -> 0.72.0 2021-03-15 19:42:50 -04:00
R. RyanTM c00c67653a yodl: 4.02.02 -> 4.03.02 2021-03-15 15:49:37 -04:00
R. RyanTM 3300e31b24 editorconfig-checker: 2.3.3 -> 2.3.4 2021-03-15 11:22:45 +00:00
github-actions[bot] c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
Sandro 12de0d4c91
Merge pull request #115974 from siraben/darwin-mass-fix-buildInputs=0-alt 2021-03-13 19:42:55 +01:00
Jan Tojnar 01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
R. RyanTM dae8503172 terraform-ls: 0.14.0 -> 0.15.0 2021-03-13 15:15:05 +00:00
R. RyanTM a3b614e78d svls: 0.1.25 -> 0.1.27 2021-03-13 14:44:31 +00:00
Ben Siraphob 5c9cb64b43 pwndbg: expand platforms to all 2021-03-12 12:32:48 +07:00
github-actions[bot] d6257d451b
Merge master into staging-next 2021-03-11 18:23:54 +00:00
Shea Levy d47ac89233
hydra: Put mdbook in nativeBuildInputs where it belongs 2021-03-11 10:44:23 -05:00
Shea Levy cf131dbcbe
Merge branch 'nixUnstable-command-plugins' into master 2021-03-11 08:34:24 -05:00
github-actions[bot] 31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
R. RyanTM 5639c8b5f5 cvise: 2.2.0 -> 2.3.0 2021-03-10 20:02:42 +00:00
Shea Levy 9c5f8a20b4
nixUnstable: 2.4pre20201205_a5d85d0 -> 2.4pre20210308_1c0e3e4
hydra-unstable: 2020-10-20 -> 2021-03-10
2021-03-10 14:13:00 -05:00
R. RyanTM 30510e3dff circleci-cli: 0.1.15085 -> 0.1.15108 2021-03-10 19:03:19 +00:00
github-actions[bot] 149a81c88d
Merge master into staging-next 2021-03-10 00:39:07 +00:00
Sandro aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0 2021-03-09 21:14:38 +01:00
Martin Weinelt 16f9e4da3a
Merge branch 'master' into staging-next 2021-03-09 17:05:41 +01:00
Pavol Rusnak 71e1536f10
openocd: 0.11.0-rc1 -> 0.11.0 2021-03-09 11:55:51 +01:00
Ben Siraphob 9ddb9054a2 rman: fix darwin build 2021-03-09 09:16:09 +07:00
github-actions[bot] 3db2dee35f
Merge master into staging-next 2021-03-09 00:39:09 +00:00
Mario Rodas 8c9a0d1a3f
Merge pull request #115079 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.12214 -> 0.1.15085
2021-03-08 19:35:27 -05:00
Frederik Rietdijk 277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
R. RyanTM 2b74b052c0
cvise: 2.1.0 -> 2.2.0 (#115382) 2021-03-08 09:08:52 +00:00
Daniël de Kok 891d560b21
Merge pull request #115320 from viric/sccache-dist
sccache: add dist-server build
2021-03-08 08:32:18 +01:00
Daniël de Kok a094d0e0e4 sccache: change platforms to x86_64-linux
Other platforms are not supported, see:

https://github.com/mozilla/sccache/blob/master/src/bin/sccache-dist/main.rs#L70
2021-03-08 08:00:18 +01:00
Lluís Batlle i Rossell 2a0d3cc907 sccache: add sccache-dist target in build 2021-03-07 19:15:08 +01:00
Jan Tojnar 388dfa5cbd
Merge pull request #114506 from r-ryantm/auto-update/msitools
msitools: 0.99 -> 0.100
2021-03-07 17:59:44 +01:00
Jan Tojnar 512284ed14
msitools: 0.99 -> 0.101
https://ftp.fau.de/gnome/sources/msitools/0.101/msitools-0.101.news
2021-03-07 17:30:07 +01:00
github-actions[bot] f9d4095295
Merge staging-next into staging 2021-03-07 00:41:13 +00:00
R. RyanTM 4a14a1a91b autoconf-archive: 2019.01.06 -> 2021.02.19 2021-03-07 00:30:05 +01:00
Ben Siraphob 48c42ec3a0 direvent: expand platforms to unix 2021-03-06 21:01:46 +07:00
Jan Tojnar 6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
R. RyanTM 38a63351cc circleci-cli: 0.1.12214 -> 0.1.15085 2021-03-04 13:35:16 +00:00
Sandro Jäckel 7b893f2095
hound: unstable-2021-01-26 -> 0.4.0 2021-03-04 03:25:13 +01:00
Sandro 9c7fcca72e
Merge pull request #113682 from alesguzik/update_nxpmicro-mfgtools_plus_udev
nxpmicro-mfgtools: add udev rules
2021-03-03 14:49:49 +01:00
github-actions[bot] 9690bf19d4
Merge staging-next into staging 2021-03-03 06:17:28 +00:00
R. RyanTM 94399b30cd circleci-cli: 0.1.11924 -> 0.1.12214 2021-03-03 01:01:36 -05:00
github-actions[bot] f5bb0053a6
Merge staging-next into staging 2021-03-02 18:17:42 +00:00
Ben Siraphob 722abf8337 tie: fix cross-compilation 2021-03-02 22:40:58 +07:00
Ben Siraphob d727b87f5a cwebbin: fix build on darwin and fix cross-compilation 2021-03-02 22:27:56 +07:00
github-actions[bot] cb8e6774de
Merge staging-next into staging 2021-02-28 06:18:00 +00:00
Orivej Desh 33230da5da
cvise: init at 2.1.0 (#114197) 2021-02-28 04:12:14 +00:00
Robert Schütz 54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Fabian Affolter 6c8d97ebfa
Merge pull request #114381 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.13.0 -> 0.14.0
2021-02-25 20:42:44 +01:00
Oleksii Filonenko d4204cd8ea
Merge pull request #114375 from r-ryantm/auto-update/scc
scc: 2.13.0 -> 3.0.0
2021-02-25 21:29:00 +02:00
R. RyanTM 2e890b5f9b terraform-ls: 0.13.0 -> 0.14.0 2021-02-25 17:48:42 +00:00
R. RyanTM c718b431ac scc: 2.13.0 -> 3.0.0 2021-02-25 16:48:11 +00:00
Florian Klink f25f49b93d k2tf: fix version
Follow-up on https://github.com/NixOS/nixpkgs/pull/114359#discussion_r582849872
2021-02-25 16:08:56 +01:00
Florian Klink 0693022bb2 k2tf: init at 0.5.0 2021-02-25 13:44:55 +01:00
Ales Huzik 5c51cf3559 nxpmicro-mfgtools: add udev rules 2021-02-25 14:54:59 +11:00
Jörg Thalheim aaae419aac
gdb: fix musl build
fixes #104133

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2021-02-24 09:05:34 +01:00
Sandro e84bae2c1c
Merge pull request #113718 from Emantor/init/gpuvis
gpuvis: init at 20210220
2021-02-24 07:45:28 +01:00
Mario Rodas 11f1ef1755
Merge pull request #109745 from r-ryantm/auto-update/ccls
ccls: 0.20201025 -> 0.20201219
2021-02-23 20:54:18 -05:00
Rouven Czerwinski 4bfacbc813 gpuvis: init at 20210220
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
2021-02-23 13:52:33 +01:00
Mario Rodas eb9333a5cf
Merge pull request #114104 from r-ryantm/auto-update/terraformer
terraformer: 0.8.10 -> 0.8.11
2021-02-23 06:52:35 -05:00
R. RyanTM f684fd7420 terraformer: 0.8.10 -> 0.8.11 2021-02-23 11:02:42 +00:00
Dmitry Kozlyuk 907768d92c msitools: 0.98 -> 0.99 2021-02-23 00:04:33 +03:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
github-actions[bot] abe7db36a4
Merge staging-next into staging 2021-02-20 00:36:40 +00:00
Sandro 41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc 2021-02-19 19:25:41 +01:00
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Jan Tojnar 8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Thiago Kenji Okada 2c3ad4ef9c clojure-lsp: build it from source
Nowadays we build it from the jar released from upstream, but this PRs
changes it to build it from source code.
2021-02-19 10:38:31 -03:00
Thiago Kenji Okada cd98c0e4ba clojure-lsp: add tests 2021-02-19 10:25:55 -03:00
Thiago Kenji Okada 3fa00685ce clojure-lsp: migrate to GraalVM
clojure-lsp now supports GraalVM builds that makes the binary faster to
start and also seems to reduce memory usage.
2021-02-19 10:25:55 -03:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Sandro 4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16 2021-02-19 13:27:03 +01:00
github-actions[bot] 06c2bba257
Merge staging-next into staging 2021-02-19 06:18:06 +00:00
Ryan Mulligan 930466c59f
Merge pull request #113257 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.02.13-18.04.19 -> 2021.02.14-19.46.47
2021-02-18 21:23:42 -08:00
zowoq 3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Sandro Jäckel 2cd8ce7796
hydra: remove unused inputs 2021-02-18 17:18:22 +01:00
Sandro ab82f50e87
Merge pull request #113516 from arcz/mfgtools
nxpmicro-mfgtools: 1.4.43 -> 1.4.72
2021-02-18 12:38:33 +01:00
github-actions[bot] 45dc900af9
Merge master into staging-next 2021-02-18 06:16:42 +00:00
Sandro 983f4d6894
Merge pull request #113522 from SuperSandro2000/fix-collection15 2021-02-18 01:45:41 +01:00
github-actions[bot] 683536ab2a
Merge master into staging-next 2021-02-18 00:40:58 +00:00
Maximilian Bosch fe952a16e4
strace: 5.10 -> 5.11
ChangeLog: https://github.com/strace/strace/releases/tag/v5.11
2021-02-17 23:36:41 +01:00
Sandro Jäckel 43743be960
micronucleus: format, remove pkgs from inputs 2021-02-17 23:12:23 +01:00
Artur Cygan d908ea0540 nxpmicro-mfgtools: 1.4.43 -> 1.4.72 2021-02-17 22:02:11 +01:00
Ivan Babrou f26b6bb75b
universal-ctags: bump to p5.9.20210124.0 from git tags (#111216) 2021-02-17 21:12:47 +01:00
github-actions[bot] 9d6726a2e3
Merge staging-next into staging 2021-02-17 18:14:09 +00:00
github-actions[bot] afcea01614
Merge master into staging-next 2021-02-17 18:14:04 +00:00
Sandro Jäckel f0864934fb
blackmagic: use don't install 2021-02-17 14:11:59 +01:00
github-actions[bot] 41b30ed9a6
Merge staging-next into staging 2021-02-17 12:20:08 +00:00
github-actions[bot] f68cf6f574
Merge master into staging-next 2021-02-17 12:20:00 +00:00
R. RyanTM 554f613f02 openfpgaloader: 0.2.1 -> 0.2.5 2021-02-16 10:11:15 +00:00
R. RyanTM 7408863c8e clojure-lsp: 2021.02.13-18.04.19 -> 2021.02.14-19.46.47 2021-02-16 03:53:39 +00:00
github-actions[bot] a338ca15c6
Merge staging-next into staging 2021-02-14 12:19:54 +00:00
github-actions[bot] 6db494d527
Merge master into staging-next 2021-02-14 12:19:51 +00:00
Sandro 2b37fe7a77
Merge pull request #108868 from bmilanov/add-segger-ozone
segger-ozone: init at 3.22a
2021-02-14 08:11:06 +01:00
github-actions[bot] 4581c55d85
Merge staging-next into staging 2021-02-14 06:16:32 +00:00
github-actions[bot] 6d694e7ee1
Merge master into staging-next 2021-02-14 06:16:29 +00:00
R. RyanTM b6ad8aec4e clojure-lsp: 2021.02.10-21.13.12 -> 2021.02.13-18.04.19 2021-02-13 23:39:11 +00:00
github-actions[bot] c4d734932d
Merge staging-next into staging 2021-02-13 00:36:15 +00:00
github-actions[bot] 1d62dc37db
Merge master into staging-next 2021-02-13 00:36:11 +00:00
Sandro ecf06378f7
Merge pull request #112855 from SuperSandro2000/fix-collection10 2021-02-12 21:16:00 +01:00
Sandro Jäckel c04f546618
tokei: remove darwin from inputs 2021-02-12 20:35:37 +01:00
github-actions[bot] 0667f269fc
Merge staging-next into staging 2021-02-12 18:16:50 +00:00
github-actions[bot] b23b455f9a
Merge master into staging-next 2021-02-12 18:16:46 +00:00
Sirio Balmelli c280c15805
nrfutil: python37Packages -> python3Packages
Clean up build so it tracks latest python3Packages,
instead of being pinned to python37Packages.

Nrfutil builds and works fine with python38.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-02-12 13:08:43 +01:00
github-actions[bot] ae07bf1352
Merge staging-next into staging 2021-02-12 00:36:23 +00:00
github-actions[bot] 344456f66a
Merge master into staging-next 2021-02-12 00:36:19 +00:00
Sandro 86057d7d77
Merge pull request #112618 from danderson/fpgaload
openfpgaloader: init at 0.2.1
2021-02-11 23:38:48 +01:00
David Anderson 206dcee07d openfpgaloader: init at 0.2.1.
Signed-off-by: David Anderson <dave@natulte.net>
2021-02-11 11:36:08 -08:00
github-actions[bot] a480c1ebb1
Merge staging-next into staging 2021-02-11 18:16:52 +00:00
github-actions[bot] 402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
R. RyanTM e524473fd9 clojure-lsp: 2021.02.07-22.51.26 -> 2021.02.10-21.13.12 2021-02-11 14:22:51 +00:00
github-actions[bot] bd317c9af1
Merge staging-next into staging 2021-02-10 18:16:40 +00:00
github-actions[bot] 7d94bb26bb
Merge master into staging-next 2021-02-10 18:16:36 +00:00
Sandro Jäckel d08cb91f18
hound: unstable-2018-11-02 -> unstable-2021-01-26 2021-02-10 13:25:29 +01:00
github-actions[bot] cc76e9d74a
Merge staging-next into staging 2021-02-09 18:16:37 +00:00
github-actions[bot] 8064cff79c
Merge master into staging-next 2021-02-09 18:16:33 +00:00
Mario Rodas 109749fb2d
Merge pull request #112466 from r-ryantm/auto-update/act
act: 0.2.19 -> 0.2.20
2021-02-09 09:00:17 -05:00
Mario Rodas d1ebffd829
Merge pull request #112484 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.02.05-15.32.53 -> 2021.02.07-22.51.26
2021-02-09 08:01:25 -05:00
github-actions[bot] 44846974fa
Merge master into staging-next 2021-02-09 12:19:41 +00:00
Jörg Thalheim 6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-02-09 10:54:55 +01:00
Leroy Hopson 7765e95402
edb: init at 1.3.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-09 16:06:42 +07:00
Sandro efb23ed564
Merge pull request #112412 from xrelkd/update/sccache
sccache: 0.2.14 -> 0.2.15
2021-02-09 09:47:28 +01:00
R. RyanTM 7b5cff3d66 clojure-lsp: 2021.02.05-15.32.53 -> 2021.02.07-22.51.26 2021-02-09 08:05:48 +00:00
github-actions[bot] 30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
R. RyanTM e119555c85 act: 0.2.19 -> 0.2.20 2021-02-09 05:56:31 +00:00
Mario Rodas 0b34a90e79
Merge pull request #111837 from r-ryantm/auto-update/semver-tool
semver-tool: 2.1.0 -> 3.2.0
2021-02-08 21:11:38 -05:00
xrelkd df8229bb4c sccache: 0.2.14 -> 0.2.15 2021-02-09 10:02:20 +08:00
Mario Rodas d2472187a5
Merge pull request #112203 from r-ryantm/auto-update/svls
svls: 0.1.18 -> 0.1.25
2021-02-08 20:15:09 -05:00
github-actions[bot] be53401bb8
Merge staging-next into staging 2021-02-09 00:36:21 +00:00
github-actions[bot] 5704fd1095
Merge master into staging-next 2021-02-09 00:36:17 +00:00
Alvar Penning 8106651e6f bonnmotion: init at 3.0.1 2021-02-08 21:27:10 +01:00
github-actions[bot] 0fb7e2dc38
Merge staging-next into staging 2021-02-08 06:16:48 +00:00