R. RyanTM
a2e6029290
docker-buildx: 0.6.0 -> 0.6.1
2021-07-31 11:03:16 +00:00
Dmitry Kalinkin
a15d1624c2
Merge pull request #132186 from lopsided98/buildbot-update
...
buildbot: 3.1.1 -> 3.2.0
2021-07-31 01:07:10 -04:00
John Ericson
6e97c53123
Merge pull request #132096 from lopsided98/armv7l-kernel-fix
...
lib/systems/platforms: armv7l-hf-multiplatform: fix kernel build
2021-07-30 21:45:55 -07:00
John Wiegley
c8ff5bc6f7
coqPackages.category-theory: v20210730, for Coq versions 8.10-8.13
2021-07-30 21:38:30 -07:00
Ben Siraphob
9dda6a5055
Merge pull request #132080 from Zimmi48/quickchick-version
2021-07-31 10:37:59 +07:00
Ben Wolsieffer
b4ce66c0bb
buildbot: fix compatibility with SQLAlchemy 1.4
2021-07-30 22:59:36 -04:00
Ben Wolsieffer
906997c95b
buildbot: 3.1.1 -> 3.2.0
2021-07-30 22:59:11 -04:00
Ben Wolsieffer
876513113b
builbot: add updateScript
2021-07-30 22:59:10 -04:00
Jörg Thalheim
4dba1b99ec
Merge pull request #131102 from helsinki-systems/feat/rework-etc-2
...
nixos/etc: Replace make-etc.sh with nix and bash
2021-07-31 03:57:59 +01:00
Jörg Thalheim
ab3c0f2f7d
Merge pull request #132181 from lovesegfault/rpiboot-stable
...
rpiboot: stabilize
2021-07-31 03:56:52 +01:00
Ryan Mulligan
b7e84c7337
Merge pull request #132040 from r-ryantm/auto-update/fly
...
fly: 7.3.2 -> 7.4.0
2021-07-30 19:55:34 -07:00
Jörg Thalheim
a64ea105aa
Merge pull request #132055 from Mic92/just
...
just: fix aarch64 build
2021-07-31 03:54:54 +01:00
Artturi
6463828755
openmw: add wrapQtAppsHook ( #132131 )
...
dontWrapQtApps was blanket added in
5590e365e4
2021-07-30 20:40:22 -04:00
Martin Weinelt
b3b187315b
Merge pull request #131885 from mweinelt/kea
2021-07-31 02:21:19 +02:00
Bernardo Meurer
1a182deb8c
rpiboot-unstable -> rpiboot
2021-07-30 17:16:17 -07:00
Bernardo Meurer
79bb3ad904
rpiboot-unstable: unstable-2020-10-20 -> 2021.07.01
2021-07-30 16:50:18 -07:00
Fabian Affolter
ecc968543c
Merge pull request #131997 from fabaff/bump-nuclei
...
nuclei: 2.4.1 -> 2.4.2
2021-07-30 23:50:11 +02:00
Fabian Affolter
59b5408b33
Merge pull request #132167 from fabaff/bump-metasploit
...
metasploit: 6.0.54 -> 6.0.55
2021-07-30 23:42:34 +02:00
Fabian Affolter
04c25b81ac
Merge pull request #132038 from fabaff/bump-pyupgrade
...
python3Packages.pyupgrade: 2.23.0 -> 2.23.1
2021-07-30 23:06:48 +02:00
Fabian Affolter
ecead7ce51
metasploit: 6.0.54 -> 6.0.55
2021-07-30 23:04:02 +02:00
Fabian Affolter
fe90ece8df
Merge pull request #131434 from fabaff/bump-motioneye-client
...
python3Packages.motioneye-client: 0.3.9 -> 0.3.10
2021-07-30 22:59:59 +02:00
Samuel Dionne-Riel
ca5d520a0f
Merge pull request #132100 from lopsided98/armv7l-disable-lpae
...
linux/common-config.nix: disable LPAE on armv7l-linux
2021-07-30 15:40:27 -04:00
Janne Heß
eb7120dc79
nixos/etc: Replace make-etc.sh with nix and bash
...
The main goal of this commit is to replace the rather fragile passing of
multiple arrays which could break in cases like #130935 .
While I could have just added proper shell escaping to the variables
being passed, I opted for the more painful approach of replacing the
fragile and somewhat strange construct with the 5 bash lists. While
there are currently no more problems present with the current approach
(at least none that I know of), the new approach seems more solid and
might get around problems that could arise in the future stemming from
either the multiple-lists situation or from the absence of proper shell
quoting all over the script.
2021-07-30 21:33:13 +02:00
Ben Wolsieffer
988c12faed
linux/common-config.nix: disable LPAE on armv7l-linux
...
LPAE was enabled to support native armv7l builders running in QEMU on aarch64,
but this option disables support for processors which don't support LPAE, which
are still relatively common. In particular, Beaglebones use the Cortex-A8, which
doesn't support LPAE.
Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it,
it fails before even earlycon is initialized. This makes the problem difficult
to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.
2021-07-30 15:21:03 -04:00
Anderson Torres
40c20baacd
Merge pull request #132093 from AndersonTorres/new-algol68g
...
algol68g: Trivial fix in patch
2021-07-30 15:09:17 -03:00
Ben Wolsieffer
e2d5af502a
lib/systems/platforms: armv7l-hf-multiplatform: fix kernel build
...
autoModules triggers a build system bug where ks8851_mll needs to be built-in if
ks8851 is also built-in.
2021-07-30 14:08:02 -04:00
pmenke
2293303660
soapysdr: 0.8.0 -> 0.8.1
2021-07-30 20:01:58 +02:00
AndersonTorres
0ddbf92e95
algol68g: Trivial fix in patch
2021-07-30 14:33:55 -03:00
Jörg Thalheim
0c093cc428
Merge pull request #132047 from Mic92/build-fhs-userenv
...
build-fhs-userenv: fix defaults on aarch64
2021-07-30 18:19:54 +01:00
Sander van der Burg
00486ec99e
Merge pull request #131864 from svanderburg/add-rott
...
rott: init at 1.1.2
2021-07-30 18:09:43 +02:00
Théo Zimmermann
b8315c660b
coqPackages.QuickChick: add optional version parameter
...
This is the only package in coqPackages for which it was forgotten.
2021-07-30 17:00:15 +02:00
R. RyanTM
44b0d80303
esbuild: 0.12.16 -> 0.12.17
2021-07-30 23:07:16 +09:00
R. RyanTM
8575d24297
buildkite-agent: 3.31.0 -> 3.32.0 ( #132022 )
2021-07-30 15:37:13 +02:00
Sandro
84a314ee9c
Merge pull request #132046 from vcunat/nixStable-bump
2021-07-30 13:12:21 +00:00
Sandro
b45e88a7e2
Merge pull request #132054 from kolaente/update/cypress-8.1
...
cypress: 8.0.0 -> 8.1.0
2021-07-30 13:10:39 +00:00
Sandro
b71a0d62f7
Merge pull request #129815 from ethancedwards8/difftastic
...
difftastic: init at unstable-2021-07-09
2021-07-30 13:02:21 +00:00
Sandro
540377bc13
Merge pull request #132039 from alyssais/rust
...
doc: rust: add missing semicolon
2021-07-30 12:59:31 +00:00
Sandro
073708b5bf
Merge pull request #132070 from SuperSandro2000/elfcat
...
elfcat: remove Cargo.lock file
2021-07-30 12:56:48 +00:00
Sandro
14fddd36f1
Merge pull request #132069 from SuperSandro2000/jq
...
jq: format, update meta
2021-07-30 12:56:38 +00:00
Sandro
80359c607b
Merge pull request #132068 from SuperSandro2000/ijq
...
ijq: 0.3.5 -> 0.3.6
2021-07-30 12:55:50 +00:00
Sandro
bd70669067
Merge pull request #131442 from r-ryantm/auto-update/gdm
...
gnome.gdm: 40.0 -> 40.1
2021-07-30 12:50:40 +00:00
Sandro
5d3c73f54c
Merge pull request #132061 from luc65r/pkg/cone
...
cone: init at unstable-2021-07-25
2021-07-30 12:46:59 +00:00
Sandro
e584c2a795
Merge pull request #132063 from sikmir/cudatext
...
cudatext: 1.137.2 → 1.139.5
2021-07-30 12:45:13 +00:00
Sandro
d052331935
Merge pull request #132067 from andresilva/ledger-live-2.31.1
2021-07-30 12:44:57 +00:00
Sandro
ced7e77b23
Merge pull request #132051 from applePrincess/exploitdb-2021-07-30
...
exploitdb: 2021-07-29 -> 2021-07-30
2021-07-30 12:41:44 +00:00
Sandro
be88f168ac
Merge pull request #132052 from andersk/vk-cli-zulip-dependency
2021-07-30 12:40:53 +00:00
Sandro
e7f87dce89
Merge pull request #132025 from r-ryantm/auto-update/cargo-msrv
...
cargo-msrv: 0.7.0 -> 0.8.0
2021-07-30 12:37:03 +00:00
Sandro Jäckel
6adebe1f67
elfcat: remove Cargo.lock file
2021-07-30 14:30:25 +02:00
Sandro Jäckel
5e80b47d56
jq: format, update meta
2021-07-30 14:29:44 +02:00
Sandro Jäckel
c8ca3c5de7
ijq: 0.3.5 -> 0.3.6
2021-07-30 14:29:07 +02:00