Commit Graph

19470 Commits

Author SHA1 Message Date
github-actions[bot]
9a30ed0017
Merge master into staging-next 2021-11-12 06:01:24 +00:00
Dennis Gosnell
40662d31b8
Merge pull request #144707 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-11-12 12:58:50 +09:00
Dmitry Kalinkin
1848e2db99
Merge pull request #145497 from alyssais/valgrind-static
pkgsStatic.valgrind: mark broken
2021-11-11 22:26:52 -05:00
github-actions[bot]
8addf990da
Merge master into haskell-updates 2021-11-12 00:07:24 +00:00
github-actions[bot]
026e6c328a
Merge master into staging-next 2021-11-12 00:01:22 +00:00
Fabian Affolter
e7f0ed16c4
Merge pull request #145537 from fabaff/bump-checkov
checkov: 2.0.563 -> 2.0.566
2021-11-12 00:59:14 +01:00
Luke Rewega
a9252b2275 buf: 1.0.0-rc7 -> 1.0.0-rc8 2021-11-11 14:30:48 -05:00
Fabian Affolter
4d02d7036a checkov: 2.0.563 -> 2.0.566 2021-11-11 19:56:32 +01:00
github-actions[bot]
f2d7271432
Merge master into staging-next 2021-11-11 18:01:13 +00:00
Lionello Lunesu
7da895a43a dub: enable aarch64-darwin 2021-11-11 08:30:44 -08:00
Alyssa Ross
407e981f7c
pkgsStatic.valgrind: mark broken
Static-only Valgrind builds aren't supported, because it always tries
to build shared preload libraries.  Marking it broken like this will
fix packages like pkgsStatic.libdrm that only use Valgrind if it's
available.
2021-11-11 14:23:47 +00:00
markuskowa
4c11b61147
Merge pull request #144121 from sheepforce/fortran-language-server
fortran-language-server: init at 1.12.0
2021-11-11 14:02:03 +01:00
github-actions[bot]
c5b522e351
Merge master into staging-next 2021-11-11 12:01:26 +00:00
José Luis Lafuente
f23a8aeb97
kubeprompt: 0.3.0 -> 0.4.0 2021-11-11 10:37:25 +01:00
Fabian Affolter
a7a0e01e4a
Merge pull request #145435 from figsoda/update-pactorio
pactorio: 0.5.1 -> 0.5.2
2021-11-11 09:23:40 +01:00
Fabian Affolter
85098733dd
Merge pull request #145374 from fabaff/bump-tfsec
tfsec: 0.58.15 -> 0.59.0
2021-11-11 08:29:40 +01:00
Fabian Affolter
18bddbf4f6
Merge pull request #145402 from fabaff/bump-checkov
checkov: 2.0.556 -> 2.0.563
2021-11-11 08:29:26 +01:00
github-actions[bot]
f0e180170d
Merge master into staging-next 2021-11-11 06:01:03 +00:00
Thiago Kenji Okada
723a982347
Merge pull request #145446 from flurie/fix-ammonite-x86_64-darwin
ammonite: fix build on x86_64-darwin
2021-11-11 01:07:13 -03:00
flurie
34c058ef85
ammonite: fix build on x86_64-darwin 2021-11-10 20:55:38 -05:00
github-actions[bot]
07e8aeb3a0
Merge master into haskell-updates 2021-11-11 00:07:11 +00:00
github-actions[bot]
b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Thiago Kenji Okada
523850d246
Merge pull request #145433 from ericdallo/add-jet
jet: init at 0.1.0
2021-11-10 20:49:32 -03:00
Eric Dallo
5b636e4715
jet: init at 0.1.0 2021-11-10 20:25:37 -03:00
figsoda
715a5e0da1 pactorio: 0.5.1 -> 0.5.2 2021-11-10 18:17:23 -05:00
maralorn
b3e1ea23fe
Merge pull request #143248 from felixsinger/pkgs/coreboot-toolchain/update
coreboot-toolchain: Rework and update to latest release
2021-11-10 22:42:21 +01:00
Thiago Kenji Okada
4420685e85
Merge pull request #145364 from Artturin/puppetlintupdate
puppet-lint: 2.3.6 -> 2.5.2
2021-11-10 18:33:18 -03:00
Fabian Affolter
072f93062f checkov: 2.0.556 -> 2.0.563 2021-11-10 20:23:49 +01:00
Felix Singer
0faf3230fb coreboot-toolchain: Improve reproducibility
For reproducibility, the toolchain build system appends a specific
version string to the usual version string of the tools. Before 4.15,
the build system used git for that at runtime and since the .git
directory is removed by the NixOS build system, the version string was
empty and resulted in `v_`.

Now, the toolchain build system prefers using the environment variable
`CROSSGCC_VERSION` if set. Thus, extract the version string in the
postFetch phase and set `CROSSGCC_VERSION` in the build phase.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 20:15:05 +01:00
figsoda
738c4cf00c
Merge pull request #145380 from happysalada/update_wrangler
wrangler: 1.19.4 -> 1.19.5
2021-11-10 13:45:24 -05:00
Felix Singer
ee2417a226 coreboot-toolchain: 4.14 -> 4.15
Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:39:12 +01:00
Felix Singer
60d1033025 coreboot-toolchain: Rework update script
Rework update script so that it needs to be run from the root directory
of nixpkgs and get rid of relative paths. Also, move the resulting file
`sources.nix` into the package directory.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:38:31 +01:00
Felix Singer
4e75ca5bae coreboot-toolchain: Disable fetching of submodules
Submodules are not needed. Thus, disable fetching of the submodules.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:05:19 +01:00
github-actions[bot]
259e08cd22
Merge master into staging-next 2021-11-10 18:01:21 +00:00
happysalada
a904faa362 wrangler: 1.19.4 -> 1.19.5 2021-11-10 12:47:44 -05:00
Sandro
e24d33c4a3
Merge pull request #145352 from figsoda/update-cargo-deny 2021-11-10 16:55:36 +01:00
Fabian Affolter
69c30d7c7f tfsec: 0.58.15 -> 0.59.0 2021-11-10 16:48:05 +01:00
Lorenz Leutgeb
bfd4f21603 gradle: 7.2 -> 7.3 2021-11-10 15:54:55 +01:00
Artturin
d0c864cf8e puppet-lint: 2.3.6 -> 2.5.2 2021-11-10 16:46:07 +02:00
figsoda
bee9ef5d6f
Merge pull request #145289 from figsoda/update-rust-script
rust-script: 0.17.0 -> 0.18.0
2021-11-10 08:18:42 -05:00
figsoda
d97bf8f68d cargo-deny: 0.10.0 -> 0.10.1 2021-11-10 08:01:26 -05:00
github-actions[bot]
84d856a651
Merge master into staging-next 2021-11-10 12:01:22 +00:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Sandro
f152f97c41
Merge pull request #144381 from r-ryantm/auto-update/kubepug 2021-11-10 11:26:00 +01:00
github-actions[bot]
8c89876ceb
Merge master into staging-next 2021-11-10 06:01:02 +00:00
Kira Bruneau
73df68c1ab sqlitebrowser: fix darwin build 2021-11-09 22:06:21 -05:00
github-actions[bot]
da2c9c6eab
Merge master into haskell-updates 2021-11-10 00:07:08 +00:00
github-actions[bot]
6e4d2d1f10
Merge master into staging-next 2021-11-10 00:01:31 +00:00
figsoda
8751458649 rust-script: 0.17.0 -> 0.18.0 2021-11-09 18:53:48 -05:00
Bryan A. S
1e061fc889
img: Add myself as a maintainer 2021-11-09 20:07:09 -03:00
Bernardo Meurer
e6548105b7
rnix-lsp: use nix (2.4)
Follow-up to #144197 since nixUnstable is no longer needed for flake
support.
2021-11-09 11:35:43 -08:00
Jacob Foard
32e39830ba
golangci-lint: 1.42.1 -> 1.43.0 2021-11-09 12:44:08 -05:00
github-actions[bot]
ce6af4cada
Merge master into staging-next 2021-11-09 12:01:19 +00:00
Fabian Affolter
c3449f1333 checkov: 2.0.554 -> 2.0.556 2021-11-09 08:39:31 +01:00
github-actions[bot]
5b18be2de0
Merge master into staging-next 2021-11-09 06:01:07 +00:00
Mario Rodas
68f750d91d
Merge pull request #144931 from marsam/update-opam
opam: 2.1.0 -> 2.1.1
2021-11-09 00:16:38 -05:00
github-actions[bot]
e1766085b3
Merge master into haskell-updates 2021-11-09 00:10:05 +00:00
github-actions[bot]
707b006bf7
Merge master into staging-next 2021-11-09 00:01:30 +00:00
Thiago Kenji Okada
db6044d5de
Merge pull request #144955 from legendofmiracles/pur
python3Packages.pur: 5.4.1 -> 5.4.2; fix build
2021-11-08 21:00:43 -03:00
Artturi
217ea11ebc
Merge pull request #145091 from kubukoz/scala-cli-008
scala-cli: 0.0.7 -> 0.0.8
2021-11-09 00:26:25 +02:00
Artturi
1d62b00a54
Merge pull request #141594 from lrewega/lrewega/bump-buf 2021-11-08 22:18:37 +02:00
Luke Rewega
383cbce57a buf: 0.54.1 -> 1.0.0-rc7 2021-11-08 14:06:30 -05:00
github-actions[bot]
f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Jakub Kozłowski
e128f089ee scala-cli: 0.0.7 -> 0.0.8 2021-11-08 18:23:00 +01:00
legendofmiracles
45ca602e52
pur: switch to buildPythonApplication 2021-11-08 10:40:58 -06:00
Thiago Kenji Okada
4ef967af20 clojure-lsp: mark it as broken on non-x86_64 platforms
It depends on datalevin, a SVM dependency that nowadays explicitly
supports x86_64 only.

However, it may support aarch64 in the future, so mark it as broken.
2021-11-08 12:48:01 -03:00
figsoda
39bd3726a1 stylua: 0.11.0 -> 0.11.1 2021-11-08 09:39:36 -05:00
Sandro
a745836740
Merge pull request #145045 from fabaff/bump-checkov 2021-11-08 14:12:00 +01:00
Sandro
eaab1f9387
Merge pull request #145067 from elohmeier/tree-sitter-update 2021-11-08 14:10:36 +01:00
Alexandre Esteves
68e457839c halfempty: fix tests via patch of unreleased commit 2021-11-08 05:07:43 -08:00
Sandro
cbe802ec45
Merge pull request #145058 from oxzi/shellharden-4.1.3 2021-11-08 13:36:17 +01:00
Enno Richter
9d0de09147 tree-sitter: update grammars 2021-11-08 13:32:43 +01:00
github-actions[bot]
40b71c3159
Merge master into staging-next 2021-11-08 12:01:24 +00:00
Fabian Affolter
d7a4bf6f83
Merge pull request #145038 from fabaff/bump-sqlfluff
sqlfluff: 0.7.1 -> 0.8.1
2021-11-08 11:56:18 +01:00
Fabian Affolter
4a6977ef2a checkov: 2.0.549 -> 2.0.554 2021-11-08 11:43:10 +01:00
Alvar Penning
afbc5757ea shellharden: 4.1.2 -> 4.1.3 2021-11-08 11:37:19 +01:00
Enno Richter
71667c5d76 tree-sitter: add beancount grammar 2021-11-08 11:23:49 +01:00
Fabian Affolter
bfa2050737 sqlfluff: 0.7.1 -> 0.8.1 2021-11-08 08:30:27 +01:00
Ben Siraphob
7d6c626a39
tree-sitter: only strip on Linux 2021-11-07 22:23:56 -06:00
github-actions[bot]
b0e58bafbe
Merge master into haskell-updates 2021-11-08 00:07:25 +00:00
github-actions[bot]
cb91ac99e0
Merge master into staging-next 2021-11-08 00:01:53 +00:00
Sandro
f2c9cf39e5
Merge pull request #145006 from Artturin/spdlogupd 2021-11-07 23:04:28 +01:00
John Ericson
4f81865aa1 Merge remote-tracking branch 'upstream/master' into staging-next 2021-11-07 20:51:04 +00:00
Artturin
b4fab0a98b treewide: remove fmt from buildInputs where spdlog is used
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points
to fmt_7 in buildInputs makes the builds use wrong fmt
2021-11-07 22:05:08 +02:00
Janne Heß
3121d7ea55
Merge pull request #144554 from r-ryantm/auto-update/py-spy
py-spy: 0.3.9 -> 0.3.10
2021-11-07 19:39:27 +01:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00
github-actions[bot]
e0cac44f90
Merge master into staging-next 2021-11-07 12:01:18 +00:00
Damien Cassou
024f518e65
yarn: 1.22.15 -> 1.22.17 (#144974) 2021-11-07 11:16:30 +01:00
github-actions[bot]
1093ddf273
Merge master into staging-next 2021-11-07 06:01:02 +00:00
Thiago Kenji Okada
424d276cb7
Merge pull request #144481 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.09.30-15.28.01 -> 2021.11.02-15.24.47
2021-11-07 02:04:24 -03:00
github-actions[bot]
9166210176
Merge master into staging-next 2021-11-07 00:01:38 +00:00
polygon
84b960ca01 metal-cli: Fix build 2021-11-07 00:08:44 +01:00
Maximilian Bosch
d19e600599
Merge pull request #144871 from Ma27/bump-vagrant
vagrant: 2.2.18 -> 2.2.19
2021-11-06 23:38:26 +01:00
Mario Rodas
f487c6a5af opam: 2.1.0 -> 2.1.1
https://github.com/ocaml/opam/releases/tag/2.1.1
2021-11-06 16:38:36 -05:00
D Anzorge
c756d168dc pgcli: disable failing tests 2021-11-06 21:08:13 +01:00
Alyssa Ross
7aa9186ae4 linuxPackages.rr-zen_workaround: mark x86_64-only
This will stop Hydra trying to build it for aarch64.
2021-11-06 11:41:30 -07:00
github-actions[bot]
eeb7e66e97
Merge master into staging-next 2021-11-06 18:01:01 +00:00
Thiago Kenji Okada
55544b9033
Merge pull request #144808 from legendofmiracles/git-agg
git-aggregator: 1.8.1 -> 2.10, fix build
2021-11-06 10:37:01 -03:00
Robert Scott
e50193b750
Merge pull request #144773 from legendofmiracles/aws
python3Packages.aws-sam-cli: 1.29.0 -> 1.35.0, fix build
2021-11-06 13:23:04 +00:00
legendofmiracles
039e37580a
git-aggregator: 1.8.1 -> 2.10, fixes build 2021-11-06 07:15:05 -06:00