Commit Graph

14696 Commits

Author SHA1 Message Date
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674 2021-01-15 03:26:38 +09:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
github-actions[bot]
730ff71234
Merge master into staging-next 2021-01-14 12:42:20 +00:00
Sandro
487c6c5e68
Merge pull request #109321 from rvolosatovs/update/gofumpt
gofumpt: 2020-10-27 -> 0.1.0
2021-01-14 13:27:16 +01:00
Sandro
67343245f9
Merge pull request #109314 from rvolosatovs/update/gotools
gotools: 2020-10-27 -> 2021-01-13
2021-01-14 13:22:46 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
We were packaging ydiff twice!

In this patch, I've merged the two expressions into one, trying to
take the best of each.  ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.

While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.

Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff.  gitAndTools.ydiff just did nothing.  Both also expected to
find git, hg, and svn in the environment, which was impure.  So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Sandro
8fcb5db84c
Merge pull request #109306 from flokli/dbmate-remove-deps
dbmate: remove deps.nix
2021-01-14 07:48:28 +01:00
github-actions[bot]
d247d74ff9
Merge master into staging-next 2021-01-14 06:44:24 +00:00
Sandro
67744a8a40
Merge pull request #109290 from TredwellGit/electron_11
electron_11: 11.1.0 -> 11.2.0
2021-01-14 07:34:05 +01:00
Jörg Thalheim
ff22087bd0
Merge pull request #109304 from Pamplemousse/radare2
radare2: Minor cleaning in expression
2021-01-14 05:47:00 +00:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2 2021-01-13 15:39:31 -08:00
Roman Volosatovs
ebd91a3fb3
gofumpt: 2020-10-27 -> 0.1.0 2021-01-13 22:17:38 +01:00
Roman Volosatovs
4124b7f68e
gotools: 2020-10-27 -> 2021-01-13 2021-01-13 21:41:01 +01:00
Florian Klink
3dcd713d19 dbmate: remove deps.nix
This file wasn't removed when switching to buildGoModule, but is unused.
2021-01-13 20:21:26 +01:00
Pamplemousse
25d3912133 radare2: Minor cleaning in expression
Upstream is fixed: Removing this line does not break the build.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-13 11:46:17 -07:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
TredwellGit
e6b1439ac2 electron_11: 11.1.0 -> 11.2.0
https://github.com/electron/electron/releases/tag/v11.2.0
2021-01-13 16:00:15 +00:00
06kellyjac
859a64428d tokei: 12.1.1 -> 12.1.2 2021-01-13 11:26:09 +00:00
sternenseemann
c955b30d4c dune-release: fix tests for newer git versions
Newer git versions show a hint when calling `git init` to set the
default initial branch to something like 'main'. This obviously is
printed to stderr and thus not hidden by `> /dev/null`. We fix the
ensuing test failure by setting a branch in the invocation.
2021-01-13 09:54:56 +01:00
Jonathan Ringer
bb243b19e8 aws-sam-cli: fix build 2021-01-12 23:20:45 -08:00
Christian Kampka
0fd3afc1b2
texi2html: Fix cross-platform build 2021-01-12 20:45:24 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next 2021-01-12 18:47:24 +00:00
Sandro
af87855d6b
Merge pull request #109119 from Mic92/radare2
radare2: 4.5.1 -> 5.0.0
2021-01-12 19:15:15 +01:00
Sandro
6071c0b71d
Merge pull request #108908 from moaxcp/jbang
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Jörg Thalheim
23da8a6f50
radare2: 4.5.1 -> 5.0.0 2021-01-12 16:04:16 +01:00
Jörg Thalheim
3364d09e4c
strace: mpers check always
this fix pkgsStatic on x86 build where we don't support 32bit yet.
2021-01-12 13:10:38 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next 2021-01-12 06:34:30 +00:00
John Mercier
1288812ae0 jbang: init at 0.58.0 2021-01-11 21:52:55 -05:00
Benjamin Hipple
dc04eb3eeb
Merge pull request #109044 from zowoq/skopeo
skopeo: 1.2.0 -> 1.2.1
2021-01-11 21:46:18 -05:00
github-actions[bot]
32a46d68f3
Merge master into staging-next 2021-01-12 01:04:47 +00:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 (#108849) 2021-01-11 23:08:42 +01:00
zowoq
a5c8741dd9 skopeo: 1.2.0 -> 1.2.1
https://github.com/containers/skopeo/releases/tag/v1.2.1
2021-01-12 05:40:55 +10:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next 2021-01-11 13:36:42 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
75bb36a66f
Merge staging-next into staging 2021-01-11 06:33:34 +00:00
github-actions[bot]
db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Mario Rodas
bd4c31411e
Merge pull request #108971 from marsam/update-tflint
tflint: 0.23.0 -> 0.23.1
2021-01-10 20:35:37 -05:00
Sandro
e9bebb34e8
Merge pull request #108093 from mjlbach/init_sumneko_lua 2021-01-11 02:19:52 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging 2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Doron Behar
d68b34650f
Merge pull request #108965 from MetaDark/texlab 2021-01-10 23:56:03 +02:00
Sandro
d085417683
Merge pull request #108970 from xaverdh/pkgs-stdenv-lib
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
2021-01-10 22:47:38 +01:00
zowoq
59db4d32df gotools: drop unnecessary optional excludedPackages 2021-01-11 06:00:38 +10:00
Michael Lingelbach
a57ba9ea13 sumneko-lua-language-server: init at 1.11.2 2021-01-10 11:43:55 -08:00
Dominik Xaver Hörl
25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Kira Bruneau
f0e9d7e658 texlab: 2.2.1 -> 2.2.2 2021-01-10 11:55:02 -05:00
Mario Rodas
629b34fe2c tflint: 0.23.0 -> 0.23.1
https://github.com/terraform-linters/tflint/releases/tag/v0.23.1
2021-01-10 11:53:00 -05:00
Bernardo Meurer
306aefd9fc binutils: 2.34 -> 2.35.1 2021-01-10 16:09:25 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro
14081f6a78
Merge pull request #108845 from 06kellyjac/conftest
conftest: 0.22.0 -> 0.23.0
2021-01-10 08:12:36 +01:00
Sandro
eeee857ef8
Merge pull request #108875 from dbueno/fix/cflow-darwin-update
cflow: include darwin
2021-01-10 08:11:16 +01:00
github-actions[bot]
add2d89082
Merge master into staging-next 2021-01-10 06:32:12 +00:00
Mario Rodas
3eb5fb31ac
Merge pull request #108896 from onsails/terraform-ls
terraform-ls: 0.11.0 -> 0.12.0
2021-01-09 20:19:37 -05:00
github-actions[bot]
433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Andrey Kuznetsov
823848a6d6
terraform-ls: 0.11.0 -> 0.12.0 2021-01-09 23:52:38 +00:00
Mario Rodas
6de3017330
Merge pull request #108886 from zowoq/ecc
editorconfig-checker: 2.2.0 -> 2.3.1
2021-01-09 18:28:21 -05:00
zowoq
54d89e7ffc buildah: 1.18.0 -> 1.19.0
https://github.com/containers/buildah/releases/tag/v1.19.0
2021-01-10 06:51:26 +10:00
zowoq
e39dd05e66 editorconfig-checker: 2.2.0 -> 2.3.1
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.1
2021-01-10 06:45:55 +10:00
github-actions[bot]
fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Denis Bueno
d5eb22ffe3 cflow: include darwin
cflow no longer errors out on darwin
2021-01-09 10:24:46 -07:00
Vincent Laporte
b3351951b0 ocamlPackages.camlp5: 7.13 → 7.14 2021-01-09 14:00:53 +01:00
06kellyjac
473ead7488 conftest: 0.22.0 -> 0.23.0 2021-01-09 10:49:30 +00:00
github-actions[bot]
e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Peter Simons
c25fc73a81
Merge pull request #108252 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-02 (plus other fixes)
2021-01-08 21:36:14 +01:00
Malte Brandy
7829f94244
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0 2021-01-08 20:57:02 +01:00
github-actions[bot]
f89e74dbcc
Merge master into staging-next 2021-01-08 18:37:56 +00:00
github-actions[bot]
ecebf82121
Merge master into staging-next 2021-01-08 12:29:36 +00:00
Alvar Penning
757889019b golangci-lint: 1.33.0 -> 1.35.0 2021-01-08 11:12:07 +01:00
Mario Rodas
0946f962f4 nimlsp: init at 0.2.6
Co-authored-by: nbonfils <nbonfils@users.noreply.github.com>
2021-01-08 11:04:25 +01:00
Sandro
aaee60c696
Merge pull request #108706 from ruuda/fcct090
fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0
2021-01-08 09:39:37 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro
4e56648708
Merge pull request #108682 from NobbZ/lttng-ust-python3 2021-01-07 23:00:00 +01:00
Peter Simons
b6ba72e0e0 Merge remote-tracking branch 'origin/master' into haskell-updates. 2021-01-07 21:50:50 +01:00
Sandro
fe9d3a4f26
Merge pull request #108683 from marsam/update-rubocop
rubocop: 1.1.0 -> 1.8.0
2021-01-07 21:35:25 +01:00
github-actions[bot]
5c072a088d
Merge master into staging-next 2021-01-07 18:40:50 +00:00
asymmetric
d80ba82f2e
gopls: 0.5.3 -> 0.6.2 (#108702) 2021-01-07 18:38:46 +00:00
Ruud van Asseldonk
dd6810066a fedora-coreos-config-transpiler: 0.8.0 -> 0.9.0 2021-01-07 19:20:23 +01:00
Doron Behar
f211631c1c
Merge pull request #108690 from MetaDark/texlab
texlab: 2.2.0 -> 2.2.1
2021-01-07 19:50:35 +02:00
Kira Bruneau
5383c549b7 texlab: 2.2.0 -> 2.2.1 2021-01-07 11:09:48 -05:00
Norbert Melzer
701ece608b lttng-ust: python2 => python3
whitespace cleanup
2021-01-07 16:13:07 +01:00
github-actions[bot]
a544214cae
Merge master into staging-next 2021-01-07 12:27:10 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
31eeb468ed
Merge pull request #108621 from onsails/tabnine
tabnine: 3.1.1 -> 3.2.63
2021-01-07 12:42:02 +01:00
Sandro
8803216aa0
Merge pull request #108658 from marsam/update-timescaledb-tune
timescaledb-tune: 0.9.0 -> 0.10.0
2021-01-07 12:41:38 +01:00
Sandro
7087244dff
Merge pull request #108655 from marsam/update-buildkit 2021-01-07 12:32:31 +01:00
Sandro
e3dc56f40c
Merge pull request #108630 from Chili-Man/kustomize-3.9.1-update
kustomize: 3.8.7 -> 3.9.1
2021-01-07 12:20:12 +01:00
Sandro
e246b90ad2
Merge pull request #108620 from tckmn/pry-0.13.1
pry: 0.12.2 -> 0.13.1
2021-01-07 11:23:38 +01:00
Sandro
7c3f3c70c4
Merge pull request #108599 from yusdacra/add-tug 2021-01-07 11:15:55 +01:00
Andrey Kuznetsov
daf463b576
tabnine: 3.1.1 -> 3.2.63 2021-01-07 09:27:03 +00:00
Mario Rodas
a853e00e9d rubocop: 1.1.0 -> 1.8.0 2021-01-07 04:20:00 +00:00
Mario Rodas
24b589bbcd timescaledb-tune: 0.9.0 -> 0.10.0 2021-01-07 04:20:00 +00:00
Mario Rodas
e9b490b47d buildkit: 0.8.0 -> 0.8.1
https://github.com/moby/buildkit/releases/tag/v0.8.1
2021-01-07 04:20:00 +00:00
Diego Rodriguez
1d7a4ea45f
kustomize: 3.8.7 -> 3.9.1 2021-01-06 18:49:39 -07:00
Sandro
0cfa3979b4
Merge pull request #108596 from oxalica/rust-analyzer 2021-01-07 02:48:11 +01:00
(cdep)illabout
be17beade1
spago: 0.18 -> 0.19 2021-01-07 10:17:52 +09:00
Andy Tockman
35eb8b7b9b pry: 0.12.2 -> 0.13.1 2021-01-06 16:38:32 -06:00
Yusuf Bera Ertan
c6ff52406f
turbogit: init at v1.2.0 2021-01-06 23:48:18 +03:00
oxalica
4c247d7729
rust-analyzer: 2020-11-09 -> 2021-01-04 2021-01-07 03:16:02 +08:00
Timo Kaufmann
313816590b
Merge pull request #108328 from ericdallo/bump-clojure-lsp
clojure-lsp: 20201228T020543 -> 2021.01.03-00.42.23
2021-01-06 17:58:13 +01:00
Sandro
0425b4c1d1
Merge pull request #108549 from marsam/update-tflint
tflint: 0.22.0 -> 0.23.0
2021-01-06 12:09:30 +01:00
Sandro
fd0c2add78
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
2021-01-06 11:42:54 +01:00
Michael Hoang
31f9051cf6 treewide: stop maintaining most packages 2021-01-06 17:06:03 +11:00
Orivej Desh
de753c64f9 hydraUnstable: patch to support nixUnstable 2.4pre20201205_a5d85d0
Upstream PR: https://github.com/NixOS/hydra/pull/840
2021-01-06 06:05:52 +00:00
Mario Rodas
2e7968e494 tflint: 0.22.0 -> 0.23.0
https://github.com/terraform-linters/tflint/releases/tag/v0.23.0
2021-01-05 22:39:45 -05:00
Vincent Laporte
6b0396351e ocamlPackages.lambdaTerm: 2.0.3 → 3.1.0
ocamlPackages.utop: 2.4.3 → 2.6.0
2021-01-05 18:23:20 +01:00
Doron Behar
d9dba88d08
Merge pull request #106742 from freezeboy/migrate-qt515 2021-01-05 19:05:55 +02:00
oxalica
44a8cf19b1
rust-analyzer: fix update script 2021-01-05 23:37:09 +08:00
github-actions[bot]
0e4e47512d
Merge master into staging-next 2021-01-05 00:56:58 +00:00
Maximilian Bosch
61b8a2c720
rustracer: 2.1.35 -> 2.1.40, fix build
Failing build: https://hydra.nixos.org/build/134175791
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.40/CHANGELOG.md

A few more things are worth noting:

* It's not possible to update to latest version (2.1.42) at the time of
  committing since this requires a newer `rustc` (1.51 to be precise) to
  compile.
* For proper completion, `rustLibSrc` rather than `rustcSrc` must be
  used now. The two were separated here previously[1].
* Dropped the `checkPhase` and replaced it with a list of `checkFlags`.
  This has the benefit that the default `checkPhase` from
  `buildRustPackage` can be used which properly configures parallelism
  and which target to use (i.e. `release` in this case which reduces
  build time).

[1] 68060f6f6f
2021-01-04 21:20:42 +01:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
freezeboy
7aaadab55c solarus,solarus-quest-editor: migrate to Qt5.15 2021-01-04 16:24:05 +01:00
Anderson Torres
a5c848382c
Merge pull request #108261 from AndersonTorres/updates
Misc updates
2021-01-04 10:17:22 -03:00
Eelco Dolstra
f6e519f39e
Merge pull request #96495 from Mindavi/lcov-1.15
lcov: 1.14 -> 1.15
2021-01-04 13:51:49 +01:00
github-actions[bot]
f0187a2cf3
Merge staging-next into staging 2021-01-04 12:26:43 +00:00
Sandro
63750b466a
Merge pull request #107533 from sternenseemann/fix-sourcetrail 2021-01-04 12:38:51 +01:00
AndersonTorres
5ccb5d4ca3 dialog: 1.3-20190211 -> 1.3-20201126 2021-01-03 23:16:18 -03:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
Rick van Schijndel
08b12f6385 lcov: 1.14 -> 1.15 2021-01-03 22:16:33 +01:00
John Ericson
b3f29f3817
Merge pull request #107238 from Ericson2314/no-static-overlay
treewide: Start to break up static overlay
2021-01-03 15:15:49 -05:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
github-actions[bot]
07165c7226
Merge staging-next into staging 2021-01-03 18:38:32 +00:00
John Ericson
b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Maximilian Bosch
0d9e4d223f
Merge pull request #108064 from oxalica/bump/cargo-flamegraph
cargo-flamegraph: 0.3.0 -> 0.4.0 and clean up
2021-01-03 19:17:54 +01:00
Eric Dallo
b12b7f96ad
clojure-lsp: 20201228T020543 -> 2021.01.03-00.42.23 2021-01-03 12:52:48 -03:00
06kellyjac
418f4e11d6 tokei: 12.0.4 -> 12.1.1 2021-01-03 15:26:03 +00:00
Maximilian Bosch
2e811acdce
Merge pull request #108279 from otavio/new-pkgs/cargo-wipe
cargo-wipe: init at 0.3.0
2021-01-03 14:56:12 +01:00
github-actions[bot]
0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
Austin Seipp
b7c5fe8741
trellis: 2020.11.25 -> 2021.01.02
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Austin Seipp
9a3b4e19bb
icestorm: 2020.08.19 -> 2020.12.04
Adds I2C/SPI support for iCE40 u4k devices (iCE5LP4K?)

PyPy3 is apparently broken for now in the wake of the gcc/glibc upgrade,
so just skip it for now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Joe Hermaszewski
cbc4bd9971 vulkan: 1.2.141 -> 1.2.162
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
zowoq
fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Otavio Salvador
95d7fc7530 cargo-wipe: init at 0.3.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 22:26:17 -03:00
github-actions[bot]
ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Attila Koszo
2320652792 electron: fix tray icon in wayland 2021-01-02 12:28:30 +01:00
Doron Behar
d4a76b1f5f
Merge pull request #106688 from alyssais/autoconf-license
autoconf: license is GPLv3+
2021-01-01 10:02:57 +02:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
github-actions[bot]
999c670119
Merge master into staging-next 2021-01-01 00:56:14 +00:00
Lassulus
3c3901b242
Merge pull request #107312 from Tomahna/metals
metals: 0.9.7 -> 0.9.8
2021-01-01 00:16:41 +01:00
Sandro
e79ddcf8c9
Merge pull request #108078 from svrana/wire
wire: init at v0.4.0
2020-12-31 23:12:37 +01:00
Shaw Vrana
9e4e26d922 wire: init at v0.4.0 2020-12-31 12:52:10 -08:00
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
Sandro
b69c7036c7
Merge pull request #71838 from woffs/pr-fdroid-gradlew-shebang
fdroidserver: fix gradlew-fdroid interpreter
2020-11-28 01:17:35 +01:00
Matthew Piziak
c0d38133dd mdl: 0.5.0 -> 0.11.0 2020-11-27 19:13:42 -05:00
Sandro
f7be797690
Merge pull request #100949 from r-ryantm/auto-update/go-migrate
go-migrate: 4.12.2 -> 4.13.0
2020-11-27 22:52:27 +01:00
Kevin Rauscher
87ad0a0674 metals: 0.9.6 -> 0.9.7 2020-11-27 21:04:08 +01:00
Tim Steinbach
f5edf8aedb
Merge pull request #105115 from JesusMtnez/ammonite
ammonite: 2.2.0 -> 2.3.8
2020-11-27 10:59:49 -05:00
Tim Steinbach
34d2819831
ammonite: Fix arguments 2020-11-27 09:58:00 -05:00
Andrey Kuznetsov
b0c41d02fb tabnine: fix binary permissions 2020-11-27 14:23:51 +00:00
R. RyanTM
6ad593d6d3 dfu-util: 0.9 -> 0.10 2020-11-27 14:14:05 +00:00
Frederik Rietdijk
ce9c513856 Merge staging-next into staging 2020-11-27 15:09:41 +01:00
Frederik Rietdijk
b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
Michael Weiss
6aea53c3ce
chromedriver: Switch to Chromium's upstream-info.json (#105054)
This enables automatic updates and fixes #85629.
2020-11-27 12:38:07 +01:00
JesusMtnez
8f46b51e86
ammonite: 2.2.0 -> 2.3.8 2020-11-27 06:38:46 +01:00
Sandro
f141312167
Merge pull request #105106 from r-ryantm/auto-update/visualvm
visualvm: 2.0.4 -> 2.0.5
2020-11-27 03:15:15 +01:00
Sandro
72f1b8dd0d
Merge pull request #105107 from r-ryantm/auto-update/vultr-cli
vultr-cli: 1.0.0 -> 2.0.0
2020-11-27 03:11:28 +01:00
R. RyanTM
c4a33bd918 vultr-cli: 1.0.0 -> 2.0.0 2020-11-27 01:16:40 +00:00
R. RyanTM
5487927b06 visualvm: 2.0.4 -> 2.0.5 2020-11-27 01:09:42 +00:00
Sandro Jäckel
60c54866ed
treewide: run ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:35:54 +01:00
Sandro
6ecdb286b0
Merge pull request #101464 from Synthetica9/redirected-urls
treewide: ran ./maintainers/scripts/update_redirected_urls.sh
2020-11-27 01:27:24 +01:00
Patrick Hilhorst
a6b3bb24e4
treewide: ran ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:23:57 +01:00
Sandro
1121b2259b
Merge pull request #105076 from r-ryantm/auto-update/skaffold
skaffold: 1.16.0 -> 1.17.0
2020-11-27 01:06:05 +01:00
Sandro
e0c7219ed1
Merge pull request #101865 from Preisschild/jsonnet-bundler/init 2020-11-27 00:29:22 +01:00
Sandro
aeaddcab73
Merge pull request #105082 from r-ryantm/auto-update/svlint
svlint: 0.4.7 -> 0.4.8
2020-11-26 23:34:18 +01:00
Sandro
ff9a9bd25b
Merge pull request #101969 from ruuda/fcct-0.7.0
fedora-coreos-config-transpiler: 0.6.0 -> 0.7.0
2020-11-26 22:50:30 +01:00
R. RyanTM
cc1d963595 svlint: 0.4.7 -> 0.4.8 2020-11-26 21:36:49 +00:00
R. RyanTM
d9d7a467ee skaffold: 1.16.0 -> 1.17.0 2020-11-26 20:37:51 +00:00
R. RyanTM
91c6eb509b cmake: 3.18.4 -> 3.19.0 2020-11-26 12:28:45 -08:00
Sandro
1b9ff5f96c
Merge pull request #105027 from r-ryantm/auto-update/mkcert
mkcert: 1.4.2 -> 1.4.3
2020-11-26 15:00:59 +01:00
Sandro
300966468e
Merge pull request #104954 from r-ryantm/auto-update/doctl
doctl: 1.52.0 -> 1.53.0
2020-11-26 14:57:24 +01:00
R. RyanTM
7d3209b8ea mkcert: 1.4.2 -> 1.4.3 2020-11-26 11:41:55 +00:00
Jonathan Ringer
729dee17b2 chromedriver: 86.0.4240.22 -> 87.0.4280.20 2020-11-26 00:19:08 -08:00
Jonathan Ringer
cd0c348118 selenium-server-standalone: 3.6.0 -> 3.141.59 2020-11-26 00:19:08 -08:00
Yurii Rashkovskii
a81c25a5b0 framac: 21.1 -> 22.0 2020-11-26 06:57:13 +01:00
Sandro
0ee27341ae
Merge pull request #104957 from r-ryantm/auto-update/drone-cli
drone-cli: 1.2.2 -> 1.2.4
2020-11-26 03:49:44 +01:00
R. RyanTM
97904288cd drone-cli: 1.2.2 -> 1.2.4 2020-11-26 02:22:11 +00:00
Sandro
e56bfa41e8
Merge pull request #99283 from siraben/genkfs-init
knightos-genkfs: init at 1.3.2
2020-11-26 03:21:57 +01:00
R. RyanTM
08814f5f27 doctl: 1.52.0 -> 1.53.0 2020-11-26 02:02:27 +00:00
Mario Rodas
ab7bd92b81
Merge pull request #104951 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.23 -> 0.1.24
2020-11-25 20:11:35 -05:00
R. RyanTM
e521c06b92 cloud-nuke: 0.1.23 -> 0.1.24 2020-11-26 00:30:09 +00:00
Mario Rodas
109d37dec9
Merge pull request #104519 from r-ryantm/auto-update/dbmate
dbmate: 1.10.0 -> 1.11.0
2020-11-25 19:20:32 -05:00
Mario Rodas
088c6b07f6
Merge pull request #104945 from r-ryantm/auto-update/bear
bear: 3.0.2 -> 3.0.3
2020-11-25 19:13:42 -05:00
Mario Rodas
b861b1e5f7
Merge pull request #104946 from r-ryantm/auto-update/cargo-expand
cargo-expand: 1.0.0 -> 1.0.4
2020-11-25 19:12:17 -05:00
R. RyanTM
0bc520c799 cargo-expand: 1.0.0 -> 1.0.4 2020-11-25 23:46:40 +00:00
R. RyanTM
fdfc81bd44 bear: 3.0.2 -> 3.0.3 2020-11-25 22:38:25 +00:00
Sandro
684e73157a
Merge pull request #104890 from Flakebi/rgp
rgp: 1.8 -> 1.9
2020-11-25 21:04:16 +01:00
R. RyanTM
db70ecb5f8 automake: 1.16.2 -> 1.16.3 2020-11-25 10:10:57 -08:00
R. RyanTM
d26dae6748 omnisharp-roslyn: 1.37.3 -> 1.37.4 2020-11-25 09:15:40 -08:00
Sandro
f489c5aa50
Merge pull request #104869 from r-ryantm/auto-update/jira-cli
jira-cli: 2.2 -> 3.0
2020-11-25 17:31:57 +01:00
Sandro
67eb20bf24
Merge pull request #104867 from r-ryantm/auto-update/vcstool
vcstool: 0.2.14 -> 0.2.15
2020-11-25 17:30:53 +01:00
Sandro
e9581223d9
Merge pull request #104859 from r-ryantm/auto-update/flyway
flyway: 7.2.0 -> 7.2.1
2020-11-25 16:53:31 +01:00
Nick Braga
9100dac453
chromedriver: 85.0.4183.87 -> 86.0.4240.22 (#101974) 2020-11-25 08:10:45 -05:00
Ben Siraphob
04b7c0aff7 knightos-genkfs: init at 1.3.2 2020-11-25 19:12:46 +07:00
Sebastian Neubauer
ff2afaced1 rgp: 1.8 -> 1.9 2020-11-25 12:47:26 +01:00
R. RyanTM
cd54ef201e glade: 3.38.1 -> 3.38.2 2020-11-25 11:03:52 +01:00
R. RyanTM
5603d2eb02 jira-cli: 2.2 -> 3.0 2020-11-25 06:55:25 +00:00
R. RyanTM
d624e520d0 vcstool: 0.2.14 -> 0.2.15 2020-11-25 06:31:26 +00:00
R. RyanTM
58b9e10a6e flyway: 7.2.0 -> 7.2.1 2020-11-25 04:28:50 +00:00
Sandro
dfa088b63c
Merge pull request #102578 from r-ryantm/auto-update/gnu-mdk
mdk: 1.2.10 -> 1.3.0
2020-11-25 01:43:29 +01:00
Sandro
72fcb0ff24
Merge pull request #102728 from r-ryantm/auto-update/pmd
pmd: 6.26.0 -> 6.29.0
2020-11-25 01:13:53 +01:00
Sandro Jäckel
6fbb17f1c5
backblaze-b2: 2.0.2 -> 2.1.0 2020-11-24 22:38:06 +01:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Benjamin Hipple
9c4072af40
Merge pull request #104497 from r-ryantm/auto-update/abi-dumper
abi-dumper: 1.1 -> 1.2
2020-11-24 14:20:18 -05:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Alvar
366791e9ca
golangci-lint: 1.32.2 -> 1.33.0 (#104768) 2020-11-24 16:20:43 +01:00
Vincent Laporte
5a6981654b ocamlPackages.camlp5: 7.12 → 7.13 2020-11-24 08:21:21 +01:00
Mario Rodas
0851cfb063 tflint: 0.20.3 -> 0.21.0
https://github.com/terraform-linters/tflint/releases/tag/v0.21.0
2020-11-23 22:08:47 -08:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging 2020-11-24 05:44:44 +01:00
Daiderd Jordan
28039d8f56
py-spy: init at 0.3.3 2020-11-23 22:51:33 +01:00
R. RyanTM
c07793291e vcstool: 0.2.9 -> 0.2.14 2020-11-23 20:53:37 +01:00
R. RyanTM
f54b45810b knightos-mkrom: 1.0.2 -> 1.0.3 2020-11-23 20:52:18 +01:00
R. RyanTM
00401a2f75 react-native-debugger: 0.11.4 -> 0.11.5 2020-11-23 20:33:58 +01:00
Michael Weiss
c8d1e5d3d3
cargo-c: 0.6.15 -> 0.6.18 2020-11-23 19:31:02 +01:00
Frederik Rietdijk
587538d087 Merge staging-next into staging 2020-11-23 18:10:33 +01:00
Sandro
31487784f9
Merge pull request #104113 from nagisa/nagisa/tracy-0.7.4
tracy: 0.7.3 -> 0.7.4
2020-11-23 17:55:47 +01:00
Jonathan Ringer
31b7ef797a gengetopt: fix tests 2020-11-23 08:33:04 -08:00
Tim Steinbach
5ba4b41db6
sbt-extras: 2020-11-20 → 2020-11-23 2020-11-23 10:55:11 -05:00
Tim Steinbach
d4de778e5b
sbt: 1.4.3 → 1.4.4 2020-11-23 10:55:07 -05:00
Domen Kožar
5b6aeb1b92
Merge pull request #104597 from zupo/master
Add pgweb, a light and fast web-based PostgreSQL database browser
2020-11-23 14:53:58 +01:00
Mario Rodas
69ce64f1d5
Merge pull request #104512 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.11458 -> 0.1.11508
2020-11-23 07:48:50 -05:00
Sandro
186c1e760b
Merge pull request #104393 from Tomahna/metals
metals: 0.9.5 -> 0.9.6
2020-11-23 11:26:58 +01:00
Pavol Rusnak
b9a41f6051
Merge pull request #103480 from prusnak/osslsigncode
osslsigncode: unstable-2020-08-02 -> 2.1
2020-11-23 10:39:57 +01:00
Kira Bruneau
b61ca0219b ccache: 4.0 -> 4.1 2020-11-22 23:16:23 -05:00
Nejc Zupan
2ea951480d pgweb: init at 0.11.7
Add pgweb, a light and fast web-based PostgreSQL database browser
2020-11-22 23:43:36 +00:00
Maximilian Bosch
bfba7b9ca7
vagrant: 2.2.13 -> 2.2.14
https://github.com/hashicorp/vagrant/blob/v2.2.14/CHANGELOG.md#2214-november-20-2020
2020-11-23 00:07:45 +01:00
Mario Rodas
f9414c45bc
Merge pull request #104613 from r-ryantm/auto-update/vultr-cli
vultr-cli: 0.4.0 -> 1.0.0
2020-11-22 17:04:40 -05:00
Michael Raskin
5edcf11a0c
Merge pull request #104425 from MetaDark/ccache
ccache: 3.7.12 -> 4.0
2020-11-22 16:30:57 +00:00
R. RyanTM
b91a67a33e vultr-cli: 0.4.0 -> 1.0.0 2020-11-22 15:22:01 +00:00
Ryan Mulligan
a88ba1fc99
Merge pull request #104585 from r-ryantm/auto-update/sd-local
sd-local: 1.0.12 -> 1.0.13
2020-11-22 06:54:19 -08:00
Ben Siraphob
63e59fbea7 packet-sd: enable build on unix 2020-11-22 21:04:40 +07:00
Ben Siraphob
ac79b35359 errcheck: 1.1.0 -> 1.4.0 2020-11-22 20:56:40 +07:00
R. RyanTM
1c7ce1827b sd-local: 1.0.12 -> 1.0.13 2020-11-22 11:02:06 +00:00
Kira Bruneau
82ca111efb ccache: 3.7.12 -> 4.0
Additional changes:
- Added myself as a maintainer
- Generalized ccacheStdenv to allow overriding stdenv
2020-11-21 22:21:43 -05:00
Mario Rodas
ae3667e2d4
Merge pull request #104536 from r-ryantm/auto-update/goconst
goconst: 1.3.2 -> 1.4.0
2020-11-21 21:40:56 -05:00
R. RyanTM
634225b7be
bazel-kazel: 0.1.2 -> 0.1.3 (#103850) 2020-11-21 17:39:08 -08:00
R. RyanTM
e489a8bcfe goconst: 1.3.2 -> 1.4.0 2020-11-21 22:43:54 +00:00
Martin Weinelt
7ddff4b6e3
Merge pull request #104500 from andir/packet-sd
packet-sd: init at 0.0.3
2020-11-21 20:41:53 +01:00
Andreas Rammhold
2bfa21205a
packet-sd: init at 0.0.3
This is currently being used as part of the NixOS.org infrastructure [1]
and should probably be included here and not just "downstream" (in the
nixops configs).

[1] 26105e7afa/delft/prometheus/packet-sd.nix
2020-11-21 20:34:17 +01:00
R. RyanTM
512130bffe dbmate: 1.10.0 -> 1.11.0 2020-11-21 19:16:37 +00:00
Mario Rodas
aaa8c48bac
Merge pull request #104508 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.15 -> 0.1.16
2020-11-21 13:34:15 -05:00
Max Wittig
e83b3f6866
gitlab-runner: 13.5.0 -> 13.6.0 (#104498) 2020-11-21 19:32:45 +01:00
R. RyanTM
86b1a89d82 circleci-cli: 0.1.11458 -> 0.1.11508 2020-11-21 17:59:39 +00:00
R. RyanTM
264250f6e1 cargo-udeps: 0.1.15 -> 0.1.16 2020-11-21 17:26:57 +00:00
R. RyanTM
b2e70a9aea abi-dumper: 1.1 -> 1.2 2020-11-21 14:50:32 +00:00
Anderson Torres
f1fd8f36bf
Merge pull request #99372 from cw789/rebar3_update
rebar3: 3.12.0 -> 3.14.2
2020-11-21 10:44:18 -03:00
Frederik Rietdijk
1ffd7cf0d6 Merge master into staging-next 2020-11-21 08:43:10 +01:00
Gabriel Ebner
660b92c476
Merge pull request #104057 from prusnak/electron
Introduce Electron 11, updates for Electron 8 and 9
2020-11-20 21:08:07 +01:00
R. RyanTM
9b8a961eb8 devpi-client: 5.2.0 -> 5.2.1 2020-11-20 19:05:22 +00:00