Commit Graph

14302 Commits

Author SHA1 Message Date
Sandro 30ec6cf329
Merge pull request #107979 from Lassulus/yarn2nix_codeload 2020-12-31 20:31:22 +01:00
github-actions[bot] 5dffe03f30
Merge master into staging-next 2020-12-31 18:42:41 +00:00
oxalica 9555996b1d
cargo-flamegraph: 0.3.0 -> 0.4.0 and clean up 2021-01-01 01:25:03 +08:00
Martin Weinelt f1079ad898
Merge pull request #92531 from mmilata/mpfshell-2020-04-11
mpfshell: 0.8.1 -> unstable-2020-04-11
2020-12-31 15:52:34 +01:00
Pavol Rusnak 93f3602ebc
Merge pull request #108016 from thiagokokada/bump-hover
hover: 0.43.0 -> 0.46.1
2020-12-31 13:37:32 +01:00
Frederik Rietdijk e823016e66 Merge master into staging-next 2020-12-31 13:29:32 +01:00
Vincent Laporte d9c71767bd ocamlPackages.merlin: 3.4.0 → 3.4.2 2020-12-31 08:17:21 +01:00
Sandro cb3972bc3b
Merge pull request #108014 from evils/openocd
openocd: unstable-2020-11-11 -> 0.11.0-rc1
2020-12-31 05:58:49 +01:00
Thiago Kenji Okada 7002108e07 hover: 0.43.0 -> 0.46.1 2020-12-31 00:25:31 -03:00
Evils f7c194204d openocd: unstable-2020-11-11 -> 0.11.0-rc1 2020-12-31 03:38:55 +01:00
github-actions[bot] e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
lassulus 32c9918ba6 yarn2nix: Handle codeload.github.com tarballs
This was submitted originally in https://github.com/nix-community/yarn2nix/pull/130
2020-12-30 19:01:48 +01:00
Vincent Laporte ac02f26980 ocamlPackages.cppo: 1.6.{5,6} → 1.6.7
ocamlPackages.cppo_ocamlbuild: init at 1.6.7
2020-12-30 15:04:11 +01:00
github-actions[bot] 099a83caba
Merge master into staging-next 2020-12-30 12:24:47 +00:00
Profpatsch d5deb8c9a9
Merge pull request #107514 from Profpatsch/tree-sitter-fetch-all-grammars
Tree sitter fetch all grammars
2020-12-30 12:00:39 +01:00
github-actions[bot] 056304189c
Merge master into staging-next 2020-12-30 06:22:20 +00:00
Anderson Torres 2518b486ef
Merge pull request #107809 from thiagokokada/bump-clojure-lsp
clojure-lsp: 20201207T142850 -> 20201228T020543
2020-12-30 01:15:30 -03:00
github-actions[bot] 31fc475812
Merge master into staging-next 2020-12-30 00:53:01 +00:00
Daniel Nagy dff920b89c
sqlitebrowser: 3.12.0 -> 3.12.1 2020-12-29 22:30:31 +01:00
Matthias Beyer 4b987925cf cargo-deny: Disable tests
Because nobody told me how to add the missing cargo-metadata command to
the test environment and the PR for updating this package is almost
half a year old, disable tests now.

Hopefully someone will step up and fix this, but I doubt it.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer 9a550661a7 cargo-deny: 0.8.4 -> 0.8.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer 5f9b236728 Cargo-deny: 0.8.2 -> 0.8.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer 4689c606e7 cargo-deny: 0.7.3 -> 0.8.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:40 +01:00
Matthias Beyer 9cd2b88942 cargo-deny: 0.7.2 -> 0.7.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-29 21:13:39 +01:00
Matthias Beyer e0eca243bd cargo-deny: 0.7.0 -> 0.7.2 2020-12-29 21:13:39 +01:00
Profpatsch 00359f25e2 tree-sitter: test building of grammars 2020-12-29 13:54:29 +01:00
Profpatsch 0181e103b3 tree-sitter: update grammars again with new update script 2020-12-29 13:06:41 +01:00
Profpatsch 5f0ace20af tree-sitter/update: allow grammars to be fetched from other orgas
Some of the grammars are not in the official orga, like
tree-sitter-lua, so we make sure the updater knows how to fetch them.
2020-12-29 13:02:39 +01:00
Profpatsch b4ff78a45b tree-sitter/update: pull repo argument into the nix code 2020-12-29 13:02:39 +01:00
Profpatsch 0b1bfd7d14 tree-sitter/update: make the repo check into a boolean test 2020-12-29 13:02:38 +01:00
Profpatsch d2988dac8e tree-sitter/update: factor repo list into nix
We want the ability to add different orga repos as well, and that is a
lot easier on the nix level.
2020-12-29 13:02:38 +01:00
Profpatsch a32c5d90e7 tree-sitter: update grammars
The new update scripts gives us a bunch of new grammars!
2020-12-29 12:46:30 +01:00
Profpatsch c0a4b41afe tree-sitter: improve update script to fetch all available grammars
The update script would only fetch the few grammars listed in the
tree-sitter repository previously. But the tree-sitter github orga has
a rather large amount of officially supported grammars.

Thus we change the script to query the github APIs for repositories
instead (up to 100 this is supported without paging).

Since the repository list also contains some that are not grammars,
there is a bash script which lists all repos we are aware of and the
ones we want to ignore. It will make sure we don’t forget any
repositories in the future, by comparing to the actual list with jq.
2020-12-29 12:46:30 +01:00
Profpatsch a629257ec5 tree-sitter: rename library.nix to grammar.nix 2020-12-29 12:46:30 +01:00
Ben Siraphob 8b4c20215a impl: unstable-2019-11-19 -> 1.0.0 2020-12-29 18:31:14 +07:00
github-actions[bot] 0984deb2b8
Merge master into staging-next 2020-12-29 06:22:28 +00:00
Mario Rodas b460856e72 flow: 0.139.0 -> 0.141.0 2020-12-29 04:20:00 +00:00
Sandro dcd375d236
Merge pull request #105269 from dukc/dubUpdate
dub: 1.14.0 -> 1.23.0
2020-12-29 04:41:50 +01:00
github-actions[bot] c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Sandro 2fc9a0d021
Merge pull request #107823 from freezeboy/update-quicktemplate
quicktemplate: unstable-2019-07-08 -> 1.6.3
2020-12-29 01:05:03 +01:00
Sandro 405d762a1a
Merge pull request #107738 from pacien/mdctags-init
mdctags: init at unstable-2020-06-11
2020-12-29 00:53:26 +01:00
freezeboy 69b69f4a82 statik: unstable-2019-07-31 -> 0.1.7 2020-12-28 21:47:12 +01:00
github-actions[bot] ac03278035
Merge master into staging-next 2020-12-28 18:34:55 +00:00
freezeboy e1798efbdb quicktemplate: unstable-2019-07-08 -> 1.6.3 2020-12-28 19:20:36 +01:00
Martin Milata a931ec9cdf mpfshell: 0.8.1 -> unstable-2020-04-11 2020-12-28 18:15:24 +01:00
Thiago Kenji Okada 7923d595e8 clojure-lsp: 20201207T142850 -> 20201228T020543
Also, switch to packaging uberjar instead of rewriting the lein-bin
file.
2020-12-28 13:01:28 -03:00
Tim Steinbach d7a66c7d4d
sbt-extras: 2020-12-17 → 2020-12-26 2020-12-28 10:48:03 -05:00
github-actions[bot] d5506c4c59
Merge master into staging-next 2020-12-28 12:24:08 +00:00
Peter Hoeg 7505046458 shards: minor cleanups 2020-12-28 16:21:23 +08:00
luc65r 968805c37b Revert "Revert "Revert "Revert "libbfd: fix build""""
This reverts commit 5c2b59d63a.
2020-12-28 08:43:32 +01:00
luc65r dde943e535 Revert "Revert "Merge pull request #86954 from lovesegfault/binutils-2.34""
This reverts commit 24c96b9259.
2020-12-28 08:43:32 +01:00
luc65r 3205b32bf6 Revert commits on binutils for OpenRISC 1000
This reverts commits
    ebd89f6de1
    c6f6db77ac
    257fb62387
    dbe556af9c
2020-12-28 08:43:31 +01:00
github-actions[bot] 9ddbef87ec
Merge staging-next into staging 2020-12-28 00:51:04 +00:00
Mario Rodas 076afb51b2
Merge pull request #107743 from freezeboy/update-circleci-cli
circleci-cli: 0.1.11508 -> 0.1.11540
2020-12-27 19:19:26 -05:00
Mario Rodas 69a194eafe
Merge pull request #107691 from marsam/update-terracognita
terracognita: 0.5.1 -> 0.6.0
2020-12-27 19:04:19 -05:00
Sandro a1e8f892a6
Merge pull request #101431 from djanatyn/pkg/rtss
rtss: init at 0.6.1
2020-12-27 23:31:57 +01:00
github-actions[bot] c60825a5d9
Merge staging-next into staging 2020-12-27 18:30:33 +00:00
freezeboy 0abd5d719e circleci-cli: 0.1.11508 -> 0.1.11540 2020-12-27 19:06:42 +01:00
pacien d5cf453947 mdctags: init at unstable-2020-06-11 2020-12-27 18:24:15 +01:00
Fabian Affolter 548511929f lazygit: add changelog to meta-attributes 2020-12-27 15:52:05 +01:00
Fabian Affolter 0ff8bafae6 lazygit: 0.23.7 -> 0.24.2 2020-12-27 15:52:05 +01:00
Linus Heckemann 8cc82534db
Merge pull request #107581 from mayflower/cmake-3.19.2
cmake: 3.19.1 -> 3.19.2
2020-12-27 09:08:01 +01:00
github-actions[bot] 5504b75e2b
Merge staging-next into staging 2020-12-27 06:20:04 +00:00
Mario Rodas 6494b44455
Merge pull request #107628 from marsam/update-pgcli
pgcli: 3.0.0 -> 3.1.0
2020-12-26 23:09:50 -05:00
Mario Rodas e8ee6c3511
Merge pull request #106779 from anhdle14/tfsec-0.36.10
tfsec: 0.27.0 -> 0.36.10
2020-12-26 21:57:26 -05:00
github-actions[bot] 9c87ad5a33
Merge staging-next into staging 2020-12-27 00:51:02 +00:00
Sandro 34423c290c
Merge pull request #107612 from TransientError/sccache-update
sccache: 0.2.13 -> 0.2.14
2020-12-26 23:49:40 +01:00
github-actions[bot] d4a33d75f2
Merge staging-next into staging 2020-12-26 18:28:57 +00:00
R. RyanTM 8cedad3fe6 gtk-doc: 1.33.0 -> 1.33.1 2020-12-26 16:54:52 +01:00
kvwu 0efeb2e100 sccache: 0.2.13 -> 0.2.14 2020-12-25 23:39:41 -08:00
Mario Rodas cca9e98828 terracognita: 0.5.1 -> 0.6.0
https://github.com/cycloidio/terracognita/releases/tag/v0.6.0
2020-12-26 04:20:00 +00:00
Mario Rodas ed7516c96c pgcli: 3.0.0 -> 3.1.0 2020-12-26 04:20:00 +00:00
Mario Rodas 06a4f7dffb litecli: 1.4.1 -> 1.5.0 2020-12-26 04:20:00 +00:00
github-actions[bot] 309b7614e7
Merge staging-next into staging 2020-12-26 00:47:55 +00:00
(cdep)illabout 2db65a5d1e spago: 0.17.0 -> 0.18.0 2020-12-25 20:42:36 +01:00
github-actions[bot] 7659201d58
Merge staging-next into staging 2020-12-25 18:28:52 +00:00
Doron Behar de3c881395
Merge pull request #107509 from svrana/minimock
go-minimock: init at 3.0.8
2020-12-25 19:31:46 +02:00
Linus Heckemann dfb2a526e3 cmake: 3.19.1 -> 3.19.2 2020-12-25 18:31:09 +01:00
Shaw Vrana 5fba017ccc go-minimock: init at 3.0.8 2020-12-25 08:50:25 -08:00
Tim Steinbach c1951a1fb3
sbt: 1.4.5 -> 1.4.6 2020-12-25 11:03:04 -05:00
sternenseemann be7c07f471 sourcetrail: mark SourceTrailPythonIndexer as broken on darwin 2020-12-25 14:47:02 +01:00
sternenseemann 1a2893f58a sourcetrail: fix hash for SourceTrailPythonIndexer
The sha256 for the python indexer wasn't updated along with the git
revision. The old hash is of commit 0d1246be53b37639427fe9959f748dd0fc429c8f,
the new hash the correct one for tag v1_db25_p5
(3afb24195c5f3dc98e4cb60751f908f09f1bc046).
2020-12-25 14:46:57 +01:00
github-actions[bot] fe6f5a0d0f
Merge staging-next into staging 2020-12-25 06:20:28 +00:00
Sandro 4c0f6b3c81
Merge pull request #107484 from nightmared/yj-5.0.0
yj: 4.0.0 -> 5.0.0
2020-12-25 04:19:59 +01:00
github-actions[bot] 91f827cb1d
Merge staging-next into staging 2020-12-24 18:34:36 +00:00
Profpatsch c505e57173 tree-sitter: patch out web-ui by default, to drop emscripten
The tree-sitter build closure is pretty lean by default, but the
optional web-ui requires emscripten to compile the web interface
javascript/wasm code.

This is clearly not worth the increase in build closure size, and
since emscripten is broken more often than not, let’s patch it out by
default. If somebody /really/ needs the web-ui, there is a
`webUISupport` flag.
2020-12-24 17:11:04 +01:00
github-actions[bot] 5962ac3709
Merge staging-next into staging 2020-12-24 00:51:47 +00:00
Tim Steinbach f061d6ff26
coursier: 2.0.7 -> 2.0.8 2020-12-23 17:05:51 -05:00
Simon THOBY 2a9b003ca7 yj: 4.0.0 -> 5.0.0
Necessary to advance https://github.com/cargo2nix/cargo2nix/pull/165
(older versions of yj didn't differenciate between integers and floats,
which can break cargo manifests when converting from TOML to JSON and back).
2020-12-23 21:30:04 +01:00
Dylan Baker 1bf598874f meson: install shell completions
meson ships with both bash and zsh completions, the zsh completions are
more complete than the bash ones.
2020-12-23 11:50:38 -08:00
github-actions[bot] f1957cd789
Merge staging-next into staging 2020-12-23 18:33:06 +00:00
Kevin Cox 6ae253fd5f
Merge pull request #107328 from thiagokokada/bump-lein
lein: 2.9.1 -> 2.9.5
2020-12-23 12:04:43 -05:00
github-actions[bot] 1f4fb62fda
Merge staging-next into staging 2020-12-23 00:48:34 +00:00
github-actions[bot] 28fd8e0d59
Merge master into staging-next 2020-12-23 00:48:29 +00:00
Aaron Andersen 1e6e7c2bef
Merge pull request #106994 from aanderse/sqitch
sqitch: package cleanup
2020-12-22 16:10:26 -05:00
Frederik Rietdijk 736dd028ca Merge staging-next into staging 2020-12-22 19:43:32 +01:00
github-actions[bot] e0d458ed2c
Merge master into staging-next 2020-12-22 18:27:30 +00:00
Sandro 39fe2fc4dc
Merge pull request #106917 from con-f-use/gocli_docopts 2020-12-22 17:34:58 +01:00
github-actions[bot] 3aac2c14a8
Merge master into staging-next 2020-12-22 12:25:40 +00:00
Max Wittig 74971a10d5
gitlab-runner: 13.6.0 -> 13.7.0 (#107378) 2020-12-22 13:16:15 +01:00
Maximilian Bosch d36f00235e
packer: 1.6.5 -> 1.6.6
https://github.com/hashicorp/packer/releases/tag/v1.6.6
2020-12-22 09:51:09 +01:00
Luke Worth 160ba18da6 unused: init at 0.2.1 2020-12-22 14:52:34 +08:00
github-actions[bot] 55868ac425
Merge staging-next into staging 2020-12-22 00:46:42 +00:00
github-actions[bot] f1ccef3fd4
Merge master into staging-next 2020-12-22 00:46:39 +00:00
Daniël de Kok 86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
Thiago Kenji Okada 4078999dc9 lein: 2.9.1 -> 2.9.5 2020-12-21 12:24:02 -03:00
Michael Weiss 4454fecc85
cargo-c: 0.6.18 -> 0.7.0 2020-12-21 15:13:35 +01:00
Kevin Rauscher 50ee05fd43 metals: 0.9.7 -> 0.9.8 2020-12-21 10:51:19 +01:00
github-actions[bot] 204a4ef360
Merge staging-next into staging 2020-12-21 00:45:57 +00:00
github-actions[bot] bdf1e394e4
Merge master into staging-next 2020-12-21 00:45:49 +00:00
Mario Rodas d63cc95869
Merge pull request #107177 from avdv/bazel-buildtools_3.5.0
bazel-buildtools: 3.3.0 -> 3.5.0
2020-12-20 18:34:50 -05:00
Sandro 8c334161bd
Merge pull request #106967 from siraben/knightos-update
knightos-kcc: 4.0.0 -> 4.0.4
2020-12-21 00:07:57 +01:00
Sandro 643d16b7cf
Merge pull request #107261 from siraben/kimg-update
knightos-kimg: 0.3.0 -> 0.4.0
2020-12-20 23:52:13 +01:00
github-actions[bot] 266489aefb
Merge staging-next into staging 2020-12-20 18:19:55 +00:00
github-actions[bot] ab8c2b2b2c
Merge master into staging-next 2020-12-20 18:19:51 +00:00
Ben Siraphob f03215596d knightos-kimg: 0.3.0 -> 0.4.0 2020-12-20 22:38:13 +07:00
con-f-use b5d9be6aa2 docopts: build only necessary binaries 2020-12-20 15:50:58 +01:00
Ben Siraphob 87aa20764c knightos-z80e: 0.5.0 -> 0.5.2 2020-12-20 21:11:18 +07:00
Ben Siraphob fbc7ad52fb knightos-scas: 0.4.6 -> 0.5.3 2020-12-20 21:11:18 +07:00
github-actions[bot] fd51d0dfe3
Merge staging-next into staging 2020-12-20 00:44:00 +00:00
github-actions[bot] d491b49037
Merge master into staging-next 2020-12-20 00:43:57 +00:00
sternenseemann 2b0fc36c90
ocamlPackages.js_of_ocaml*: 3.7.0 -> 3.8.0
ocamlPackages.js_of_ocaml*: use buildDunePackage to fix installation
ocamlPackages.js_of_ocaml*: fix style for editorconfig

Closes #106343
2020-12-19 23:33:20 +01:00
Alyssa Ross fc08002774
Merge pull request #106663 from alyssais/autoconf
autoconf: 2.69 -> 2.70
2020-12-19 22:26:50 +00:00
Frederik Rietdijk f081225a83
Merge pull request #106533 from helsinki-systems/refactor/waf-hook
[staging] wafHook: Don't wrap Python 2
2020-12-19 19:28:05 +01:00
github-actions[bot] 9f677fc6b8
Merge master into staging-next 2020-12-19 18:19:27 +00:00
Profpatsch cf81745404 tree-sitter: split arguments in library.nix & document 2020-12-19 13:36:03 +01:00
Profpatsch 5907bcadfa tree-sitter: exports.json was fixed in releases, remove sed
These symbols do not exist anymore in the new tree-sitter releases, so
we can remove the sed.
2020-12-19 13:36:02 +01:00
Daniël de Kok 03e8a2f03b rocm-cmake: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
github-actions[bot] a0572e9aae
Merge master into staging-next 2020-12-19 06:19:44 +00:00
Alyssa Ross 1ef5ea3cc3 fswatch: enableParallelBuilding
Worked fine for me at -j4.
2020-12-19 01:39:45 +00:00
github-actions[bot] 6904262415
Merge master into staging-next 2020-12-19 00:42:26 +00:00
Claudio Bley 9aac494076 bazel-buildtools: 3.3.0 -> 3.5.0 2020-12-18 23:36:31 +01:00
Vincent Laporte b6f7f1f673 ocamlPackages.janeStreet: 0.13 → 0.14
ocamlPackages.biocaml: 0.10.1 → 0.11.1

ocamlPackages.bistro: fix for Core 0.14

ocamlPackages.js_of_ocaml: 3.7.0 → 3.7.1

ocamlPackages.ocaml-r: 0.2.0 → 0.4.0

ocamlPackages.phylogenetics: 2020-01-25 → 2020-11-23

Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2020-12-18 21:03:56 +01:00
Vincent Laporte c2e90c4433 ocamlformat: build legacy versions with OCaml 4.07 2020-12-18 21:03:56 +01:00
Joe Hermaszewski a453036794 haskellPackages.haskell-language-server: 0.7.0 -> 0.7.1 2020-12-18 20:27:54 +01:00
Peter Simons 3f71dc8e34 pandoc: drop obsolete patches
Version 2.11.3 contains these changes already.
2020-12-18 20:27:53 +01:00
Joe Hermaszewski 63e5171ff8 haskell-language-server: Make update.sh fetch latest tagged release 2020-12-18 20:27:53 +01:00
Joe Hermaszewski c31e766a24 haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0
Remove hls-brittany as it's no longer necessary

Fix the update script to include hls-explicit-imports-plugin and
hls-retrhls-retrie-plugin
2020-12-18 20:27:53 +01:00
github-actions[bot] abb757ba28
Merge master into staging-next 2020-12-18 00:42:45 +00:00
Maximilian Bosch 821ed09f38
Merge pull request #107085 from zowoq/go-mod-packagepath
buildGoModule: disallow goPackagePath
2020-12-17 22:44:00 +01:00
Maximilian Bosch 952f136fa8
Merge pull request #107088 from numtide/wasm-bindgen-cli-update
wasm-bindgen-cli: 0.2.67 -> 0.2.69
2020-12-17 22:41:02 +01:00
github-actions[bot] 8c3e8bd4b9
Merge master into staging-next 2020-12-17 18:17:15 +00:00
Janne Heß cfc4f6347f
wafHook: Don't wrap python2 2020-12-17 19:01:28 +01:00
Tim Steinbach 061ef26cb4
sbt-extras: 2020-11-23 → 2020-12-17 2020-12-17 09:02:47 -05:00
Andika Demas Riyandi d118f41399 wasm-bindgen-cli: 0.2.67 -> 0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.68
2020-12-17 20:06:38 +07:00
Alyssa Ross 3f42dfe7d9
autoconf: 2.69 -> 2.70 2020-12-17 12:52:51 +00:00
Alyssa Ross c434c60b39
autoconf270: init at 2.70
Fixes: https://github.com/NixOS/nixpkgs/pull/106642
 ("autoconf: 2.69 -> 2.70")
2020-12-17 12:52:44 +00:00
Oleksii Filonenko ca26ed4dc6
Merge pull request #107089 from bbigras/wrangler
wrangler: 1.12.2 -> 1.12.3
2020-12-17 14:33:25 +02:00
Bruno Bigras b6c4c3db11 wrangler: 1.12.2 -> 1.12.3 2020-12-17 03:34:43 -05:00
zowoq 381095f8d2 ytt: remove goPackagePath 2020-12-17 16:38:13 +10:00
zowoq fe11b54f7f wally-cli: remove goPackagePath 2020-12-17 16:38:13 +10:00
zowoq 4782aa4a4a terraform-ls: remove goPackagePath 2020-12-17 16:38:13 +10:00
zowoq e8829acb42 github-commenter: remove goPackagePath 2020-12-17 16:38:13 +10:00
zowoq 566bce3cdb buildkite-agent: remove goPackagePath 2020-12-17 16:38:13 +10:00
github-actions[bot] c40424f79b
Merge staging-next into staging 2020-12-17 00:42:56 +00:00
Jörg Thalheim f4c0984706
Merge pull request #94306 from Mic92/clang-analyzer
clang-analyzer: upgrade to latest llvm release
2020-12-16 19:57:44 +00:00
Doron Behar 1048a1e5ae
Merge pull request #104604 from siraben/packet-sd-darwin
packet-sd: enable build on unix
2020-12-16 21:47:04 +02:00
Aaron Andersen 3557bb49b0 sqitch: package cleanup 2020-12-15 21:12:03 -05:00
github-actions[bot] bc3c95481e
Merge staging-next into staging 2020-12-16 00:41:26 +00:00
Mario Rodas a4d86d5425
Merge pull request #106969 from marsam/update-go-tools
go-tools: 2020.1.6 -> 2020.2
2020-12-15 13:36:13 -05:00
github-actions[bot] 6e0acbf2ec
Merge staging-next into staging 2020-12-15 18:20:53 +00:00
Tim Steinbach a7c6597772
Merge pull request #106966 from r-ryantm/auto-update/sbt
sbt: 1.4.4 -> 1.4.5
2020-12-15 11:17:19 -05:00
Ben Siraphob fecbcb7681 knightos-kcc: 4.0.0 -> 4.0.4 2020-12-15 22:11:13 +07:00
R. RyanTM 800c4724b7 sbt: 1.4.4 -> 1.4.5 2020-12-15 14:30:32 +00:00
Le Anh Duc 8cea3c4866
tfsec: 0.27.0 -> 0.36.10
TFSec github location changed. Also bumping the version to 0.36.10.

Signed-off-by: Le Anh Duc <anhdle14@icloud.com>
2020-12-15 20:26:59 +09:00
Mario Rodas b582c9aa22 go-tools: 2020.1.6 -> 2020.2
https://staticcheck.io/changes/2020.2
2020-12-15 04:20:00 +00:00
R. RyanTM b719f980ce dt-schema: 2020.11 -> 2020.12 2020-12-15 02:44:22 +00:00
github-actions[bot] f8d9426a1b
Merge staging-next into staging 2020-12-15 00:39:51 +00:00
Rouven Czerwinski af2ab76515 usbsdmux: init at 0.1.8
Add the usbsdmux utility which is used to control the USB-SD-Mux
developed by the Linux Automation GmBH.
2020-12-14 21:49:37 +01:00
con-f-use 38349e453e docopts: init at 0.6.3-rc2 2020-12-14 19:36:24 +01:00
github-actions[bot] ce7773fcf7
Merge staging-next into staging 2020-12-14 18:14:34 +00:00
Gabriel Ebner 373ddfaf8c
Merge pull request #106821 from gebner/vieb310
vieb: init at 3.1.0
2020-12-14 18:23:14 +01:00
github-actions[bot] ec2fa1cee8
Merge staging-next into staging 2020-12-14 12:21:13 +00:00
Maximilian Bosch b7a29b2f71
strace: 5.9 -> 5.10
https://github.com/strace/strace/releases/tag/v5.10
2020-12-14 12:06:11 +01:00
github-actions[bot] de4b7d5b81
Merge staging-next into staging 2020-12-14 00:42:00 +00:00
Mario Rodas 418d56e960
Merge pull request #100478 from thefloweringash/cli11-meta
cli11: fix license and platforms
2020-12-13 15:53:19 -05:00
github-actions[bot] 73af09dfc7
Merge staging-next into staging 2020-12-13 18:15:31 +00:00
Gabriel Ebner 92cbe95497
Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8
python27Packages.pytestpep8: remove due to pytest v6 incompatibility
2020-12-13 16:51:36 +01:00
Gabriel Ebner 254f4869f6 electron_11: 11.0.3 -> 11.1.0 2020-12-13 15:58:53 +01:00
Gabriel Ebner 9a1e2c6420 electron_10: 10.1.6 -> 10.2.0 2020-12-13 15:58:53 +01:00
Gabriel Ebner 52bb80c5ba electron_9: 9.3.5 -> 9.4.0 2020-12-13 15:58:53 +01:00
Gabriel Ebner b184f8f883 mkYarnPackage: allow overriding version 2020-12-13 13:42:56 +01:00
github-actions[bot] 11d68e6adb
Merge staging-next into staging 2020-12-13 00:42:45 +00:00
Mario Rodas 9452323207
Merge pull request #106782 from EdenEast/up/just
just: 0.7.1 -> 0.8.3
2020-12-12 19:38:11 -05:00
Mario Rodas c28d9b51f2
Merge pull request #106588 from r-ryantm/auto-update/liquibase
liquibase: 4.2.1 -> 4.2.2
2020-12-12 18:40:11 -05:00
Mario Rodas 30f46dcb85
Merge pull request #106620 from r-ryantm/auto-update/skaffold
skaffold: 1.17.1 -> 1.17.2
2020-12-12 16:42:40 -05:00
Jörg Thalheim cabacf9837
Merge pull request #106714 from Mic92/drone
drone: 1.9.0 -> 1.10.0
2020-12-12 19:50:03 +00:00
github-actions[bot] 9254ca7f5e
Merge staging-next into staging 2020-12-12 12:19:53 +00:00
Daiderd Jordan 3c11eea359
Merge pull request #104695 from LnL7/py-spy
py-spy: init at 0.3.3
2020-12-12 13:05:34 +01:00
Eric Dallo 7bb9e5053b
hover: init at 0.43.0 (#80075) 2020-12-12 10:43:21 +00:00
James Simpson 5f85210b92
just: 0.7.1 -> 0.8.3 2020-12-12 01:53:42 -05:00
Jörg Thalheim 028f711404
drone: 1.9.0 -> 1.10.0 2020-12-12 07:36:17 +01:00
Alyssa Ross bbaed0d6d5
autoconf: license is GPLv3+
2.64 was the last GPLv2+ release.
2020-12-11 21:57:18 +00:00
github-actions[bot] ad994db6cd
Merge staging-next into staging 2020-12-11 18:15:37 +00:00
Jonathan Ringer 8f02cddf30 cmake: patch namelink regression
see:
 - https://github.com/NixOS/nixpkgs/issues/106329
 - https://github.com/awslabs/aws-c-common/issues/734
2020-12-11 07:23:28 -08:00
Drew Risinger 9a17459ba0 devpi-server: fix build
Build was failing due to line continuation between disabled tests in
checkPhase.
Fixed by converting to easier syntax of ``pytestCheckHook``.
2020-12-11 09:23:42 -05:00
Ryan Mulligan 5b8fd7afa7
Merge pull request #106652 from r-ryantm/auto-update/delve
delve: 1.5.0 -> 1.5.1
2020-12-11 06:20:35 -08:00
Marek Mahut 36b6b3a9f7
Merge pull request #106556 from onsails/github-commenter
github-commenter: add darwin platform
2020-12-11 14:18:51 +01:00
Mario Rodas 2dc6dd6024
Merge pull request #106631 from r-ryantm/auto-update/vultr-cli
vultr-cli: 2.0.0 -> 2.0.1
2020-12-11 07:35:28 -05:00
R. RyanTM b0961d1430 delve: 1.5.0 -> 1.5.1 2020-12-11 11:36:16 +00:00
Sandro e68a4f856e
Merge pull request #102136 from siraben/remarkable-which 2020-12-11 09:25:15 +01:00
Ben Siraphob 12d1b76db8 remarkable-toolchain: use which instead of patching with sed 2020-12-11 14:50:49 +07:00
Sandro a6947a5761
Merge pull request #102563 from onsails/terraform-ls
terraform-ls: 0.7.0 -> 0.11.0, switch to buildGoModule
2020-12-11 08:19:52 +01:00
Sandro 771b78d88b
Merge pull request #105149 from onsails/tabnine
tabnine: fix binary permissions
2020-12-11 06:56:39 +01:00
R. RyanTM ef9f4fcc7d vultr-cli: 2.0.0 -> 2.0.1 2020-12-11 05:18:56 +00:00
Sandro e0b40003cb
Merge pull request #106357 from siraben/mfgtools-1.4.43
nxpmicro-mfgtools: 1.3.191 -> 1.4.43
2020-12-11 04:56:46 +01:00
Mario Rodas dde8dce285
Merge pull request #106541 from marsam/sqlparse-install-manpage
python38Packages.sqlparse: install manpage
2020-12-10 22:07:55 -05:00
R. RyanTM 2b90af2d53 skaffold: 1.17.1 -> 1.17.2 2020-12-11 02:20:27 +00:00
Drew Risinger 6bb2eae2ff treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
2020-12-10 21:14:42 -05:00
Mario Rodas 051fd5d84a
Merge pull request #106569 from r-ryantm/auto-update/flow
flow: 0.138.0 -> 0.139.0
2020-12-10 21:06:08 -05:00
R. RyanTM 33a94e1c69 liquibase: 4.2.1 -> 4.2.2 2020-12-10 19:43:29 +00:00
Andrey Kuznetsov e02a8cf473
github-commenter: 0.5.0 -> 0.8.0
migrate to buildGoModule, set platforms to unix
2020-12-10 21:39:01 +04:00
R. RyanTM 7edacf2b2f flow: 0.138.0 -> 0.139.0 2020-12-10 16:08:17 +00:00
R. RyanTM e0d253916a clojure-lsp: 20201205T230541 -> 20201207T142850 2020-12-10 13:47:40 +00:00
Mario Rodas 5d85bda128
Merge pull request #106286 from Tomahna/bloop
bloop: 1.4.5 -> 1.4.6
2020-12-10 06:16:22 -05:00
Mario Rodas baeb4eb1b1 litecli: fix build 2020-12-10 04:20:00 +00:00
Mario Rodas bb73b04f9f tflint: 0.21.0 -> 0.22.0
https://github.com/terraform-linters/tflint/releases/tag/v0.22.0
2020-12-10 04:20:00 +00:00
Andrey Kuznetsov 401ab9f095
terraform-ls: 0.7.0 -> 0.10.0, switch to buildGoModule 2020-12-10 05:31:27 +04:00
Sandro 47da6628b6
Merge pull request #106470 from r-ryantm/auto-update/nexus
nexus: 3.28.1-01 -> 3.29.0-02
2020-12-09 20:35:33 +01:00
R. RyanTM 8a1815eea0 nexus: 3.28.1-01 -> 3.29.0-02 2020-12-09 17:45:05 +00:00
Jörg Thalheim de8b28918c
Merge pull request #106443 from eddyb/rustup-1.23.1
rustup: 1.22.1 -> 1.23.1
2020-12-09 16:28:28 +00:00
lewo b5ad791ca3
Merge pull request #106440 from 06kellyjac/open-policy-agent
open-policy-agent: 0.25.1 -> 0.25.2
2020-12-09 15:40:46 +01:00
Eduard-Mihai Burtescu dfc4b9d107 rustup: 1.22.1 -> 1.23.1 2020-12-09 12:49:11 +00:00
06kellyjac b8c49dd5b1 open-policy-agent: 0.25.1 -> 0.25.2 2020-12-09 12:14:35 +00:00
Ben Siraphob 7d3a211c24 nxpmicro-mfgtools: 1.3.191 -> 1.4.43 2020-12-09 11:03:06 +07:00
Sandro d275ac8aa4
Merge pull request #104910 from vdemeester/add-krew
krew: init at 0.4.0
2020-12-09 04:30:29 +01:00
Ryan Mulligan 91fbec2e3b
Merge pull request #106384 from r-ryantm/auto-update/fcct
fedora-coreos-config-transpiler: 0.7.0 -> 0.8.0
2020-12-08 14:37:13 -08:00
Dmitry Kudriavtsev f4679d33f8 lc3tools: fix errors due to incorrect hardcoded paths 2020-12-08 13:39:58 -08:00
R. RyanTM 8d041d04fc fedora-coreos-config-transpiler: 0.7.0 -> 0.8.0 2020-12-08 21:12:38 +00:00
Vincent Demeester 46f2b86dc3
krew: init at 0.4.0
`krew` is the package manager for kubectl plugins.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-12-08 18:45:27 +01:00
R. RyanTM 72d2cb86fd cppcheck: 2.2 -> 2.3 2020-12-08 15:21:34 +00:00
Mario Rodas afdd7b51e7
Merge pull request #106327 from r-ryantm/auto-update/svls
svls: 0.1.17 -> 0.1.18
2020-12-08 04:04:27 -05:00
R. RyanTM 3c50d74f50 svls: 0.1.17 -> 0.1.18 2020-12-08 06:38:07 +00:00
Ryan Mulligan f81ad12d0b
Merge pull request #105284 from jtojnar/gnome-markdown
doc/gnome: Port to Markdown
2020-12-07 20:45:56 -08:00
Sandro 01b840b4ca
Merge pull request #102129 from bryanasdev000/package-gojsontoyaml
gojsontoyaml: init at unstable-2020-06-02
2020-12-08 05:43:46 +01:00
Sandro b18d45b41c
Merge pull request #97823 from KAction/perfect-hash
perfect-hash: init at 0.4.1
2020-12-08 04:48:40 +01:00
Jan Tojnar 16dfe8d7f2
pandoc: Add patches for nixpkgs docs
Until we update pandoc, these are necessary for faithful Markdown to Docbook conversion in the manual.
The following features are necessary for many pages, in particular the GNOME platform docs:

* Anchors should use `xml:id` attribute, as mandated by Docbook 5.
* Admonitions should be supported, including titles.

Additionally, xmlns should be set correctly for root element.
2020-12-07 23:49:55 +01:00
Sandro ad63f8be44
Merge pull request #106265 from r-ryantm/auto-update/gauge
gauge: 1.1.5 -> 1.1.6
2020-12-07 23:00:48 +01:00
Kevin Rauscher d1d8928bda bloop: 1.4.5 -> 1.4.6 2020-12-07 22:43:58 +01:00
Sandro d4de077c9b
Merge pull request #105669 from avdv/bazel-watcher-0.14.0 2020-12-07 20:19:13 +01:00
R. RyanTM 7f6af08f81 gauge: 1.1.5 -> 1.1.6 2020-12-07 18:11:01 +00:00
Sandro b79a6e153f
Merge pull request #106258 from evanjs/cargo-geiger/0.10.2
cargo-geiger: 0.9.1 -> 0.10.2
2020-12-07 18:17:44 +01:00
Sandro 82cd312b79
Merge pull request #106209 from r-ryantm/auto-update/doctl
doctl: 1.53.0 -> 1.54.0
2020-12-07 17:28:32 +01:00
Evan Stoll 8949b189a6 cargo-geiger: 0.9.1 -> 0.10.2
* Remove cargo-lock.patch
  * Upstream crate now compiles fine without patch

* Use cargo-insta for testing
  * Using cargo-insta for testing, we can now run the test suite without
    skipping any tests
2020-12-07 10:57:14 -05:00
Ryan Mulligan 71f424a8f6
Merge pull request #106163 from r-ryantm/auto-update/ameba
ameba: 0.13.2 -> 0.13.3
2020-12-07 06:34:20 -08:00
R. RyanTM 7872e83cba doctl: 1.53.0 -> 1.54.0 2020-12-07 14:19:47 +00:00
lewo 8ca5f781e2
Merge pull request #106171 from 06kellyjac/open-policy-agent
open-policy-agent: 0.25.0 -> 0.25.1
2020-12-07 15:07:47 +01:00
Sandro 423f3e2545
Merge pull request #106174 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20201009T224414 -> 20201205T230541
2020-12-07 15:02:16 +01:00
R. RyanTM 90dd4c4f96 clojure-lsp: 20201009T224414 -> 20201205T230541 2020-12-07 13:09:18 +00:00
06kellyjac 1f2c7d340b open-policy-agent: 0.25.0 -> 0.25.1 2020-12-07 12:44:50 +00:00
sternenseemann a817ce3ada
ocamlPackages.odoc: 1.5.1 -> 1.5.2 2020-12-07 13:11:11 +01:00
Claudio Bley 919d3ea2a0 bazel-watcher: Mark broken on darwin 2020-12-07 12:33:22 +01:00
R. RyanTM 1dd412fe06 ameba: 0.13.2 -> 0.13.3 2020-12-07 11:08:08 +00:00
Andreas Rammhold 29e607d041 rust-cbindgen: drop my maintainership
I only picked this up as a result of caring for Firefox. I am not
interested in this anymore.
2020-12-06 21:24:50 +01:00
Maximilian Bosch c941110e22
Merge pull request #106041 from r-ryantm/auto-update/liquibase
liquibase: 4.2.0 -> 4.2.1
2020-12-06 18:03:23 +01:00
github-actions[bot] 8a52c4c658
Merge master into staging-next 2020-12-06 06:17:06 +00:00
R. RyanTM 2394a34a4c liquibase: 4.2.0 -> 4.2.1 2020-12-06 05:52:22 +00:00
Sandro 823444404a
Merge pull request #106026 from r-ryantm/auto-update/jenkins
jenkins: 2.249.3 -> 2.263.1
2020-12-06 04:49:08 +01:00
Mario Rodas 99040b2174
Merge pull request #106037 from r-ryantm/auto-update/ktlint
ktlint: 0.39.0 -> 0.40.0
2020-12-05 22:30:49 -05:00
R. RyanTM 919fee97b3 ktlint: 0.39.0 -> 0.40.0 2020-12-06 02:35:39 +00:00
Jan Tojnar 6ce08f74dc
Merge branch 'master' into staging-next 2020-12-06 03:28:13 +01:00
R. RyanTM feed5210dd
jenkins: 2.249.3 -> 2.263.1 2020-12-06 02:04:07 +01:00
Sandro ae444b33de
Merge pull request #106002 from r-ryantm/auto-update/flyway 2020-12-05 20:29:15 +01:00
github-actions[bot] 72b795557e
Merge master into staging-next 2020-12-05 18:14:21 +00:00
R. RyanTM 969be7cbdf flyway: 7.3.0 -> 7.3.1 2020-12-05 17:45:09 +00:00
R. RyanTM 6838cb8aa0 buildkit: 0.7.2 -> 0.8.0 2020-12-05 12:06:38 +00:00
github-actions[bot] 55b348fe1b
Merge master into staging-next 2020-12-05 06:16:24 +00:00
Mario Rodas a48e3a2fa8
Merge pull request #105918 from r-ryantm/auto-update/randoop
randoop: 4.2.4 -> 4.2.5
2020-12-04 23:38:22 -05:00
Mario Rodas 7d88dc7f2c
Merge pull request #105945 from r-ryantm/auto-update/terraformer
terraformer: 0.8.9 -> 0.8.10
2020-12-04 23:27:06 -05:00
Mario Rodas 391e708bd8
Merge pull request #105926 from r-ryantm/auto-update/sd-local
sd-local: 1.0.13 -> 1.0.17
2020-12-04 22:34:31 -05:00
Mario Rodas 30f244c48b
Merge pull request #105934 from r-ryantm/auto-update/skaffold
skaffold: 1.17.0 -> 1.17.1
2020-12-04 22:33:43 -05:00
R. RyanTM f78c7fbb27 terraformer: 0.8.9 -> 0.8.10 2020-12-05 03:21:20 +00:00
github-actions[bot] 4763e8b8fd
Merge master into staging-next 2020-12-05 00:38:01 +00:00
R. RyanTM 9b7668f9cd skaffold: 1.17.0 -> 1.17.1 2020-12-05 00:31:32 +00:00
R. RyanTM 78bfae534e sd-local: 1.0.13 -> 1.0.17 2020-12-04 23:06:42 +00:00
R. RyanTM f9c7460ac2 randoop: 4.2.4 -> 4.2.5 2020-12-04 21:34:06 +00:00
Sandro 1917e6fd9e
Merge pull request #105891 from r-ryantm/auto-update/kubie
kubie: 0.11.0 -> 0.11.1
2020-12-04 21:12:41 +01:00
github-actions[bot] cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
R. RyanTM 6b3b62ee5e kubie: 0.11.0 -> 0.11.1 2020-12-04 15:22:37 +00:00
R. RyanTM 053c522b7c
buildkite-agent: 3.25.0 -> 3.26.0 (#105852) 2020-12-04 15:18:54 +01:00
Michal Sojka 9928e07c0f stlink: Correct comment about the use of services.udev.packages
services.udev.pkgs does not exists, but services.udev.packages does.
2020-12-04 13:57:58 +01:00
github-actions[bot] 4b8f5caddc
Merge master into staging-next 2020-12-04 12:20:02 +00:00
R. RyanTM e780b0dc1e apktool: 2.4.1 -> 2.5.0 2020-12-04 06:11:41 +00:00
github-actions[bot] 884a0b091b
Merge master into staging-next 2020-12-04 00:37:25 +00:00
Sandro 47073fd52a
Merge pull request #105827 from 06kellyjac/opa
open-policy-agent: 0.24.0 -> 0.25.0
2020-12-04 00:07:06 +01:00
06kellyjac 72e0778169 open-policy-agent: 0.24.0 -> 0.25.0 2020-12-03 20:52:58 +00:00
Gabriel Volpe 63f6946d57
dconf2nix: 0.0.6 -> 0.0.7 2020-12-03 19:39:49 +01:00
github-actions[bot] 1aeec1f039
Merge master into staging-next 2020-12-03 18:14:40 +00:00
Sandro 178a44c09f
Merge pull request #105071 from brhoades/ytt 2020-12-03 17:50:50 +01:00
Billy J Rhoades II 608665f526 ytt: init at 0.30.0
Added carvel ytt 0.30.0 which is currently absent. Tests ran by
checkPhase currently fail due to YAML marshalling problems, but the tool
itself appears fine.
2020-12-03 08:45:49 -08:00
github-actions[bot] 58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Vincent Laporte 222966a7d1 obelisk: 0.4.0 → 0.5.2 2020-12-02 22:39:56 +01:00
github-actions[bot] a71eec4269
Merge master into staging-next 2020-12-02 13:20:56 +00:00
Austin Seipp c9325119f2
trellis: 2020.11.07 -> 2020.11.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-12-02 07:18:09 -06:00
github-actions[bot] 89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Mario Rodas 43e07f2e5d
Merge pull request #105644 from r-ryantm/auto-update/flyway
flyway: 7.2.1 -> 7.3.0
2020-12-02 05:13:14 -05:00
Claudio Bley cc234879dd bazel-watcher: Show version string instead of `{STABLE_GIT_VERSION}` 2020-12-02 09:33:14 +01:00
Claudio Bley 23010cc67a bazel-watcher: 0.13.1 -> 0.14.0 2020-12-02 08:48:00 +01:00
Daniël de Kok ebf687af35
Merge pull request #105474 from danieldk/rocm-3.10.0
rocm: update to 3.10.0
2020-12-02 06:53:18 +01:00
R. RyanTM 01dbdd135b flyway: 7.2.1 -> 7.3.0 2020-12-02 03:05:11 +00:00
Sandro 60a28bae4b
Merge pull request #105607 from r-ryantm/auto-update/fly
fly: 6.7.0 -> 6.7.2
2020-12-02 02:02:48 +01:00
R. RyanTM 1590c5302b fly: 6.7.0 -> 6.7.2 2020-12-01 18:58:35 +00:00
Joachim Breitner fb063991b2
macdylibbundler: Should propagate dependency on otool (#103163)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 19:11:45 +01:00
Jonathan Ringer eb8d1214b6 pgcli: allow for sqlparse 4.x 2020-12-01 14:44:26 +01:00
R. RyanTM 8ad84a5c02 bison: 3.7.3 -> 3.7.4 2020-12-01 14:40:58 +01:00
R. RyanTM f51da8c643 ninja: 1.10.1 -> 1.10.2 2020-12-01 14:40:18 +01:00
adisbladis a10370cc9f
poetry2nix: 1.13.0 -> 1.14.0 2020-12-01 14:25:46 +01:00
Frederik Rietdijk ff90abd5dd Merge staging-next into staging 2020-12-01 14:23:10 +01:00
Sandro bd4c53feb5
Merge pull request #105574 from r-ryantm/auto-update/the-way
the-way: 0.7.0 -> 0.12.1
2020-12-01 13:51:20 +01:00
R. RyanTM 7ccd10e7ac the-way: 0.7.0 -> 0.12.1 2020-12-01 11:00:12 +00:00
Jan Tojnar c2f1e7b1b0
php.extensions.blackfire: 1.44.0 → 1.46.4 2020-12-01 11:02:52 +01:00
Daniël de Kok 71c017b816 rocm-cmake: 3.9.0 -> 3.10.0 2020-12-01 07:41:46 +01:00
Jan Tojnar 27b974d84b
Merge branch 'staging-next' into staging 2020-12-01 03:26:36 +01:00
Mario Rodas 2f07139f3e
Merge pull request #105516 from r-ryantm/auto-update/kubie
kubie: 0.9.1 -> 0.11.0
2020-11-30 20:51:41 -05:00
Sandro 0214c9ef57
Merge pull request #105491 from r-ryantm/auto-update/go-migrate
go-migrate: 4.13.0 -> 4.14.1
2020-12-01 01:10:41 +01:00
R. RyanTM c04d9ca115 kubie: 0.9.1 -> 0.11.0 2020-11-30 23:53:14 +00:00
R. RyanTM b1721393b2 go-migrate: 4.13.0 -> 4.14.1 2020-11-30 20:57:47 +00:00
Sandro 2499f7f37a
Merge pull request #105464 from r-ryantm/auto-update/codeql
codeql: 2.3.3 -> 2.4.0
2020-11-30 20:22:59 +01:00
Sandro 1cd16d50b4
Merge pull request #105460 from r-ryantm/auto-update/checkstyle
checkstyle: 8.37 -> 8.38
2020-11-30 20:03:32 +01:00
Frederik Rietdijk 9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
Staging next
2020-11-30 18:27:29 +01:00
R. RyanTM 0ee503068d codeql: 2.3.3 -> 2.4.0 2020-11-30 16:26:15 +00:00
R. RyanTM df3d1b4647 checkstyle: 8.37 -> 8.38 2020-11-30 15:45:51 +00:00
Maximilian Bosch b516a09d46
Merge pull request #104603 from siraben/errcheck-update
errcheck: 1.1.0 -> 1.4.0
2020-11-30 11:36:33 +01:00
Sandro 9d5d6b0a26
Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk 2020-11-30 02:13:30 +01:00
Maximilian Bosch 91e6ee02c7
Merge pull request #104450 from anna328p/lc3tools
lc3tools: init at 0.12
2020-11-29 18:39:40 +01:00
Jonathan Strickland 4004ed98f5 rtss: init at 0.6.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-29 08:59:45 -05:00
Frederik Rietdijk 05d1c49209 Merge staging-next into staging 2020-11-29 13:51:33 +01:00
Frederik Rietdijk 0d8491cb2b Merge master into staging-next 2020-11-29 13:51:10 +01:00
Luke Granger-Brown 31dfbca2d7 cmake: 3.19.0 -> 3.19.1
This fixes issues with building LibreSSL, which is required for the
NixOS tests: https://cmake.org/cmake/help/latest/release/3.19.html#id1

> CMake 3.19.0 compiles source files with the `LANGUAGE` property by
> passing an explicit language flag such as -x c. This is consistent
> with the property’s documented meaning that the source file is written
> in the specified language. However, it can break projects that were
> using the property only to cause the specified language’s compiler to
> be used. This has been reverted to restore behavior from CMake 3.18
> and below.
2020-11-29 13:49:07 +01:00
Dmitry Kudriavtsev 2ed27dc1a1 lc3tools: init at 0.12 2020-11-29 00:36:34 -08:00
R. RyanTM 0dccc4ea83 buildpack: 0.15.0 -> 0.15.1 2020-11-29 05:32:42 +00:00
John Ericson 73425f6c3b Merge remote-tracking branch 'upstream/master' into staging 2020-11-28 21:33:03 -05:00
Bryan A. S 6493ef3de3 gojsontoyaml: init at unstable-2020-06-02
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-11-28 21:13:54 -03:00
Sandro cf25bfeb6b
Merge pull request #105282 from r-ryantm/auto-update/mill
mill: 0.8.0 -> 0.9.3
2020-11-28 21:22:55 +01:00
Sandro b58785838a
Merge pull request #105278 from r-ryantm/auto-update/nexus
nexus: 3.22.0-02 -> 3.28.1-01
2020-11-28 21:21:42 +01:00
R. RyanTM 26acfc708e mill: 0.8.0 -> 0.9.3 2020-11-28 20:01:06 +00:00
R. RyanTM bb63906dad nexus: 3.22.0-02 -> 3.28.1-01 2020-11-28 19:27:54 +00:00
Elis Hirwing 22ecaa2d41
cask: Enable on more platforms than Linux 2020-11-28 19:48:45 +01:00
Tim Steinbach 8529788e73
jq: Add test 2020-11-28 13:42:36 -05:00
dukc 17af5377cf dub: 1.14.0 -> 1.23.0 2020-11-28 19:27:06 +02:00
Pavol Rusnak a3302065df
electron: add header hashes 2020-11-28 17:23:28 +01:00
Jaka Hudoklin 9e779b0a43
electron: passthru headers 2020-11-28 17:23:28 +01:00
Pavol Rusnak 428582c6b9
electron: 11.0.2 -> 11.0.3 2020-11-28 17:23:28 +01:00
Pavol Rusnak 54e419e076
electron: 9.3.4 -> 9.3.5 2020-11-28 17:23:28 +01:00
Joe Hermaszewski b3640e024f binutils: patch to fix https://sourceware.org/bugzilla/show_bug.cgi?id=16177
This bug was preventing one compiling Haskell programs from `pkgsMusl` for
armv7.

`nix-build --argstr crossSystem "armv7l-linux" -A pkgsMusl.haskellPackages.hello`
succeeds with this patch.

The patch is Nick Clifton's one, rebased by @ericson2314 here
https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c6

Although there was some talk about the efficacy of the binutils patch
(https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c9) the resulting
binary seems to run without issue on the target platform. Jessica's
patch there caused ld to fail linking some programs. Nick's proposed
patch has worked well in my testing so far (a Haskell project of some
small complexity cross compiled with musl to armv7).
2020-11-28 20:19:05 +08:00
Frederik Rietdijk 9e062723b2 Merge master into staging-next 2020-11-28 08:53:47 +01:00
freezeboy abfbb842b5 fixup sam 2020-11-27 22:59:27 -08:00
Dmitry Bogatov f825a02eb1 perfect-hash: init at 0.4.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-28 00:00:00 -05:00
Sandro 0e69505dee
Merge pull request #105150 from r-ryantm/auto-update/dfu-util
dfu-util: 0.9 -> 0.10
2020-11-28 04:14:14 +01:00
Sandro 17633dd7da
Merge pull request #105191 from matthew-piziak/update-mdl
mdl: 0.5.0 -> 0.11.0
2020-11-28 03:02:38 +01:00