Commit Graph

14696 Commits

Author SHA1 Message Date
Dmitry Ivankov
56c25c5653 bazel: fix protobuf-test compatibility with bazel_4
- bump protobuf to 3.13.0
- use recent rules_proto
- use recent bazel-skylib
- remove use of native.bind

Hopefully this is backward-compatible with bazel_3 and below
2021-02-04 20:24:56 +01:00
Dmitry Ivankov
2751275f1a bazel_4: bump examples repo just in case 2021-02-04 20:24:56 +01:00
Dmitry Ivankov
cd65145664 bazel: cosmetic fix: test name cpp->java 2021-02-04 20:24:55 +01:00
Dmitry Ivankov
55a810443d bazel_4: use --verbose_failures for the build 2021-02-04 20:24:55 +01:00
Dmitry Ivankov
0f5783f80a bazel_4: init at 4.0.0
Bazel 4 is going to be a long term support release.

Latest version in NixPkgs so far was 3.3.1
There's a need for more recent version
https://github.com/NixOS/nixpkgs/issues/97497

All versions from 3.5.0 to 3.7.1 had some reproducibility issues
as noted in issue above, but there also seems to be
a working PR for 3.7.1 now at
https://github.com/NixOS/nixpkgs/pull/105439

Notable changes from bazel_3 setup:
- put python to default bash path

  For autodetecting python toolchain
  with strict action_env on and without this change
  bazel would fail to autodetect host python.

  There are some repos that define hermetic python
  toolchains, but they aren't easy to use yet. Also
  telling python paths to bazel isn't a 1-liner it
  seems:
  - action_env=PATH would affect cache
  - declaring toolchain via BUILD&WORKSPACE files
    is not per-user but more like per-repo and
    affects cache too

  Using python from nixpkgs shouldn't be too bad
  in the lack of simpler hermetic python toolchain
  options

- bazel_4.updater is bazel on `bazel query` to support
  new constructs in WORKSPACE (load of vars, transitive
  load etc). This is more robust but requires bazel
  to run the updater, using bazel_3 for now. This is
  only needed to bump package version, doesn't introduce
  bazel_4 build dependency on bazel_3

https://blog.bazel.build/2020/11/10/bazel-4.0-announce.html
https://blog.bazel.build/2020/11/10/long-term-support-release.html
https://github.com/bazelbuild/bazel/issues/12455
https://github.com/bazelbuild/bazel/releases/tag/4.0.0
https://blog.bazel.build/2021/01/19/bazel-4-0.html
2021-02-04 20:24:54 +01:00
Maximilian Bosch
a959597802
Merge pull request #111730 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.11 -> 0.32.12
2021-02-04 20:23:22 +01:00
Sandro
8a4a984fd5
Merge pull request #105439 from avdv/bazel_3.7.1 2021-02-04 20:15:45 +01:00
Jan Tojnar
da66296930
Merge branch 'staging-next' into staging
libkeyfinder no longer uses Qt so dontWrapQtApps is moot.
2021-02-04 19:34:26 +01:00
Ruud van Asseldonk
c7fa6ca697 fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0 2021-02-04 19:25:26 +01:00
Maximilian Bosch
5d88c1c02e
Merge pull request #111820 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.11.5 -> 0.11.7
2021-02-04 18:01:55 +01:00
Tim Steinbach
0d98eb3ab0
sbt-extras: 2021-02-01 → 2021-02-04 2021-02-04 10:39:45 -05:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging 2021-02-04 15:02:14 +01:00
R. RyanTM
ebc8eea8cb semver-tool: 2.1.0 -> 3.2.0 2021-02-03 23:37:31 +00:00
R. RyanTM
2982d3f995 sd-local: 1.0.17 -> 1.0.20 2021-02-03 23:25:44 +00:00
R. RyanTM
90fd0c0714 samurai: 1.1 -> 1.2 2021-02-03 23:11:03 +00:00
R. RyanTM
144a89e5e7 react-native-debugger: 0.11.5 -> 0.11.7 2021-02-03 22:09:56 +00:00
github-actions[bot]
571eb10996
Merge staging-next into staging 2021-02-03 18:22:22 +00:00
Sandro
5c7a370a20
Merge pull request #111685 from humancalico/dotenv-linter 2021-02-03 14:50:27 +01:00
github-actions[bot]
8ab0b85ead
Merge staging-next into staging 2021-02-03 12:22:13 +00:00
R. RyanTM
a5b95a5cf9 clojure-lsp: 2021.01.28-03.03.16 -> 2021.02.02-14.02.23 2021-02-03 11:09:34 +00:00
Claudio Bley
a42d59b208 bazel-remote: Mark as broken on Darwin
It currently fails during compilation because C++ standard
header files cannot be found.
2021-02-03 11:51:11 +01:00
R. RyanTM
0b972de1dd cargo-make: 0.32.11 -> 0.32.12 2021-02-03 10:43:15 +00:00
Claudio Bley
a6e18b4758 bazel: Reword comment that memory leaks are acceptable
Co-authored-by: Greg Roodt <groodt@gmail.com>
2021-02-03 10:46:09 +01:00
Claudio Bley
5f71a0ff5d bazel: Fix build on darwin
* use default stdenv (clang 7)
* add no-arc.patch to make the xcode_locate tool compile without libarc-lite
* remove the `-mmacosx-version-min=10.9` flag from the bootstrap compile script
2021-02-03 10:46:09 +01:00
Claudio Bley
e22cf98520 bazel: Use jdk11_headless to build bazel
Use the same JDK for building bazel and for its runtime.

Effectively, the former `toolchain_hostjdk8` java toolchain has been deprecated
and should no longer be used (in newer bazel)[1]:

```
# Deprecated, do not use.
# It will be removed after migration to Java toolchain resolution.
default_java_toolchain(
    name = "toolchain_hostjdk8",
    ...
)
```

[1]: 4fc4868065/tools/jdk/BUILD.tools (L384-L387)
2021-02-03 10:46:09 +01:00
Claudio Bley
6d8c431eb0 bazel: 3.7.1 -> 3.7.2
* update sha256 for gvisor, tensorflow{,WithCuda}, bazel-watcher, bazel-remote
  and envoy
2021-02-03 10:44:07 +01:00
github-actions[bot]
d867b6f9eb
Merge staging-next into staging 2021-02-03 06:18:15 +00:00
Mario Rodas
401e4e0fd8 rubocop: 1.9.0 -> 1.9.1
https://github.com/rubocop-hq/rubocop/releases/tag/v1.9.1
2021-02-03 04:20:00 +00:00
Ryan Mulligan
a96a350e8c
Merge pull request #111759 from r-ryantm/auto-update/ginkgo
ginkgo: 1.14.2 -> 1.15.0
2021-02-03 18:06:02 -08:00
Ryan Mulligan
c402c36c72
Merge pull request #111744 from r-ryantm/auto-update/editorconfig-checker
editorconfig-checker: 2.3.1 -> 2.3.3
2021-02-03 17:24:10 -08:00
R. RyanTM
73401cb68d ginkgo: 1.14.2 -> 1.15.0 2021-02-03 13:55:28 +00:00
R. RyanTM
5fbd84c60e editorconfig-checker: 2.3.1 -> 2.3.3 2021-02-03 12:20:55 +00:00
github-actions[bot]
f9141c9fc1
Merge staging-next into staging 2021-02-03 00:39:57 +00:00
Akshat Agarwal
61947bee3f
dotenv-linter: init at 3.0.0 2021-02-03 05:33:22 +05:30
Stevan Andjelkovic
bf6df7187e
graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-02 23:16:43 +01:00
Jan Tojnar
75153ede17
Merge branch 'staging-next' into staging 2021-02-02 19:46:31 +01:00
Tim Steinbach
fab6fcdceb
sbt-extras: 2020-12-26 → 2021-02-01 2021-02-02 11:07:23 -05:00
Sandro
c63f0ffed8
Merge pull request #111646 from SuperSandro2000/fix-collection7 2021-02-02 16:29:56 +01:00
adisbladis
eeea7b1922
Merge pull request #111649 from tweag/poetry2nix-1_15_0
poetry2nix: 1.14.0 -> 1.15.2
2021-02-02 15:37:26 +01:00
adisbladis
e0961cb5f3
poetry2nix: 1.14.0 -> 1.15.2 2021-02-02 15:21:10 +01:00
Sandro
add90df40f
Merge pull request #111405 from kf5grd/gomacro 2021-02-02 15:19:19 +01:00
Sandro Jäckel
1674178ca1
git-repo-update: Disable tests 2021-02-02 14:46:07 +01:00
Sandro Jäckel
fafb529dd7
fdroidserver: Disable tests 2021-02-02 14:46:07 +01:00
Sandro
ce9de14677
Merge pull request #110405 from pjjw/musl-elfutils 2021-02-02 14:18:21 +01:00
Sandro
e7130630d9
Merge pull request #111628 from r-burns/ccache
ccache: 4.1 -> 4.2
2021-02-02 13:31:12 +01:00
Ryan Burns
a3d19ca1c6 ccache: 4.1 -> 4.2 2021-02-01 22:58:11 -08:00
Mario Rodas
1f10898600 tflint: 0.24.0 -> 0.24.1
https://github.com/terraform-linters/tflint/releases/tag/v0.24.1
2021-02-02 04:20:00 +00:00
github-actions[bot]
4c1eae9176
Merge staging-next into staging 2021-02-02 00:42:42 +00:00
Tim Steinbach
a7a64001a9
sbt: 1.4.6 -> 1.4.7 2021-02-01 15:22:16 -05:00
Sandro
ccda8c669f
Merge pull request #110809 from justinas/init-ijq
ijq: init at 0.2.3
2021-02-01 20:06:53 +01:00
github-actions[bot]
7044cd0c9d
Merge staging-next into staging 2021-02-01 18:31:04 +00:00
Sandro
2ec0291327
Merge pull request #111582 from oxalica/rust-analyzer
rust-analyzer: 2021-01-25 -> 2021-02-01
2021-02-01 18:21:52 +01:00
Justinas Stankevicius
63a6651bf7 ijq: init at 0.2.3 2021-02-01 18:46:43 +02:00
Sam Hofius
be212428d3 gomacro: init at 2.7 2021-02-01 11:12:16 -05:00
oxalica
6c2b3f0cc2
rust-analyzer: 2021-01-25 -> 2021-02-01 2021-02-02 00:04:19 +08:00
Fabian Affolter
68a21b03cd htmltest: init at 0.14.0 2021-02-01 16:14:56 +01:00
github-actions[bot]
d2bf5aea5a
Merge staging-next into staging 2021-02-01 12:24:36 +00:00
Peter Hoeg
91e0754653 scry: 0.8.1 -> unstable-2020-09-02
Makes it build with 0.35.
2021-02-01 16:33:26 +08:00
github-actions[bot]
104c56e909
Merge staging-next into staging 2021-02-01 00:47:02 +00:00
Peter Woodman
1b60500929 elfutils: 0.180 -> 0.182 + musl fixes 2021-01-31 19:39:57 -05:00
Sandro
070605263b
Merge pull request #111275 from orivej/unifdef
unifdef: 2.6 -> 2.12
2021-02-01 00:31:14 +01:00
Orivej Desh
a2b25fed55 unifdef: 2.6 -> 2.12 2021-01-31 20:19:45 +00:00
Sandro
072159597e
Merge pull request #111476 from marsam/update-tflint
tflint: 0.23.1 -> 0.24.0
2021-01-31 20:08:33 +01:00
Sandro
0ebabc7057
Merge pull request #111482 from risicle/ris-cloudfoundry-cli-7.2.0 2021-01-31 19:32:39 +01:00
Robert Scott
1e01f697c2 cloudfoundry-cli: relocate to pkgs/applications/networking/cluster 2021-01-31 16:30:23 +00:00
Robert Scott
56052a15ef cloudfoundry-cli: 7.0.1 -> 7.2.0, switching to buildGoModule 2021-01-31 16:26:07 +00:00
Mario Rodas
1d4bf2bc14 tflint: 0.23.1 -> 0.24.0
https://github.com/terraform-linters/tflint/releases/tag/v0.24.0
2021-01-31 09:05:00 -05:00
github-actions[bot]
19d5413d37
Merge staging-next into staging 2021-01-31 12:23:21 +00:00
Daniël de Kok
13efba9861
Merge pull request #111167 from r-ryantm/auto-update/delve
delve: 1.5.1 -> 1.6.0
2021-01-31 12:15:04 +01:00
github-actions[bot]
f92395cf3c
Merge staging-next into staging 2021-01-31 06:19:43 +00:00
John Ericson
6717246373
Merge pull request #111284 from siraben/remove-new-stdenv-lib
stdenv: warn about use of inherited lib
2021-01-30 22:28:05 -05:00
Sandro
1fd35ff65b
Merge pull request #111311 from lorenzleutgeb/gradle-6.8.1 2021-01-31 04:10:01 +01:00
github-actions[bot]
c72ffa864a
Merge staging-next into staging 2021-01-30 18:27:30 +00:00
Ryan Mulligan
882c9488fa
Merge pull request #111114 from r-ryantm/auto-update/jbang
jbang: 0.62.0 -> 0.63.0
2021-01-30 08:04:00 -08:00
Mario Rodas
4509dbdb8a
Merge pull request #111246 from marsam/update-rubocop
rubocop: 1.8.0 -> 1.9.0
2021-01-30 10:29:20 -05:00
Lorenz Leutgeb
113bc6492d gradle: 6.7 -> 6.8.1 2021-01-30 14:15:56 +01:00
github-actions[bot]
8dbc95f67b
Merge staging-next into staging 2021-01-30 12:23:09 +00:00
Robert Scott
89b4d1741b
Merge pull request #111104 from r-ryantm/auto-update/gomplate
gomplate: 3.8.0 -> 3.9.0
2021-01-30 12:17:55 +00:00
Ben Siraphob
7ff2c85a8e cargo-valgrind: stdenv.lib -> lib 2021-01-30 17:22:11 +07:00
adisbladis
8026cf1736
Merge pull request #111231 from zowoq/buildah
buildah: 1.19.2 -> 1.19.3
2021-01-30 08:57:47 +01:00
github-actions[bot]
2c6ca9ac8a
Merge staging-next into staging 2021-01-30 06:19:36 +00:00
zowoq
197ff9434b buildah: 1.19.2 -> 1.19.3
https://github.com/containers/buildah/releases/tag/v1.19.3
2021-01-30 16:12:05 +10:00
Mario Rodas
e377fa388a
Merge pull request #111214 from r-ryantm/auto-update/flyway
flyway: 7.3.1 -> 7.5.2
2021-01-29 21:41:17 -05:00
Sandro
fb6564959f
Merge pull request #109917 from greizgh/sqlx-cli 2021-01-30 02:20:16 +01:00
R. RyanTM
6e437a6f40 help2man: 1.47.16 -> 1.47.17 2021-01-29 23:53:49 +00:00
R. RyanTM
701d93c827 flyway: 7.3.1 -> 7.5.2 2021-01-29 22:13:20 +00:00
Claudio Bley
71cda4f111 bazel: 3.3.1 -> 3.7.1
* remove python-shebang patch since it was integrated upstream[1]

[1]: https://github.com/bazelbuild/bazel/pull/11535/files
2021-01-29 21:53:25 +01:00
github-actions[bot]
9123d48a15
Merge staging-next into staging 2021-01-29 18:31:09 +00:00
Michael Weiss
2c0b72cae5
cargo-c: 0.7.1 -> 0.7.2 2021-01-29 18:12:47 +01:00
Tim Steinbach
40463bfd03
jenkins: 2.263.2 → 2.263.3 2021-01-29 11:57:00 -05:00
R. RyanTM
bbb2fdb476 delve: 1.5.1 -> 1.6.0 2021-01-29 14:00:43 +00:00
github-actions[bot]
c367646dd4
Merge staging-next into staging 2021-01-29 12:23:58 +00:00
github-actions[bot]
5953c2bc94
Merge master into staging-next 2021-01-29 12:23:53 +00:00
Oleksii Filonenko
e32327fde7
Merge pull request #111149 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.6.0 -> 0.6.1
2021-01-29 14:03:26 +02:00
R. RyanTM
638791d7ba cargo-cache: 0.6.0 -> 0.6.1 2021-01-29 11:22:53 +00:00
Daniël de Kok
33484a20ce
Merge pull request #111086 from otavio/upgrade/cargo-limit
cargo-limit: 0.0.4 -> 0.0.5
2021-01-29 08:54:59 +01:00
github-actions[bot]
4c82d7eb24
Merge staging-next into staging 2021-01-29 06:19:21 +00:00
github-actions[bot]
379bc872f9
Merge master into staging-next 2021-01-29 06:19:18 +00:00
Mario Rodas
27c60f4959
Merge pull request #111071 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16
2021-01-28 23:48:57 -05:00
Mario Rodas
9ae006d65a
Merge pull request #110243 from r-ryantm/auto-update/pmd
pmd: 6.29.0 -> 6.30.0
2021-01-28 23:44:32 -05:00
R. RyanTM
8969fc7e04 jbang: 0.62.0 -> 0.63.0 2021-01-29 04:39:10 +00:00
Mario Rodas
3325d6a6f8
Merge pull request #111105 from r-ryantm/auto-update/gosec
gosec: 2.5.0 -> 2.6.1
2021-01-28 23:32:53 -05:00
Mario Rodas
84322ac332
Merge pull request #111103 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.35.2 -> 1.36.0
2021-01-28 23:32:11 -05:00
Mario Rodas
962e8a14a8
Merge pull request #111053 from r-ryantm/auto-update/ameba
ameba: 0.13.3 -> 0.13.4
2021-01-28 23:26:18 -05:00
Mario Rodas
76d31346f7
Merge pull request #111075 from r-ryantm/auto-update/codeql
codeql: 2.4.1 -> 2.4.2
2021-01-28 23:22:19 -05:00
Mario Rodas
39d6a9f477
Merge pull request #111049 from r-ryantm/auto-update/act
act: 0.2.18 -> 0.2.19
2021-01-28 23:21:42 -05:00
Mario Rodas
adf172578f
Merge pull request #111066 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.10 -> 0.32.11
2021-01-28 23:21:07 -05:00
Mario Rodas
26ea145761
Merge pull request #111068 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.16 -> 0.1.17
2021-01-28 23:20:01 -05:00
Mario Rodas
62de38f659 rubocop: 1.8.0 -> 1.9.0
https://github.com/rubocop-hq/rubocop/releases/tag/v1.9.0
2021-01-29 04:20:00 +00:00
Mario Rodas
32d793a441
Merge pull request #111077 from r-ryantm/auto-update/dapper
dapper: 0.5.4 -> 0.5.5
2021-01-28 23:17:27 -05:00
Mario Rodas
a9d541f155
Merge pull request #111093 from r-ryantm/auto-update/fly
fly: 6.7.3 -> 6.7.4
2021-01-28 23:15:22 -05:00
R. RyanTM
037250bf1c gosec: 2.5.0 -> 2.6.1 2021-01-29 03:35:32 +00:00
R. RyanTM
363d54afb9 gomplate: 3.8.0 -> 3.9.0 2021-01-29 03:24:50 +00:00
R. RyanTM
9d22ca6fd0 golangci-lint: 1.35.2 -> 1.36.0 2021-01-29 03:19:43 +00:00
Mario Rodas
30c2fb65fe
Merge pull request #111072 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.24 -> 0.1.25
2021-01-28 21:27:34 -05:00
R. RyanTM
bda6c3bfd2 fly: 6.7.3 -> 6.7.4 2021-01-29 01:59:05 +00:00
R. RyanTM
21314a1171 flow: 0.143.0 -> 0.143.1 2021-01-29 01:47:55 +00:00
R. RyanTM
de1701742b dapper: 0.5.4 -> 0.5.5 2021-01-29 00:04:58 +00:00
R. RyanTM
40c99513eb codeql: 2.4.1 -> 2.4.2 2021-01-28 23:48:20 +00:00
R. RyanTM
f326c2aa24 cloud-nuke: 0.1.24 -> 0.1.25 2021-01-28 23:35:09 +00:00
R. RyanTM
f805ac9075 clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16 2021-01-28 23:31:18 +00:00
R. RyanTM
3861ecdad2 cargo-udeps: 0.1.16 -> 0.1.17 2021-01-28 23:01:34 +00:00
R. RyanTM
a68106e1f7 cargo-make: 0.32.10 -> 0.32.11 2021-01-28 22:49:09 +00:00
Otavio Salvador
9af0b2fa37 cargo-limit: 0.0.4 -> 0.0.5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-28 19:18:23 -03:00
R. RyanTM
acb1a2f383 ameba: 0.13.3 -> 0.13.4 2021-01-28 21:36:28 +00:00
R. RyanTM
06f23ba550 act: 0.2.18 -> 0.2.19 2021-01-28 21:17:59 +00:00
github-actions[bot]
798f7b136c
Merge staging-next into staging 2021-01-28 18:30:08 +00:00
github-actions[bot]
7fb7a62990
Merge master into staging-next 2021-01-28 18:30:04 +00:00
Daiderd Jordan
e9236f532d
Merge pull request #110213 from r-ryantm/auto-update/py-spy
py-spy: 0.3.3 -> 0.3.4
2021-01-28 19:25:15 +01:00
Sandro
34bfccc80b
Merge pull request #110970 from otavio/new-pkgs/cargo-limit
cargo-limit: init at 0.0.4
2021-01-28 15:29:26 +01:00
github-actions[bot]
2e78c8c736
Merge staging-next into staging 2021-01-28 12:23:55 +00:00
github-actions[bot]
2e6c34fd11
Merge master into staging-next 2021-01-28 12:23:51 +00:00
Sandro
d4d6954d4d
Merge pull request #110987 from marsam/update-heroku
heroku: 7.45.0 -> 7.47.11
2021-01-28 09:45:24 +01:00
Mario Rodas
5d8b32289b heroku: 7.45.0 -> 7.47.11 2021-01-28 04:20:00 +00:00
Mario Rodas
da87422997 brakeman: 4.8.0 -> 5.0.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.0.0
2021-01-28 04:20:00 +00:00
github-actions[bot]
eedadbb22b
Merge staging-next into staging 2021-01-28 00:45:34 +00:00
github-actions[bot]
a351855a1e
Merge master into staging-next 2021-01-28 00:45:30 +00:00
Otavio Salvador
06f62809cb cargo-limit: init at 0.0.4
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-27 21:25:10 -03:00
Sandro
8d1ae9bce4
Merge pull request #110957 from nagisa/nagisa/tracy-0.7.5
tracy: 0.7.4 -> 0.7.5
2021-01-28 00:07:04 +01:00
Otavio Salvador
ad5cda7d20 cargo-valgrind: init at 1.3.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-27 14:25:24 -08:00
Simonas Kazlauskas
6df6d457cc tracy: 0.7.4 -> 0.7.5 2021-01-27 21:53:43 +02:00
github-actions[bot]
06efb52369
Merge staging-next into staging 2021-01-27 18:28:34 +00:00
github-actions[bot]
bef2fbcd27
Merge master into staging-next 2021-01-27 18:28:31 +00:00
Sandro
8ac455d771
Merge pull request #110936 from thiagokokada/bump-clojure-lsp
clojure-lsp: 2021.01.20-01.39.32 -> 2021.01.26-22.35.27
2021-01-27 15:03:05 +01:00
Mario Rodas
18e2e99cc2
Merge pull request #110932 from fabaff/bump-tfsec
tfsec: 0.36.10 -> 0.37.1
2021-01-27 08:56:27 -05:00
Thiago Kenji Okada
83522ef4d4 clojure-lsp: 2021.01.20-01.39.32 -> 2021.01.26-22.35.27 2021-01-27 10:37:50 -03:00
Fabian Affolter
75d987a4f4 tfsec: 0.36.10 -> 0.37.1 2021-01-27 13:54:45 +01:00
github-actions[bot]
1b5da764a7
Merge staging-next into staging 2021-01-27 12:24:09 +00:00
github-actions[bot]
2137c13b40
Merge master into staging-next 2021-01-27 12:24:05 +00:00
Sandro
ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
github-actions[bot]
237005ed2d
Merge staging-next into staging 2021-01-27 06:19:32 +00:00
github-actions[bot]
6d452e839b
Merge master into staging-next 2021-01-27 06:19:24 +00:00
Badi Abdul-Wahid
9afe3525f3 rust-analyzer: 2021-01-18 -> 2021-01-25 2021-01-26 22:16:05 -08:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
github-actions[bot]
0f779d50b1
Merge staging-next into staging 2021-01-27 00:43:23 +00:00
github-actions[bot]
715dd567c8
Merge master into staging-next 2021-01-27 00:43:20 +00:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Hector Escobedo
a5ae1361ff capnproto-java: init at 0.1.5
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-26 16:42:28 -05:00
github-actions[bot]
c994c9d31e
Merge master into staging-next 2021-01-26 18:27:09 +00:00
Maximilian Bosch
966489a031
Merge pull request #110760 from sikmir/stagit
stagit: 0.9.1 → 0.9.4
2021-01-26 18:21:03 +01:00
Maximilian Bosch
4bd7e25034
Merge pull request #110846 from aij/rr-gcc9
rr: Build with gcc9
2021-01-26 18:09:08 +01:00
Sandro Jäckel
10c78e998f
trellis: Don't fetch from fork repo while actually fetching master from the original 2021-01-26 15:19:03 +01:00
Sandro Jäckel
9a4494a075
pyrseas: fetch pgdbconn from tag 2021-01-26 15:19:02 +01:00
Jan Tojnar
69fca326f8
Merge branch 'master' into staging-next 2021-01-26 13:53:25 +01:00
Ivan Jager
b60b4023d7 rr: Build with gcc9
To work around linking errors with gcc10

    src/AddressSpace.cc:1632: undefined reference to `rr_syscall_addr'

Fixes #110756
2021-01-26 06:21:19 -06:00
sternenseemann
f0a821afc5 opam-installer: init at 2.0.7 2021-01-26 08:17:31 +01:00
github-actions[bot]
2661d9378f
Merge master into staging-next 2021-01-26 00:45:11 +00:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Sandro
08870e6140
Merge pull request #110806 from lourkeur/update/sqldeveloper
sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205
2021-01-25 21:45:10 +01:00
Souvik Sen
8da624e231
javacc: init at 7.0.10 (#110783)
Co-authored-by: Souvik Sen <nixpkgs-commits@deshaw.com>
2021-01-25 21:17:52 +01:00
Sandro
5452d8d4d9
Merge pull request #110785 from jollheef/pygdbmi-0.10.0.0 2021-01-25 21:09:06 +01:00
Sandro
576ef43e28
Merge pull request #110767 from juliendehos/gede-2.17.1
gede: 2.16.2 -> 2.17.1
2021-01-25 21:08:23 +01:00
github-actions[bot]
a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Louis Bettens
2af45faca4 sqldeveloper: 20.2.0.175.1842 -> 20.4.0.379.2205 2021-01-25 19:13:07 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Mikhail Klementev
38b140b3e1
gdbgui: 0.13.2.1 -> 0.14.0.2 2021-01-25 15:36:33 +00:00
Julien Dehos
8d29fd4b00 gede: 2.16.2 -> 2.17.1 2021-01-25 15:34:51 +01:00
Peter Hoeg
2e802894ba
icr: 0.8.0 -> unstable-2020-10-05 (#110436) 2021-01-25 15:25:22 +01:00
Nikolay Korotkiy
3b8f71d9a2
stagit: 0.9.1 → 0.9.4 2021-01-25 15:04:26 +03:00
github-actions[bot]
b10ed56b8e
Merge master into staging-next 2021-01-25 01:18:25 +00:00
Sandro
853e2e0a97
Merge pull request #110375 from Hoverbear/pkg-convco 2021-01-25 01:38:17 +01:00
Sandro
3768b6f03a
Merge pull request #110095 from r-ryantm/auto-update/maturin 2021-01-25 01:13:38 +01:00
Jan Tojnar
cc8fd11ffb
Merge branch 'master' into staging-next 2021-01-24 20:41:42 +01:00
Ana Hobden
65ea0f1482 convco: init at 0.3.2
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-01-24 09:39:58 -08:00
Mario Rodas
d91aad5c8f
Merge pull request #110464 from r-ryantm/auto-update/doctl
doctl: 1.54.1 -> 1.55.0
2021-01-24 11:33:33 -05:00
Mario Rodas
fde027c133
Merge pull request #110483 from r-ryantm/auto-update/k6
k6: 0.29.0 -> 0.30.0
2021-01-24 11:17:11 -05:00
Mario Rodas
a19fa156e2
Merge pull request #110506 from r-ryantm/auto-update/mod
mod: 0.4.0 -> 0.4.1
2021-01-24 11:16:57 -05:00
Sandro
81e3b9d15b
Merge pull request #110670 from siraben/double-quotes-fix
treewide: fix double quoted strings in one-liners
2021-01-24 16:17:14 +01:00
Mario Rodas
6a5bcdfc5a
Merge pull request #110659 from nzhang-zh/add-grpc-tools
grpc-tools: init at 1.10.0
2021-01-24 09:26:14 -05:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ning Zhang
7b358c6e7a grpc-tools: init at 1.10.0 2021-01-24 20:36:46 +11:00
R. RyanTM
02380d7d7c maturin: 0.8.3 -> 0.9.0 2021-01-24 10:29:26 +01:00
Robert Schütz
98e624eb7d doit: move to pythonPackages 2021-01-24 09:52:28 +01:00
Ryan Burns
a761d5ed1b cmake: fix build on darwin
Fixes missing CoreFoundation declarations since bump to 3.19.3,
e.g. `error: unknown type name 'CFUUIDRef'`

ApplicationServices.h transitively includes CoreFoundation.h, but as we
patch ApplicationServices out of CMake, the CF symbols were not visible.
Previously this was not a concern, as they were not needed until
d250b67722
2021-01-24 08:45:10 +01:00
github-actions[bot]
a2994c588a
Merge master into staging-next 2021-01-24 06:44:02 +00:00
Fabian Affolter
3117287a11 detect-secrets: 0.12.4 -> 0.14.3 2021-01-23 19:07:20 -08:00
Sandro
c58219fff6
Merge pull request #110467 from teto/luarocks-update 2021-01-24 03:18:07 +01:00
Sandro
bee0930f47
Merge pull request #110427 from svrana/go-minimock/set-version
go-minimock: include version in build flags
2021-01-24 02:31:22 +01:00
Sandro
f752e4dd0a
Merge pull request #100140 from helsinki-systems/shadered
shadered: init at 1.4.1
2021-01-24 02:24:16 +01:00
Jan Tojnar
01ee4ea574
Merge branch 'master' into staging-next 2021-01-24 00:09:45 +01:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
12881a7aa7
Merge pull request #110544 from Ericson2314/no-platform
top-level, lib: Remove platform attribute of platforms
2021-01-23 16:32:36 -05:00
Pavol Rusnak
046a9cf4ea
Merge pull request #110578 from TredwellGit/electron_11
electron_11: 11.2.0 -> 11.2.1
2021-01-23 19:56:15 +01:00
Jörg Thalheim
09f47ac855
Merge branch 'master' into development-tools-stdenv-lib 2021-01-23 15:57:23 +00:00
Mario Rodas
9d6fd2ba13 dune_2: 2.8.0 -> 2.8.2
https://github.com/ocaml/dune/releases/tag/2.8.1
https://github.com/ocaml/dune/releases/tag/2.8.2
2021-01-23 16:09:22 +01:00
John Ericson
9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Sandro
f0e117f941
Merge pull request #110563 from dbirks/kind-0.10.0
kind: 0.9.0 -> 0.10.0
2021-01-23 14:43:13 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
github-actions[bot]
58752914f4
Merge master into staging-next 2021-01-23 12:40:13 +00:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
TredwellGit
c81247f204 electron_11: 11.2.0 -> 11.2.1
https://github.com/electron/electron/releases/tag/v11.2.1
2021-01-23 10:46:09 +00:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0 2021-01-22 22:54:10 -05:00
github-actions[bot]
8103cb9089
Merge staging-next into staging 2021-01-23 01:18:03 +00:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Matthieu Coudron
2db2a966ea luarocks-nix: update 20190907 -> 20210122
rebased on top of luarocks 3.5
2021-01-22 22:47:26 +01:00
Maximilian Bosch
e47aca4524
Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
R. RyanTM
74c652e023 cmake: 3.19.2 -> 3.19.3 2021-01-22 21:33:15 +01:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
github-actions[bot]
08c4f9056e
Merge staging-next into staging 2021-01-22 18:52:00 +00:00
Greizgh
f54456ed96 sqlx-cli: init at 0.2.0 2021-01-22 19:11:20 +01:00
Shaw Vrana
723e9102c9 go-minimock: include version in build flags
minimock includes the version in the mocks it generates so not having it
set properly annoys co-workers.
2021-01-22 08:03:08 -08:00
R. RyanTM
962f751627 mod: 0.4.0 -> 0.4.1 2021-01-22 16:02:45 +00:00
Ryan Mulligan
64b79a2767
Merge pull request #110153 from r-ryantm/auto-update/nexus
nexus: 3.29.0-02 -> 3.29.2-02
2021-01-22 06:36:30 -08:00
Scriptkiddi
acae9b0336
shadered: init at 1.4.1 2021-01-22 15:10:43 +01:00
R. RyanTM
59e507806e k6: 0.29.0 -> 0.30.0 2021-01-22 13:44:58 +00:00
github-actions[bot]
a5bbeb4fb1
Merge staging-next into staging 2021-01-22 12:43:02 +00:00
Michael Weiss
0f972a2534
Merge pull request #110328 from primeos/scons
scons: 4.0.1 -> 4.1.0
2021-01-22 12:38:27 +01:00
R. RyanTM
9ccac6cac8 doctl: 1.54.1 -> 1.55.0 2021-01-22 11:07:04 +00:00
Oleksii Filonenko
65a6c52178
Merge pull request #110377 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.5.1 -> 0.6.0
2021-01-22 12:23:26 +02:00
Sandro
3d6df9e8be
Merge pull request #109637 from rycee/liquibase-psql 2021-01-22 10:11:22 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
John Ericson
8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Mario Rodas
09c607f0be
Merge pull request #110356 from r-ryantm/auto-update/flow
flow: 0.142.0 -> 0.143.0
2021-01-21 21:26:19 -05:00
Sandro
d78f0383c2
Merge pull request #110383 from ck3d/fix-rust-bindgen
rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
2021-01-22 02:16:08 +01:00
Dmitry Kalinkin
55e8a35caf
Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
binutils: enable gold when cross compiling on darwin
2021-01-21 18:47:25 -05:00
Robert Helgesson
0e4faa73d2
liquibase: support PostgreSQL JDBC driver 2021-01-21 23:13:24 +01:00
Robert Helgesson
62acc9aa8f
liquibase: cleaning up 2021-01-21 23:12:43 +01:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Christian Kögler
23b0a88572 rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build 2021-01-21 20:16:58 +01:00
R. RyanTM
4f3e9c9ca8 cargo-cache: 0.5.1 -> 0.6.0 2021-01-21 18:34:21 +00:00
R. RyanTM
360f24168f bingrep: 0.8.2 -> 0.8.5 2021-01-21 18:10:56 +00:00
R. RyanTM
f590e4246e
azure-storage-azcopy: 10.7.0 -> 10.8.0 (#109730) 2021-01-21 10:08:11 -08:00
R. RyanTM
d0f642806f
bazel-kazel: 0.1.3 -> 0.2.0 (#109731) 2021-01-21 10:07:41 -08:00
R. RyanTM
34926a73f8
golangci-lint: 1.35.0 -> 1.35.2 (#109843) 2021-01-21 10:05:40 -08:00
R. RyanTM
4670172927
gore: 0.5.0 -> 0.5.2 (#109844) 2021-01-21 10:04:57 -08:00
R. RyanTM
76a80a2616
mage: 1.10.0 -> 1.11.0 (#110090) 2021-01-21 09:58:34 -08:00
R. RyanTM
afc9f15172
circleci-cli: 0.1.11756 -> 0.1.11924 (#110333) 2021-01-21 09:49:57 -08:00