Commit Graph
314726 Commits
Author SHA1 Message Date
R. RyanTM 5538096c8e bchoppr: 1.10.8 -> 1.10.10 2021-09-14 01:59:47 +00:00
Ryan MulliganandGitHub ea59da44e8 Merge pull request #137653 from r-ryantm/auto-update/python38Packages.phonenumbers
python38Packages.phonenumbers: 8.12.31 -> 8.12.32
2021-09-13 10:52:05 -07:00
Ryan MulliganandGitHub cf11c97010 Merge pull request #137486 from r-ryantm/auto-update/mkgmap-splitter
mkgmap-splitter: 598 -> 642
2021-09-13 09:55:18 -07:00
Ryan MulliganandGitHub c96f9eff9e Merge pull request #137485 from r-ryantm/auto-update/mkgmap
mkgmap: 4608 -> 4806
2021-09-13 09:54:59 -07:00
Maximilian BoschandGitHub 5a0d0ec1cf element-desktop: apply patch to run on Wayland (#137666)
See upstream PR#261[1] for further reference. Previously, the
`enable-features`-setting was entirely discarded due to an earlier
regression resulting in an attempt to start `element-desktop` in
Wayland-mode without all necessary components.

Closes #137377

[1] https://github.com/vector-im/element-desktop/pull/261
2021-09-13 18:43:04 +02:00
adisbladisandGitHub fcf5397793 Merge pull request #135905 from dukc/secondDmd2097
D compiler update
2021-09-13 11:36:55 -05:00
Maximilian BoschandGitHub f01755b7a8 Merge pull request #137645 from Ma27/bump-element
element-{web,desktop}: 1.8.2 -> 1.8.4
2021-09-13 18:13:47 +02:00
Ryan MulliganandGitHub af3a752449 Merge pull request #137543 from r-ryantm/auto-update/evolution-ews
evolution-ews: 3.40.3 -> 3.40.4
2021-09-13 08:55:31 -07:00
R. RyanTMandTim Steinbach 8010965b2f oh-my-zsh: 2021-09-09 -> 2021-09-10 2021-09-13 11:12:03 -04:00
Pablo Ovelleiro CorralandAlyssa Ross 98a9aba0c0 Fix typo in key ID 2021-09-13 14:18:08 +00:00
Kim LindbergerandGitHub 24a22dfaae Merge pull request #137627 from Ma27/bump-php8
php80: 8.0.8 -> 8.0.10
2021-09-13 15:57:25 +02:00
ajs124andGitHub b49ac5f760 Merge pull request #137286 from helsinki-systems/upd/nginx
nginxMainline: 1.21.1 -> 1.21.3
2021-09-13 15:53:26 +02:00
R. RyanTM 3cc70fd7b0 python38Packages.phonenumbers: 8.12.31 -> 8.12.32 2021-09-13 13:48:22 +00:00
Kim LindbergerandGitHub 460d7f63c6 Merge pull request #125404 from talyz/parsedmarc
parsedmarc: Add package and NixOS module
2021-09-13 15:44:18 +02:00
sternenseemannandProfpatsch 1d67a676d4 inspircd: 3.10.0 -> 3.11.0
https://docs.inspircd.org/3/change-log/#inspircd-3110
2021-09-13 15:00:45 +02:00
Ryan MulliganandGitHub 42a0104baa Merge pull request #135351 from r-ryantm/auto-update/pscale
pscale: 0.65.0 -> 0.68.0
2021-09-13 05:52:56 -07:00
Maciej KrügerandGitHub 71315cc50d Merge pull request #137642 from mkg20001/rmysql 2021-09-13 14:47:28 +02:00
Ryan MulliganandGitHub 174a55ab08 Merge pull request #137593 from r-ryantm/auto-update/punes
punes: unstable-2021-07-19 -> unstable-2021-09-11
2021-09-13 05:44:24 -07:00
Maximilian Bosch c81983ec9f element-desktop: 1.8.2 -> 1.8.4
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.8.4
2021-09-13 14:17:13 +02:00
Maximilian Bosch 55d25c13bd element-web: 1.8.2 -> 1.8.4
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.8.4
2021-09-13 14:16:50 +02:00
talyz 6496902fb2 nixos/parsedmarc: Add manual entry and release note 2021-09-13 13:57:17 +02:00
talyz d46e78fd76 nixos/parsedmarc: Add test 2021-09-13 13:57:11 +02:00
talyz 98d9617705 nixos/parsedmarc: Add NixOS module 2021-09-13 13:57:06 +02:00
talyz 3a1e1f0624 nixos/elasticsearch: Wait for elasticsearch to start up properly
Other services that depend on elasticsearch should be started after
it, but since the versions we're packaging have to run as
"Type=simple", they're started as soon as the elasticsearch binary has
been executed, likely winning the race against it.

This makes sure elasticsearch is up and running, responding to a
simple query, before dependents are started.
2021-09-13 13:57:01 +02:00
talyz 5c61b9f3cb python3Packages.parsedmarc: Init at 7.0.1 2021-09-13 13:56:56 +02:00
talyz ccb70a892a python3Packages.mailsuite: Init at 1.6.1 2021-09-13 13:56:50 +02:00
Domen KožarandGitHub 7a36468853 Merge pull request #137605 from emilazy/aarch64-darwin-fixes
{pv,mosh}: fix on aarch64-darwin
2021-09-13 13:52:51 +02:00
Maciej Krüger a286dc9ef2 rPackages.RMySQL: fix package 2021-09-13 13:50:35 +02:00
Alyssa Ross 0f279e2e0c nixos/top-level: fix cross
When cross-compiling, we can't run the runtime shell to check syntax
if it's e.g. for a different architecture.  We have two options here.
We can disable syntax checking when cross compiling, but that risks
letting errors through.  Or, we can do what I've done here, and change
the syntax check to use stdenv's shell instead of the runtime shell.
This requires the stdenv shell and runtime shell to be broadly
compatible, but I think that's so ingrained in Nixpkgs anyway that
it's fine.  And this way we avoid conditionals that check for cross.
2021-09-13 11:13:38 +00:00
SandroandGitHub d1139de938 Merge pull request #137625 from r-ryantm/auto-update/python38Packages.google-cloud-audit-log
python38Packages.google-cloud-audit-log: 0.1.0 -> 0.1.1
2021-09-13 12:44:13 +02:00
Michael RaskinandGitHub 65b70fbe4c Merge pull request #137586 from r-ryantm/auto-update/pangomm_2_48
pangomm_2_48: 2.48.0 -> 2.48.1
2021-09-13 09:28:12 +00:00
maxine [they]andGitHub ee423bde09 Merge pull request #137591 from r-ryantm/auto-update/plexRaw 2021-09-13 10:53:41 +02:00
Maximilian Bosch ab8017a2dd php80: 8.0.8 -> 8.0.10
ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.10
2021-09-13 10:49:16 +02:00
Maximilian BoschandGitHub 14d784c45d Merge pull request #137616 from drupol/update/php-7.4.21-to-7.4.23
php74: 7.4.21 -> 7.4.23
2021-09-13 10:43:24 +02:00
R. RyanTM a37eb5fe78 python38Packages.google-cloud-audit-log: 0.1.0 -> 0.1.1 2021-09-13 08:18:33 +00:00
Jonathan RingerandJonathan Ringer 6d488e8238 azure-cli: allow for use with all versions of scp
scp didn't have any breaking changes according to changelog:
https://github.com/jbardin/scp.py/blob/master/CHANGELOG.md
2021-09-13 00:32:55 -07:00
Jonathan RingerandJonathan Ringer c6df6f51cc azure-cli: 2.26.1 -> 2.28.0 2021-09-13 00:32:55 -07:00
Jonathan RingerandJonathan Ringer 2a1f30c936 python3Packages.azure-mgmt-sqlvirtualmachine: add missing dep when being overriden 2021-09-13 00:32:55 -07:00
Jonathan RingerandJonathan Ringer b1321c3264 python3Packages.azure-mgmt-batchai: add missing dep when being overriden 2021-09-13 00:32:55 -07:00
Jonathan RingerandJonathan Ringer f883f707fa python3Packages.azure-synapse-managedprivateendpoints: init at 0.4.0 2021-09-13 00:32:55 -07:00
Jonathan RingerandJonathan Ringer cb5b2f7de7 python3Packages.azure-mgmt-iothubprovisioningservices: 0.2.0 -> 1.0.0 2021-09-13 00:32:55 -07:00
Pol Dellaiera 3fbb55710d php74: 7.4.21 -> 7.4.23 2021-09-13 08:51:59 +02:00
Arthur GautierandEmery Hemingway 3a7e5f6c25 ipxe: allow to pass options with values
For example BANNER_TIMEOUT can be overriden like:
```
ipxe.overrideArgs(old: {
    enableOptions = old.enableOptions ++ [ "BANNER_TIMEOUT 100" ];
});
```

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-09-13 08:47:00 +02:00
Emily 0ce7438bd6 mosh: fix on aarch64-darwin
The build failure here is not due to Apple Silicon per se but instead
an artifact of the aarch64-darwin toolchain using a newer version of the
Xcode SDK as a basis. This causes issues building on case-insensitive
filesystems due to the collision between the standard <version> header
and a mosh source file called VERSION.

Fix with a MacPorts backport of an upstream mosh commit, via Homebrew.
2021-09-13 05:41:45 +01:00
Emily a48dff9412 pv: fix on aarch64-darwin
Homebrew carries a patch that has been sent upstream. Since it's
designed to be suitable for inclusion as-is and strictly improves
correctness, we just apply it unconditionally on all platforms.
2021-09-13 05:41:45 +01:00
Emily 765dd20a6c pv: 1.6.6 -> 1.6.20 2021-09-13 05:41:45 +01:00
Ryan MulliganandGitHub 85568eb45c Merge pull request #134009 from r-ryantm/auto-update/yacreader
yacreader: 9.7.1 -> 9.8.2
2021-09-12 20:19:16 -07:00
Ryan MulliganandGitHub cfe860d987 Merge pull request #137602 from ryantm/dev/ryantm/revert-kafkacat
Revert "kafkacat: 1.6.0 -> 1.7.0"
2021-09-12 20:07:47 -07:00
Ryan Mulligan f012faeae9 Revert "kafkacat: 1.6.0 -> 1.7.0"
This reverts commit 1acdcbbec7.
2021-09-12 19:05:17 -07:00
Ryan MulliganandGitHub 10bd2ab8fd Merge pull request #135137 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.40.2 -> 1.40.5
2021-09-12 18:42:12 -07:00