3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

315045 commits

Author SHA1 Message Date
Bastien Riviere 5255d4e168
babashka: fix build on darwin 2021-09-13 13:27:41 +02:00
Thomas Gerbet 40525c34b5 agebox: 0.5.2 -> 0.6.0
https://github.com/slok/agebox/releases/tag/v0.6.0
2021-09-13 13:17:05 +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
Sandro 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 Raskin 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] 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 Bosch 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 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 Ringer c6df6f51cc azure-cli: 2.26.1 -> 2.28.0 2021-09-13 00:32:55 -07:00
Jonathan Ringer 2a1f30c936 python3Packages.azure-mgmt-sqlvirtualmachine: add missing dep when being overriden 2021-09-13 00:32:55 -07:00
Jonathan Ringer b1321c3264 python3Packages.azure-mgmt-batchai: add missing dep when being overriden 2021-09-13 00:32:55 -07:00
Jonathan Ringer f883f707fa python3Packages.azure-synapse-managedprivateendpoints: init at 0.4.0 2021-09-13 00:32:55 -07:00
Jonathan 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 Gautier 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
R. RyanTM 046258528b python38Packages.deezer-py: 1.1.3 -> 1.2.2 2021-09-13 05:40:00 +00: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
Mario Rodas d8bb5e420f libvirt: fix build on darwin 2021-09-13 04:20:00 +00:00
"Vanilla" 2965b49d82 vimPlugins.cheatsheet-nvim: init at 2021-08-20 2021-09-13 11:51:43 +08:00
"Vanilla" 67b11cf42f vimPlugins: update 2021-09-13 11:50:43 +08:00
Ryan Mulligan 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 Mulligan 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
Dmitry Kalinkin 549db5a3e5
python3Packages.awkward: 1.4.0 -> 1.5.0 2021-09-12 22:08:52 -04: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 Mulligan 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
Ryan Mulligan 43361d3695
Merge pull request #135890 from r-ryantm/auto-update/nwg-drawer
nwg-drawer: 0.1.7 -> 0.1.8
2021-09-12 18:40:46 -07:00
Ryan Mulligan 43c65852d6
Merge pull request #135996 from r-ryantm/auto-update/smemstat
smemstat: 0.02.08 -> 0.02.10
2021-09-12 18:40:07 -07:00
Ryan Mulligan 84eca217f1
Merge pull request #134848 from r-ryantm/auto-update/squirrel-sql
squirrel-sql: 4.1.0 -> 4.2.0
2021-09-12 18:38:33 -07:00
Ryan Mulligan 1ac95c18ff
Merge pull request #136739 from r-ryantm/auto-update/xsnow
xsnow: 3.3.0 -> 3.3.1
2021-09-12 18:36:58 -07:00
R. RyanTM 86b4033b23 gnome.gnome-initial-setup: 40.3 -> 40.4 2021-09-13 03:27:20 +02:00
Nicolas Berbiche 5e44271c07 bottom: 0.6.3 -> 0.6.4 2021-09-13 10:11:26 +09:00
Ryan Mulligan 2424ff5e4c
Merge pull request #137583 from r-ryantm/auto-update/opentabletdriver
opentabletdriver: 0.5.3.2 -> 0.5.3.3
2021-09-12 17:58:11 -07:00
Anderson Torres 516fd11d12
Merge pull request #137581 from r-ryantm/auto-update/openshot-qt
openshot-qt: 2.6.0 -> 2.6.1
2021-09-12 21:37:10 -03:00
Anderson Torres 5e8507393b
Merge pull request #137537 from r-ryantm/auto-update/yambar
yambar: 1.6.2 -> 1.7.0
2021-09-12 21:36:27 -03:00
R. RyanTM a280f014c5 punes: unstable-2021-07-19 -> unstable-2021-09-11 2021-09-12 23:46:06 +00:00
Timothy DeHerrera 73421a108e
Merge pull request #137471 from zimbatm/fix-ini-generators
lib: fix ini generators
2021-09-12 17:38:38 -06:00
R. RyanTM 784aebbc61 proselint: 0.10.2 -> 0.12.0 2021-09-12 23:36:52 +00:00
R. RyanTM bbf344539f plexRaw: 1.24.1.4931-1a38e63c6 -> 1.24.2.4973-2b1b51db9 2021-09-12 23:28:22 +00:00
R. RyanTM 81439e7178 php74Extensions.blackfire: 1.53.0 -> 1.66.0 2021-09-13 01:27:24 +02:00
R. RyanTM fe4d454a9a pitivi: 2021.01 -> 2021.05 2021-09-12 23:23:03 +00:00
Ryan Mulligan 582b967abc
Merge pull request #136888 from r-ryantm/auto-update/konstraint
konstraint: 0.14.2 -> 0.15.0
2021-09-12 15:58:56 -07:00
Ryan Mulligan 39c670b855
Merge pull request #136837 from r-ryantm/auto-update/charge-lnd
charge-lnd: 0.2.3 -> 0.2.4
2021-09-12 15:57:29 -07:00
R. RyanTM 69a5365ae7 pangomm_2_48: 2.48.0 -> 2.48.1 2021-09-12 22:54:12 +00:00
Ryan Mulligan 1384e6dbae
Merge pull request #136899 from r-ryantm/auto-update/libxsmm
libxsmm: 1.16.1 -> 1.16.2
2021-09-12 15:52:07 -07:00
Ryan Mulligan 464c105ba5
Merge pull request #136887 from r-ryantm/auto-update/kitsas
kitsas: 2.3 -> 3.0
2021-09-12 15:47:36 -07:00
Sandro a79648dd7f
Merge pull request #136109 from john-consumable/master 2021-09-13 00:42:54 +02:00