Commit Graph

92273 Commits

Author SHA1 Message Date
Justin Bedő
f2ab8c706d
Merge pull request #158486 from ShamrockLee/singularity-apptainer
singularity: fix defaultPath and reflect upstream changes
2023-02-08 23:47:32 +00:00
Michael Weiss
bc58d7444f
chromiumDev: 111.0.5563.8 -> 111.0.5563.19 2023-02-08 23:20:36 +01:00
Michael Weiss
72c236b163
Merge pull request #215190 from primeos/chromium
chromium: 109.0.5414.119 -> 110.0.5481.77
2023-02-08 23:18:23 +01:00
Guillaume Girol
c8c1e67811
Merge pull request #214413 from symphorien/evolution_ews_schema3
evolutionWithPlugins: wrap with evolution schema
2023-02-08 21:59:53 +00:00
Azat Bahawi
1945d19885
Merge pull request #209066 from 3JlOy-PYCCKUi/ttdl
ttdl: init at 3.5.0
2023-02-09 00:01:16 +03:00
Mauricio Collares
ca42235b6e
Merge pull request #215301 from r-ryantm/auto-update/polymake
polymake: 4.8 -> 4.9
2023-02-08 21:35:29 +01:00
markuskowa
3e0698f202
Merge pull request #215303 from markuskowa/upd-gromacs
gromacs: 2022.4 -> 2023
2023-02-08 21:28:38 +01:00
Pavol Rusnak
62c4696471
Merge pull request #215288 from mmilata/torq-web
torq: build frontend
2023-02-08 21:24:32 +01:00
3JlOy_PYCCKUI
ea41744b5c ttdl: init at 3.6.3 2023-02-08 23:22:05 +03:00
Mauricio Collares
fc36e212fb bliss: build on aarch64-linux 2023-02-08 21:18:25 +01:00
figsoda
4e7bb552f3
Merge pull request #215356 from r-ryantm/auto-update/gfold
gfold: 4.2.0 -> 4.3.0
2023-02-08 14:49:38 -05:00
figsoda
5238f7e61d
Merge pull request #215357 from r-ryantm/auto-update/oxker
oxker: 0.2.1 -> 0.2.3
2023-02-08 14:46:36 -05:00
R. Ryantm
17970a6ad9 oxker: 0.2.1 -> 0.2.3 2023-02-08 19:12:42 +00:00
R. Ryantm
f4a93aa86f gfold: 4.2.0 -> 4.3.0 2023-02-08 19:03:24 +00:00
figsoda
09d38c4d14
Merge pull request #215325 from r-ryantm/auto-update/git-machete
git-machete: 3.14.3 -> 3.15.0
2023-02-08 14:01:03 -05:00
Weijia Wang
54ee2f301f
Merge pull request #205271 from r-ryantm/auto-update/callaudiod
callaudiod: 0.1.4 -> 0.1.7
2023-02-08 19:05:02 +01:00
R. Ryantm
ea4693ba91 git-machete: 3.14.3 -> 3.15.0 2023-02-08 15:24:51 +00:00
Martin Milata
7da5418f1d torq: build frontend 2023-02-08 16:20:29 +01:00
Doron Behar
80e9706f5f
Merge pull request #215237 from r-ryantm/auto-update/zoom-us
zoom-us: 5.13.5.431 -> 5.13.7.683
2023-02-08 16:51:15 +02:00
Markus Kowalewski
2379d34aa0
gromacs: 2022.4 -> 2023 2023-02-08 14:10:27 +01:00
R. Ryantm
9347d7d265 polymake: 4.8 -> 4.9 2023-02-08 12:49:16 +00:00
markuskowa
53cb0c9a0f
Merge pull request #214512 from r-ryantm/auto-update/hackrf
hackrf: 2022.09.1 -> 2023.01.1
2023-02-08 13:01:22 +01:00
Vladimír Čunát
4b718d8bfc
Merge #215202: thunderbird: 102.7.1 -> 102.7.2 2023-02-08 12:09:19 +01:00
Nick Cao
8ffd453164
Merge pull request #215271 from austinbutler/yubikey-manager-501
yubikey-manager: 5.0.0 -> 5.0.1
2023-02-08 18:35:35 +08:00
Sandro
00bdf78a02
Merge pull request #215267 from onny/nextcloud-client
nextcloud-client: 3.6.6 -> 3.7.1
2023-02-08 11:18:56 +01:00
Yueh-Shun Li
d35f5c2695 apptainer-overriden-nixos,singularity-overriden-nixos: init 2023-02-08 18:04:05 +08:00
Yueh-Shun Li
71a89291ee apptainer, singularity: enable non-FHS --fakeroot support
This patch provides input arguments `newuidmapPath` and `newgidmapPath`
for apptainer and singularity to specify the path to the SUID-ed executables
newuidmap and newgidmap where they are not available from the FHS PATH.

As NixOS places those suided executables in a non-FHS position
(/run/wrapper/bin), this patch provides
programs.singularity.enableFakeroot option and implement with the above
input parameters.
2023-02-08 18:04:05 +08:00
Yueh-Shun Li
50788d2fb0 apptainer, singularity: fix defaultPath and reflect upstream changes
Upstream changes:
singularity 3.8.7 (the legacy) -> apptainer 1.1.3 (the renamed) / singularity 3.10.4 (Sylabs's fork)

Build process:
*   Share between different sources
*   Fix the sed regexp to make defaultPath patch work
*   allowGoReference is now true
*   Provied input parameter removeCompat (default to false)
    that removes the compatible "*singularity*" symbolic links
    and related autocompletion files when projectName != "singularity"
*   Change localstatedir to /var/lib
*   Format with nixpkgs-fmt
*   Fix the defaultPath patching
    and use it instead of the `<executable> path` config directive
    deprecated in Apptainer
*   Provide dependencies for new functionalities such as
    squashfuse (unprivileged squashfs mount)
*   Provide an attribute `defaultPathInputs` to override
    prefix of container runtime default PATH

NixOS module programs.singularity:
*   Allow users to specify packages
*   Place related directories to /var/lib
*   Format with nixpkgs-fmt

singularity-tools:
*   Allow users to specify packages
*   Place related directories to /var/lib when building images in VM
2023-02-08 18:03:11 +08:00
Weijia Wang
7e07464c25
yubioath-flutter: fix build on aarch64-linux 2023-02-08 10:26:51 +01:00
superherointj
2122d22a4b
Merge pull request #214026 from superherointj/refactor-k3s-multiple-versions
k3s: add multiple versions
2023-02-08 05:48:39 -03:00
Austin Butler
4b5b453266 yubioath-flutter: 6.0.2 -> 6.1.0 2023-02-08 00:00:03 -08:00
Weijia Wang
8958520787
Merge pull request #215255 from aaronjheng/glab
glab: 1.24.1 -> 1.25.3
2023-02-08 08:40:50 +01:00
Jonas Heinrich
dda83f5400 nextcloud-client: 3.6.6 -> 3.7.1 2023-02-08 08:05:38 +01:00
github-actions[bot]
29a22901df terraform-providers.oci: 4.105.0 → 4.106.0 2023-02-08 16:52:14 +10:00
github-actions[bot]
48c9598791 terraform-providers.tencentcloud: 1.79.7 → 1.79.8 2023-02-08 16:52:14 +10:00
Alexis Hildebrandt
79ed5244c1 gh: 2.22.1 -> 2.23.0 2023-02-08 16:51:11 +10:00
Weijia Wang
3cba6167af
Merge pull request #215234 from aaronjheng/temporal
temporal: 1.17.5 -> 1.19.1
2023-02-08 07:37:50 +01:00
Weijia Wang
7d59bc9d15
Merge pull request #215249 from r-ryantm/auto-update/rssguard
rssguard: 4.3.1 -> 4.3.2
2023-02-08 06:47:48 +01:00
Weijia Wang
89213edb79
Merge pull request #215242 from r-ryantm/auto-update/klayout
klayout: 0.28.4 -> 0.28.5
2023-02-08 06:35:01 +01:00
Aaron Jheng
a3a254e22e
glab: 1.24.1 -> 1.25.3 2023-02-08 05:32:31 +00:00
Weijia Wang
8351530c8a
Merge pull request #215241 from r-ryantm/auto-update/cubiomes-viewer
cubiomes-viewer: 3.0.1 -> 3.1.0
2023-02-08 06:28:48 +01:00
Weijia Wang
40da0b8a3b
Merge pull request #215210 from r-ryantm/auto-update/velero
velero: 1.10.0 -> 1.10.1
2023-02-08 06:00:00 +01:00
Weijia Wang
46f123d213
Merge pull request #215209 from r-ryantm/auto-update/erigon
erigon: 2.37.0 -> 2.38.1
2023-02-08 05:53:39 +01:00
R. Ryantm
98232c145a rssguard: 4.3.1 -> 4.3.2 2023-02-08 04:33:00 +00:00
Alyssa Ross
ab41e13f6c sourcehut.dispatchsrht: respect allowAliases
Nixpkgs convention is to only add attributes for deprecation throws
when config.allowAliases hasn't been explicitly disabled.  This is
useful as it makes it easy to test building all non-deprecated
packages:

	nix-build --arg config '{ allowAliases = false; }' -A sourcehut

Precedent for this convention in Nixpkgs is easy to find by grepping
for "config.allowAliases".
2023-02-07 23:14:07 -05:00
R. Ryantm
4d39648362 klayout: 0.28.4 -> 0.28.5 2023-02-08 03:55:00 +00:00
R. Ryantm
7baf697534 cubiomes-viewer: 3.0.1 -> 3.1.0 2023-02-08 03:35:57 +00:00
R. Ryantm
48915f8317 zoom-us: 5.13.5.431 -> 5.13.7.683 2023-02-08 03:20:27 +00:00
Nick Cao
67aa230203
Merge pull request #212881 from SebTM/update/nwg-panel0716
nwg-panel: 0.7.11 -> 0.7.16
2023-02-08 11:12:02 +08:00
Aaron Jheng
6949cfdcb4
temporal: 1.17.5 -> 1.19.1 2023-02-08 03:01:37 +00:00