Commit graph

275983 commits

Author SHA1 Message Date
Sandro 03ba1fdd4d
Merge pull request #115763 from dotlambda/cssutils-2.0.0
pythonPackages.cssutils: 1.0.2 -> 2.0.0
2021-03-10 20:29:43 +01:00
Sarah Brofeldt 33d6e71133
Merge pull request #98446 from srhb/fix-kafka
apache-kafka: Fix, update and adjust JRE/JVM
2021-03-10 20:25:13 +01:00
Shea Levy 9c5f8a20b4
nixUnstable: 2.4pre20201205_a5d85d0 -> 2.4pre20210308_1c0e3e4
hydra-unstable: 2020-10-20 -> 2021-03-10
2021-03-10 14:13:00 -05:00
Patrick Hilhorst ce3ab330b9
plexamp: add synthetica (myself) as maintainer 2021-03-10 20:12:42 +01:00
R. RyanTM 2989e5e846 clash: 1.4.1 -> 1.4.2 2021-03-10 19:12:25 +00:00
Patrick Hilhorst bf2f6a99d5
plexamp: 3.4.2 -> 3.4.3 2021-03-10 20:12:15 +01:00
Sandro 804f493483
Merge pull request #115804 from onsails/vim-plugins 2021-03-10 20:11:08 +01:00
Sandro 9932732191
Merge pull request #115796 from MetaDark/yabridge
yabridge, yabridgectl: 3.0.1 -> 3.0.2
2021-03-10 20:09:48 +01:00
R. RyanTM 30510e3dff circleci-cli: 0.1.15085 -> 0.1.15108 2021-03-10 19:03:19 +00:00
Patrick Hilhorst 85db5da7d2
plexamp: 3.4.1 -> 3.4.2 2021-03-10 19:52:39 +01:00
Antoine Roy-Gobeil 3e45c2dbd3 pythonPackages.plotly: 4.13.0 -> 4.14.3 2021-03-10 13:43:40 -05:00
R. RyanTM 2207d86e25 cargo-make: 0.32.12 -> 0.32.14 2021-03-10 18:39:59 +00:00
Andrey Kuznetsov 78aa9ff42e
vimPlugins.vim-clap: updated cargoSha256 2021-03-10 18:31:32 +00:00
R. RyanTM f8a2f67fc0 update-dotdee: 5.0 -> 6.0 2021-03-10 10:28:17 -08:00
"Andrey Kuznetsov" 8492d3a4b6 vimPlugins: update 2021-03-10 18:18:50 +00:00
Andrey Kuznetsov 777698b845
vimPlugins.tremor-vim: set branch to main 2021-03-10 18:18:15 +00:00
Henri Menke fea3cb98e1 zfs: 2.0.3 -> 2.0.4 2021-03-10 10:16:30 -08:00
Bernardo Meurer ea1a79d181
Merge pull request #115735 from elohmeier/klipper-i686fix
klipper: fixup build on i686
2021-03-10 18:15:04 +00:00
Benjamin Hipple 7ff22cb08c
Merge pull request #115651 from bhipple/doc/dockertools-cleanup
doc: remove unnecessary \ escapes in dockertools.section.md
2021-03-10 13:09:53 -05:00
Kira Bruneau 556d4172ba yabridge, yabridgectl: 3.0.1 -> 3.0.2 2021-03-10 13:08:25 -05:00
Ryan Mulligan ec0b409890
Merge pull request #115626 from r-ryantm/auto-update/unit
unit: 1.21.0 -> 1.22.0
2021-03-10 09:51:03 -08:00
Ryan Mulligan 5f70e6f02b
Merge pull request #115794 from r-ryantm/auto-update/alda
alda: 1.4.3 -> 1.4.4
2021-03-10 09:50:38 -08:00
Ryan Mulligan a6de486d41
Merge pull request #115464 from r-ryantm/auto-update/obsidian
obsidian: 0.11.0 -> 0.11.3
2021-03-10 09:50:18 -08:00
Ryan Mulligan dfc657230d
Merge pull request #115476 from r-ryantm/auto-update/PortfolioPerformance
portfolio: 0.50.4 -> 0.51.1
2021-03-10 09:49:54 -08:00
Ryan Mulligan 5cd9b82708
Merge pull request #115731 from r-ryantm/auto-update/python3.8-vyper
python38Packages.vyper: 0.2.8 -> 0.2.11
2021-03-10 09:48:54 -08:00
R. RyanTM 9468e5b1e1 bfs: 2.1 -> 2.2 2021-03-10 17:47:59 +00:00
Louis Blin 419a4fa596 dockerTools.buildLayeredImage: image names with registry/ prefix
When using `buildLayeredImage`, it is not possible to specify an image
name of the form `<registry>/my/image`, although it is a valid name.

This is due to derivations under `buildLayeredImage` using that image
name as their derivation name, but slashes are not permitted in that
context.

A while ago, #13099 fixed that exact same problem in `buildImage` by
using `baseNameOf name` in derivation names instead of `name`. This
change does the same thing for `buildLayeredImage`.
2021-03-10 17:44:24 +00:00
Jonathan Teh 29e7b1ff82 linux: enable NVMe Multipath
Enable NVME_MULTIPATH so that a single /dev/nvmeXnY device will show
up for each NVMe namespaces, even if it is accessible through multiple
controllers. Can be disabled at boot with `nvme_core.multipath=0`.

This is default enabled in Debian [1], Ubuntu 20.04 [2] , Arch [3] and
Fedora 33 [4].

[1]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/5.10.19-1/debian/config/config#L4362
[2]: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal/tree/debian.master/config/config.common.ubuntu?h=Ubuntu-5.4.0-67.75#n6722
[3]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/config?h=packages/linux#n2423
[4]: https://src.fedoraproject.org/rpms/kernel/blob/f33/f/kernel-x86_64-fedora.config#_4338
2021-03-10 17:40:30 +00:00
Bernardo Meurer ba8a41c6fc
Merge pull request #115516 from taku0/thunderbird-bin-78.8.1 2021-03-10 17:23:11 +00:00
R. RyanTM 198e0a8eb0 alda: 1.4.3 -> 1.4.4 2021-03-10 17:15:03 +00:00
Léo Gaspard 4ee87cfead
Merge pull request #113620 from imlonghao/borgmatic
borgmatic: init at 1.5.12
2021-03-10 18:13:04 +01:00
R. RyanTM 13b63751b6 python38Packages.asyncpg: 0.21.0 -> 0.22.0 2021-03-10 08:59:50 -08:00
R. RyanTM 79c6e03135 python38Packages.aiostream: 0.4.1 -> 0.4.2 2021-03-10 08:57:49 -08:00
R. RyanTM e1f9505309 python38Packages.azure-mgmt-media: 3.0.0 -> 3.1.0 2021-03-10 08:56:59 -08:00
R. RyanTM 5888572699 python38Packages.azure-synapse-artifacts: 0.4.0 -> 0.5.0 2021-03-10 08:55:14 -08:00
R. RyanTM c065e0436d python38Packages.azure-mgmt-storage: 16.0.0 -> 17.0.0 2021-03-10 08:54:00 -08:00
R. RyanTM bbf48b4645 python38Packages.casbin: 0.16.2 -> 0.18.2 2021-03-10 08:51:30 -08:00
Louis Blin bf56388c92 dockerTools.buildLayeredImage: configurable store root
`stream_layered_image.py` currently assumes that the store root will be
at `/nix/store`, although the user might have configured this
differently. This makes `buildLayeredImage` unusable with stores having
a different root, as they will fail an assertion in the python script.

This change updates that assertion to use `builtins.storeDir` as the
source of truth about where the store lives, instead of assuming
`/nix/store`.
2021-03-10 16:44:53 +00:00
R. RyanTM 0a8d1d2bd2 python38Packages.elementpath: 2.1.4 -> 2.2.0 2021-03-10 08:43:40 -08:00
R. RyanTM c56233a7b6 python38Packages.azure-synapse-accesscontrol: 0.4.0 -> 0.6.0 2021-03-10 08:39:59 -08:00
R. RyanTM 0e490f3587 python38Packages.azure-synapse-spark: 0.4.0 -> 0.5.0 2021-03-10 08:37:19 -08:00
R. RyanTM fae3c97031 python38Packages.bayespy: 0.5.20 -> 0.5.21 2021-03-10 08:37:09 -08:00
R. RyanTM 601cdfa714 coloredlogs: 14.0 -> 15.0 2021-03-10 08:36:59 -08:00
R. RyanTM 3467e2f6d2 python38Packages.cliff: 3.6.0 -> 3.7.0 2021-03-10 08:35:43 -08:00
R. RyanTM 0124e874f6 python38Packages.azure-servicebus: 7.0.1 -> 7.1.0 2021-03-10 08:33:37 -08:00
R. RyanTM 89d7f95149 python38Packages.zc_buildout: 2.13.3 -> 2.13.4 2021-03-10 08:33:28 -08:00
R. RyanTM 8febd68809 python38Packages.azure-mgmt-hanaonazure: 0.14.0 -> 0.15.0 2021-03-10 08:33:17 -08:00
R. RyanTM 7b773d7795 python38Packages.cornice: 5.0.3 -> 5.1.0 2021-03-10 08:31:48 -08:00
R. RyanTM b2bd3cd3e8 python38Packages.labelbox: 2.4.10 -> 2.4.11 2021-03-10 08:31:26 -08:00
R. RyanTM f3e2092ed2 python38Packages.google-cloud-dns: 0.32.1 -> 0.32.2 2021-03-10 08:31:10 -08:00