Commit Graph

4670 Commits

Author SHA1 Message Date
github-actions[bot]
b40c26a333
Merge staging-next into staging 2024-08-16 12:01:48 +00:00
Sascha Grunert
733f5a9806 conmon-rs: 0.6.3 -> 0.6.5
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-08-16 10:27:12 +02:00
github-actions[bot]
926aefdd61
Merge staging-next into staging 2024-08-16 06:01:46 +00:00
Emily Trau
3c639c6c5d
Merge pull request #330000 from aduh95/upgrade-tart
tart: 2.14.0 -> 2.18.0
2024-08-16 14:20:09 +10:00
Peder Bergebakken Sundt
e2855c6617
Merge pull request #334396 from kjeremy/jkolb/open-vm-tools-by-name
open-vm-tools: move to package by name
2024-08-16 03:13:58 +02:00
Robert James Hernandez
eeed74efe3 podman: add vfkit to PATH for darwin 2024-08-15 10:29:47 -07:00
Antoine du Hamel
086d965047 tart: 2.14.0 -> 2.18.0 2024-08-15 10:24:29 +02:00
github-actions[bot]
78a583fbf0
Merge staging-next into staging 2024-08-15 06:01:41 +00:00
Alyssa Ross
f768a86c5a crosvm: 126.0 -> 127.0 2024-08-15 07:45:57 +02:00
Fernando Rodrigues
cb8e8bbe75
xen: patch with XSA-460 and XSA-461
- Error handling in x86 IOMMU identity mapping  (CVE-2024-31145)
- PCI device pass-through with shared resources (CVE-2024-31146)

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-14 23:27:05 -03:00
R. Ryantm
6c27f523dc podman: 5.2.0 -> 5.2.1 2024-08-15 02:18:30 +00:00
R. Ryantm
3e2c2e9bd4 crun: 1.16 -> 1.16.1 2024-08-15 00:03:22 +00:00
github-actions[bot]
5254a09f0d
Merge staging-next into staging 2024-08-14 12:01:50 +00:00
Alyssa Ross
8392964211 cloud-hypervisor: backport patch to fix UB
This is required for the tests to pass in release mode with Rust
1.80 (and a good idea to fix regardless).
2024-08-14 13:37:07 +02:00
github-actions[bot]
1582d7624e
Merge staging-next into staging 2024-08-14 06:01:31 +00:00
Sebastián Mancilla
d37dea5d80
Merge pull request #332986 from saschagrunert/crun
crun: 1.15 -> 1.16
2024-08-13 22:04:02 -04:00
github-actions[bot]
39c2f61f05
Merge staging-next into staging 2024-08-14 00:02:59 +00:00
Nick Cao
32227c9e70
Merge pull request #334284 from r-ryantm/auto-update/nixpacks
nixpacks: 1.26.0 -> 1.26.1
2024-08-13 15:38:02 -04:00
Emily
f327532e8b
Merge pull request #333649 from Builditluc/update-youki
youki: 0.3.2 -> 0.3.3
2024-08-13 20:27:43 +01:00
Jeremy Kolb
3f7a7124b8 open-vm-tools: move to package by name and format 2024-08-13 10:52:51 -04:00
github-actions[bot]
baf1b2776b
Merge staging-next into staging 2024-08-13 12:02:09 +00:00
Julius Michaelis
aa4e34969b qemu: add workaround for static build closure pulling in buildinput (#83667) 2024-08-13 13:36:03 +02:00
Zhaofeng Li
6e81b41ce7 qemu: Fix static build 2024-08-13 13:36:03 +02:00
Julius Michaelis
376b49ee4c qemu: Skip dependencies unnecessary for qemu-user which fail in pkgsStatic (libaio, dtc) 2024-08-13 13:36:03 +02:00
Julius Michaelis
dd5bc7b7fe qemu-user: add qemu "user space emulator only" variant
When used from pkgsStatic, this is synonymous with the "qemu-user-static"
packages available in other distros.
2024-08-13 13:36:03 +02:00
Zhaofeng Li
a4ba1adf0b qemu: Support disabling blobs
Not needed for a minimal qemu-user-static build.
2024-08-13 13:36:03 +02:00
Zhaofeng Li
12428702eb qemu: Support disabling tools
Not needed for a minimal qemu-user-static build.
2024-08-13 13:36:03 +02:00
Zhaofeng Li
a94afe42c0 qemu: Support disabling TCG plugins
The plugin .so's do not build statically.
2024-08-13 13:36:03 +02:00
Zhaofeng Li
ed38ae461a qemu: Skip doc-related sphinx dependencies sphinx when docs are disabled 2024-08-13 13:36:03 +02:00
Julius Michaelis
e8c75c234e qemu: remove unused texinfo dependency 2024-08-13 13:36:03 +02:00
R. Ryantm
387fb00c51 nixpacks: 1.26.0 -> 1.26.1 2024-08-13 02:49:22 +00:00
Florian Klink
0b09202b66
Merge pull request #214906 from alyssais/wayland-scanner
wayland-scanner: split from wayland
2024-08-12 22:37:05 +03:00
Alyssa Ross
158cce9f41 looking-glass-client: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in
buildInputs, which isn't cross-friendly and will stop working when we
split wayland-scanner into a separate package.
2024-08-11 16:04:14 +03:00
Peder Bergebakken Sundt
e370a305d7
Merge pull request #331742 from r-ryantm/auto-update/colima
colima: 0.6.10 -> 0.7.0
2024-08-11 05:23:00 +02:00
Fernando Rodrigues
8a310ff87d
xen: add patch to fix hydra failure
Second time's the charm! We have a transient SIGPIPE error caused by the
Figs makefile. This seems to only be reproducible in some Hydra
machines. This patch can be upstreamed into Xen if it fixes the build
failures.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-10 21:35:37 +00:00
Builditluc
1e495eb9d4
youki: 0.3.2 -> 0.3.3 2024-08-10 13:05:33 +02:00
Donovan Glover
e34c7a6b2a
Merge pull request #333353 from techknowlogick/bump-firecracker
firecracker: 1.7.0 -> 1.8.0
2024-08-10 01:32:26 +00:00
Sandro
6d08aaedf5
Merge pull request #332969 from teutat3s/docker-tag-25.0.6 2024-08-09 14:11:27 +02:00
techknowlogick
307313162e firecracker: move to pkgs/by-name 2024-08-08 22:32:05 -04:00
techknowlogick
d7bbd37ebe firecracker: nixfmt 2024-08-08 22:30:29 -04:00
techknowlogick
981d652a4d firecracker: 1.7.0 -> 1.8.0 2024-08-08 22:29:46 -04:00
Fernando Rodrigues
13b41a1ed1
xen: fix meta.longDescription
The description was mangled in search.nixos.org. It recommended using
qemu_xen with a Xen that already included QEMU, and there were edge
cases where there wouldn't be enough newlines to properly display the
full description.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-08 14:43:55 -03:00
Fernando Rodrigues
7d7fc69004
xen: build full html documentation
Xen not only has manual pages, but also a full documentation written
in HTML files. By adding ImageMagick, the `fig2dev` build doesn't
fail, so we can have the docs build in the $doc output.

This also fixes the Hydra build, but who cares about that? We have
good Xen docs now!

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-08 14:43:54 -03:00
Fernando Rodrigues
e073c3321b
xen: package documentation fixes
Minor changes to comments, examples and the README.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-08 14:43:54 -03:00
Sascha Grunert
89e00aec5c
crun: 1.15 -> 1.16
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-08-07 14:28:52 +02:00
teutat3s
5797eda8d8
docker_25: fix cli hash for 25.0.6 2024-08-07 12:27:06 +02:00
R. Ryantm
8d7c0f47a6 ddev: 1.23.3 -> 1.23.4 2024-08-06 13:22:14 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Pol Dellaiera
8a1fc64d9a
Merge pull request #332330 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.16.1 -> 0.16.2
2024-08-05 08:28:33 +02:00
R. Ryantm
6dd3876cb3 docker-buildx: 0.16.1 -> 0.16.2 2024-08-04 20:22:17 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
Peder Bergebakken Sundt
8d17b7454d
Merge pull request #330070 from chayleaf/looking-glass
looking-glass-client: switch to finalAttrs
2024-08-03 22:18:37 +02:00
Pol Dellaiera
1daf761b45
Merge pull request #330796 from FriedrichAltheide/virtualbox-7.0.20
virtualbox: 7.0.18 -> 7.0.20
2024-08-03 21:37:12 +02:00
Sandro
ecf64aca4c
Merge pull request #331828 from r-ryantm/auto-update/podman
podman: 5.1.2 -> 5.2.0
2024-08-03 16:49:21 +02:00
Sandro
90fc87038b
Merge pull request #331944 from aaronjheng/podman-tui
podman-tui: 1.1.0 -> 1.2.0
2024-08-03 16:48:53 +02:00
Aaron Jheng
b68a438294
podman-tui: move to by-name 2024-08-03 08:44:50 +00:00
R. Ryantm
ff0a196c65 podman: 5.1.2 -> 5.2.0 2024-08-02 18:07:55 +00:00
R. Ryantm
b8c7a12443 colima: 0.6.10 -> 0.7.0 2024-08-02 11:15:47 +00:00
R. Ryantm
73cf5e4073 cri-o-unwrapped: 1.30.3 -> 1.30.4 2024-08-02 03:58:40 +00:00
Nick Cao
356c5c4046
Merge pull request #331460 from r-ryantm/auto-update/nixpacks
nixpacks: 1.24.6 -> 1.26.0
2024-08-01 17:49:53 -04:00
R. Ryantm
c9abde1eaf nixpacks: 1.24.6 -> 1.26.0 2024-08-01 05:28:33 +00:00
Fernando Rodrigues
9458dd0bbf
xen: add README and update script
The update script is interactive, not automated, and is meant to run
with human intervention in order to verify Xen's code signature. It
produces default.nix files for all security-supported branches.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-07-31 05:57:07 -03:00
Fernando Rodrigues
1fc79d2643
xen: 4.15 -> {4.16,4.17,4.18,4.19}
There are too many changes to list between these versions,
but here's what's important for Nixpkgs:

- Enabled xen.efi building, allowing the nixos/xen module to
  support EFI booting.

- Renamed xen-light to xen-slim, and removed the old xen-slim
  package, as qemu-traditional has been removed per an upstream
  recommendation.

- xen-slim (formerly xen-light) no longer builds iPXE.

- You can now use the OVMF from Xen's repos.

- Further generalised generic.nix. Maintaining three versions
  at once is finally doable.

- Removed as many recursions as possible.

- Split the package output.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-07-31 05:57:06 -03:00
j-brn
1b640cc0e4 looking-glass-client: replace patch file with fetchpatch 2024-07-30 22:16:37 +02:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Pyrox
ed607c1291
docker-compose_1: drop
it's been unmaintained for several years now, so there's no reason to
continue maintaining it at this point. Users should migrate to compose
v2, which is maintained in-tree as just docker-compose
2024-07-29 13:48:24 -04:00
Sandro
f22c61e419
Merge pull request #330109 from teutat3s/default-docker-27
docker: move default from 24.x to 27.x, docker_24 mark as vulnerable, docker_{25,26}: bump
2024-07-29 13:48:20 +02:00
Friedrich Altheide
dcaa4a1ced virtualbox: 7.0.18 -> 7.0.20 2024-07-29 08:43:19 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
zhoufanjin
99da330f23
treewide: fix some comments (#330407)
Signed-off-by: zhoufanjin <shuangcui@live.cn>
2024-07-27 22:05:18 +08:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Sandro Jäckel
e2963b7913
docker_26: 26.1.4 -> 26.1.5 2024-07-26 21:17:17 +02:00
Sandro Jäckel
e0ff5b5448
docker_25: 25.0.5 -> 25.0.6 2024-07-26 21:13:44 +02:00
Sandro Jäckel
8ae868da82
docker_24: add known CVEs 2024-07-26 21:13:18 +02:00
Sandro
76ec13cde7
Merge pull request #329326 from r-ryantm/auto-update/docker-buildx 2024-07-26 21:00:42 +02:00
Sandro
56389851a6
Merge pull request #329714 from guoard/docker-compose-2.29.1 2024-07-26 21:00:30 +02:00
github-actions[bot]
c708f59661
Merge master into staging-next 2024-07-26 18:01:11 +00:00
Sandro
e97c8b67e3
Merge pull request #329708 from guoard/docker-27.1.1 2024-07-26 19:29:24 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
2ee703dccb pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
chayleaf
96742945ce
looking-glass-client: switch to finalAttrs 2024-07-26 12:18:17 +07:00
Ali Afsharzadeh
7bd60590b5
docker-compose: 2.29.0 -> 2.29.1 2024-07-24 21:53:14 +03:30
Ali Afsharzadeh
5c875cce95
docker_27: 27.0.3 -> 27.1.1 2024-07-24 21:03:01 +03:30
R. Ryantm
fea5949d9d docker-buildx: 0.16.0 -> 0.16.1 2024-07-23 03:41:35 +00:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Nick Cao
3f6108bdbc
Merge pull request #329131 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.85.0 -> 1.85.1
2024-07-22 17:00:45 -04:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
R. Ryantm
c80f6ff2c5 ecs-agent: 1.85.0 -> 1.85.1 2024-07-22 11:14:46 +00:00
R. Ryantm
4e830b5cb2 colima: 0.6.9 -> 0.6.10 2024-07-21 01:21:46 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next 2024-07-20 16:12:24 +02:00
Randy Eckenrode
d5f637590e
tree-wide: enable LTO on Darwin 2024-07-20 03:19:54 -04:00
Robert Scott
ce7f01ff8f
Merge pull request #327968 from alyssais/qemu-9.0.2
qemu: 9.0.1 -> 9.0.2
2024-07-19 19:43:12 +01:00
Peder Bergebakken Sundt
ffbe62a65a
Merge pull request #326769 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.84.0 -> 1.85.0
2024-07-19 20:26:16 +02:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Nick Cao
e9a1dd72e8
Merge pull request #328083 from r-ryantm/auto-update/nixpacks
nixpacks: 1.24.4 -> 1.24.6
2024-07-18 19:12:36 -04:00
R. Ryantm
34094f77da containerd: 1.7.19 -> 1.7.20 2024-07-18 14:28:51 +00:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
R. Ryantm
4125bdac83 nixpacks: 1.24.4 -> 1.24.6 2024-07-18 03:51:55 +00:00
Nick Cao
ec65fe34a4
Merge pull request #327974 from aduh95/tart-upgrade
tart: 2.13.0 -> 2.14.0
2024-07-17 16:35:58 -04:00
Antoine du Hamel
013c99afdd tart: 2.13.0 -> 2.14.0 2024-07-17 19:07:36 +02:00
Alyssa Ross
3a194eb094
qemu: 9.0.1 -> 9.0.2
Fixes: CVE-2024-4467
2024-07-17 18:41:00 +02:00
Ali Afsharzadeh
956984062a
docker-compose: 2.28.1 -> 2.29.0 2024-07-17 19:12:40 +03:30
github-actions[bot]
4c086d8ee0
Merge staging-next into staging 2024-07-17 00:03:16 +00:00
Pol Dellaiera
93e0550137
Merge pull request #327702 from guoard/patch-1
docker_27: 27.0.2 -> 27.0.3
2024-07-16 21:22:35 +02:00
Pol Dellaiera
2f3b41acce
Merge pull request #326872 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.15.1 -> 0.16.0
2024-07-16 21:02:35 +02:00
Ali Afsharzadeh
9003bc834a
docker_27: 27.0.2 -> 27.0.3 2024-07-16 20:47:39 +03:30
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
0x4A6F
0c4ade4a52
Merge pull request #327344 from FriedrichAltheide/cleanup
virtualboxGuestAdditions: cleanup
2024-07-15 16:00:09 +02:00
Alyssa Ross
526d5e59e0 cloud-hypervisor: move openssl to checkInputs
This is only used by the test_infra crate.
2024-07-15 15:01:49 +02:00
Friedrich Altheide
8796a01aad virtualboxGuestAdditions: cleanup 2024-07-15 14:05:34 +02:00
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Antoine du Hamel
6dbc841749 tart: 2.12.0 -> 2.13.0 2024-07-14 09:58:49 +10:00
lassulus
8b0c464b4a
Merge pull request #325802 from KiaraGrouwstra/arion-use-docker-compose-v2
arion: use docker compose v2
2024-07-13 21:07:36 +02:00
R. Ryantm
5117c868ce docker-buildx: 0.15.1 -> 0.16.0 2024-07-13 17:30:54 +00:00
R. Ryantm
653e50c7fd ecs-agent: 1.84.0 -> 1.85.0 2024-07-13 08:39:48 +00:00
github-actions[bot]
345035df51
Merge staging-next into staging 2024-07-13 00:02:49 +00:00
R. Ryantm
432f17dd44 podman: 5.1.1 -> 5.1.2 2024-07-12 23:11:46 +02:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Weijia Wang
42335ae93e
Merge pull request #324221 from r-ryantm/auto-update/ddev
ddev: 1.23.2 -> 1.23.3
2024-07-08 22:55:08 +02:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
R. Ryantm
51720e5a9d nixpacks: 1.24.1 -> 1.24.4 2024-07-06 13:07:56 +00:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging 2024-07-06 12:01:49 +00:00
Alyssa Ross
5041afcd2b crosvm: 125.0 -> 126.0
The musl test fails on x86_64 at the moment because mesa doesn't build
for x86_64-unknown-linux-musl from x86_64-unknown-linux-gnu, but I've
checked that crosvm builds for musl on x86_64 with a native build.
2024-07-06 08:57:47 +02:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Pol Dellaiera
ea757369c8
Merge pull request #324415 from GaetanLepage/apptainer
apptainer: 1.3.2 -> 1.3.3
2024-07-04 19:34:10 +02:00
R. Ryantm
7ec0435f2b virt-what: 1.25 -> 1.26 2024-07-04 13:22:16 +00:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Gaetan Lepage
b6568f2e40 apptainer: 1.3.2 -> 1.3.3
Diff: https://github.com/apptainer/apptainer/compare/v1.3.2...v1.3.3

Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.3
2024-07-03 23:08:45 +02:00
Someone
7cdac9fd12
Merge pull request #306730 from ShamrockLee/apptainer-default-path
apptainer, singularity: precede system-level bin paths in `defaultPath` and fix `singularity` image running
2024-07-03 19:56:08 +00:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
github-actions[bot]
a14cd5e592
Merge staging-next into staging 2024-07-03 09:25:17 +00:00
Weijia Wang
90e277972a
Merge pull request #324223 from r-ryantm/auto-update/containerd
containerd: 1.7.18 -> 1.7.19
2024-07-03 10:19:06 +02:00
R. Ryantm
dde69bc0f8 containerd: 1.7.18 -> 1.7.19 2024-07-03 04:44:56 +00:00
R. Ryantm
17b0732dde ddev: 1.23.2 -> 1.23.3 2024-07-03 04:32:14 +00:00
R. Ryantm
cfd26b1370 docker_27: 27.0.2 -> 27.0.3 2024-07-03 01:59:18 +00:00
github-actions[bot]
78cea2a152
Merge staging-next into staging 2024-07-03 00:04:34 +00:00
Weijia Wang
180855546a
Merge pull request #318380 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.82.4 -> 1.84.0
2024-07-03 00:20:19 +02:00
github-actions[bot]
aeba07ddb1
Merge staging-next into staging 2024-07-02 18:03:03 +00:00
h7x4
95c9f120e4
Merge pull request #319195 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.14.1 -> 0.15.1
2024-07-02 19:57:10 +02:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging 2024-07-02 12:01:51 +00:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
github-actions[bot]
d5bca87877
Merge staging-next into staging 2024-07-02 06:01:38 +00:00
Weijia Wang
233f1234cf
Merge pull request #323022 from SebTM/podmancompose_v120
podman-compose: 1.1.0 -> 1.2.0
2024-07-02 00:09:57 +02:00
Weijia Wang
1419305633
Merge pull request #323164 from r-ryantm/auto-update/open-vm-tools
open-vm-tools: 12.4.0 -> 12.4.5
2024-07-02 00:05:33 +02:00
github-actions[bot]
cf53d1b2a1
Merge staging-next into staging 2024-07-01 18:01:44 +00:00
R. Ryantm
8057181de8 cri-o-unwrapped: 1.30.2 -> 1.30.3 2024-07-01 12:34:25 +00:00
Jan Tojnar
b69ed4249d zenity: Move from gnome scope to top-level
It is widely used outside gnome, not much inside.
2024-07-01 08:26:47 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Someone
c5a1cae1f1
Merge pull request #275241 from Scrumplex/treewide/use-addDriverRunpath
addOpenGLRunpath: deprecate
2024-07-01 01:09:05 +00:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Weijia Wang
f417ef2374
Merge pull request #323111 from guoard/docker_27
docker_27: init at 27.0.2
2024-06-30 17:17:02 +02:00
Nick Cao
ffa6fef5ad
Merge pull request #321010 from blitz/virtualbox-kvm
virtualboxKvm: 20240515 -> 20240617
2024-06-30 09:53:43 -04:00
Gaetan Lepage
9b865aac2d singularity: 4.1.3 -> 4.1.4
Diff: https://github.com/sylabs/singularity/compare/v4.1.3...v4.1.4

Changelog: https://github.com/sylabs/singularity/releases/tag/v4.1.4
2024-06-28 17:52:15 +02:00
R. Ryantm
99d3c0c2f5 open-vm-tools: 12.4.0 -> 12.4.5 2024-06-28 14:05:24 +00:00
Ali Afsharzadeh
cd2550ea1b
docker_27: init at 27.0.2 2024-06-28 11:33:12 +03:30
Fabián Heredia Montiel
d83af0200c
Merge pull request #322734 from astro/stratovirt
stratovirt: 2.3.0 -> 2.4.0
2024-06-27 16:09:42 -06:00
Sebastian Sellmeier
50cdc3243e
podman-compose: 1.1.0 -> 1.2.0 2024-06-27 23:59:56 +02:00
R. Ryantm
9ce12446c1 docker-compose: 2.27.2 -> 2.28.1 2024-06-27 05:57:54 +00:00
Astro
2b03bd8b8e stratovirt: 2.3.0 -> 2.4.0 2024-06-26 23:23:40 +02:00
Sandro
a2f3acf792
Merge pull request #322166 from alyssais/crosvm-musl 2024-06-25 11:35:05 +02:00
Franz Pletz
e6e4cd92ad
Merge pull request #322211 from NyCodeGHG/update-libvirt
libvirt: 10.0.0 -> 10.4.0, nixos/libvirtd: add ssh proxy option
2024-06-25 05:47:13 +02:00
Marie Ramlow
9c2647cf29 libvirt: 10.0.0 -> 10.4.0 2024-06-24 17:13:44 +02:00
Alyssa Ross
e1c6b42d3a
crosvm.tests.musl: init
This would have caught the build regression introduced by
74cbe399ba ("crosvm: 124.0 -> 125.0") and fixed by
d213fa697f ("pkgsMusl.crosvm: fix build").
2024-06-24 14:42:37 +02:00
Alyssa Ross
d213fa697f pkgsMusl.crosvm: fix build
Fixes: 74cbe399ba ("crosvm: 124.0 -> 125.0")
2024-06-24 14:38:00 +02:00
R. Ryantm
1b5f676211 ecs-agent: 1.82.4 -> 1.84.0 2024-06-24 04:52:51 +00:00
AkechiShiro
059a0e5c3b arion: use docker compose v2 2024-06-23 16:04:14 +02:00
Alyssa Ross
42509da280 cloud-hypervisor: 39.0 -> 40.0 2024-06-22 14:51:06 +02:00
R. Ryantm
fabf0ce864 docker-compose: 2.27.1 -> 2.27.2 2024-06-20 14:55:28 +00:00
R. Ryantm
f814553d48 docker-buildx: 0.14.1 -> 0.15.1 2024-06-20 11:33:55 +00:00
Jared Baur
0b581b1626
kvmtool: cleanup make flags
The make flags CROSS_COMPILE and ARCH can be unconditionally set and we
can use attributes under `stdenv` to apply the correct values.
2024-06-19 14:03:48 -07:00
kirillrdy
831d433cb6
Merge pull request #320221 from peigongdsd/peigongdsd-update-kvmtool-fix
kvmtool: unstable-2023-07-12 -> 0-unstable-2024-04-09
2024-06-19 20:31:15 +00:00
Paul Meyer
e3eac43948
Merge pull request #280911 from katexochen/distribution/3
docker-distribution: 2.8.3 -> 3.0.0-alpha.1
2024-06-19 14:35:40 +02:00
Julian Stecklina
84df77263d virtualboxKvm: 20240515 -> 20240617 2024-06-19 09:42:53 +02:00
Gerg-L
28f442f860
docker: migrate to buildGoModule 2024-06-18 22:52:28 -04:00
Nick Cao
4350830117
Merge pull request #320587 from aduh95/patch-1
tart: 2.11.1 -> 2.12.0
2024-06-18 16:26:43 -04:00
K900
b299dc5d3b virt-manager: cherry-pick fix for weird cursor theme related crash
Fixes #320855, aka #207496, aka virt-manager/virt-manager#479
2024-06-18 22:29:08 +03:00
Paul Meyer
4b74b465e4 docker-distribution: rename to distribution 2024-06-17 21:12:45 +02:00
Paul Meyer
228706acb6 docker-distribution: 2.8.3 -> 3.0.0-alpha.1 2024-06-17 21:10:08 +02:00
Antoine du Hamel
ec23437473
tart: 2.11.1 -> 2.12.0 2024-06-17 20:13:08 +02:00
h7x4
288dd944e4
Merge pull request #312356 from r-ryantm/auto-update/containerd
containerd: 1.7.16 -> 1.7.18
2024-06-16 16:11:38 +02:00
peigongdsd
b1ece0f65e kvmtool: add peigongdsd as maintainer 2024-06-16 20:21:38 +08:00
peigongdsd
9350b55d2c kvmtool: unstable-2023-07-12 -> 0-unstable-2024-04-09 2024-06-16 20:20:59 +08:00
Weijia Wang
5e130f69f9
Merge pull request #319614 from lucperkins/kraft-not-broken
kraft: mark as no longer broken on Darwin
2024-06-14 23:38:56 +02:00
Weijia Wang
b3d494a2e4
Merge pull request #319485 from guoard/docker-26.1.4
docker_26: 26.1.3 -> 26.1.4
2024-06-14 23:35:39 +02:00
Weijia Wang
9f18ae227c
Merge pull request #319704 from r-ryantm/auto-update/runc
runc: 1.1.12 -> 1.1.13
2024-06-14 23:19:01 +02:00
R. Ryantm
402f32519f ddev: 1.23.1 -> 1.23.2 2024-06-14 12:38:02 +00:00
R. Ryantm
675e75dd3b runc: 1.1.12 -> 1.1.13 2024-06-14 02:57:24 +00:00
Ilan Joselevich
85d871cf14
Merge pull request #319624 from flokli/rust-config
config.rust: update references from rustc
2024-06-14 00:47:45 +03:00
Florian Klink
50261c0602 config.rust: update references from rustc
`rustc.config` is called `rust.rustcTarget` now, and
`{rustc -> rust}.platform`.

This is the new way (tm), and is preferred since
https://github.com/NixOS/nixpkgs/pull/271707 -
though the documentation still is outdated, and some expressions in
nixpkgs were using the old interface.

This updates both.
2024-06-13 21:08:48 +03:00
Luc Perkins
0575149c09
kraft: mark as no longer broken on Darwin 2024-06-13 10:01:02 -07:00
ali afsharzadeh
3a5a6aac5f
docker_26: 26.1.3 -> 26.1.4 2024-06-13 08:54:14 +03:30
Jan Tojnar
7987842fec
Merge pull request #318589 from jtojnar/u-s-v-ignore-same
common-updater-scripts/u-s-v: support --ignore-same-version
2024-06-13 00:41:07 +02:00
Sergei Trofimovich
6db86a5dd0 qemu: 9.0.0 -> 9.0.1 2024-06-12 07:58:43 +01:00
github-actions[bot]
477d2d32ff
Merge master into staging-next 2024-06-12 00:02:10 +00:00
Weijia Wang
72bcc37370
Merge pull request #317692 from r-ryantm/auto-update/lima-bin
lima-bin: 0.21.0 -> 0.22.0
2024-06-12 00:51:15 +02:00
R. Ryantm
8df597b8fd containerd: 1.7.16 -> 1.7.18 2024-06-10 10:18:33 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jan Tojnar
0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
github-actions[bot]
1d15f93175
Merge master into staging-next 2024-06-08 12:01:10 +00:00
R. Ryantm
75a3b189ad podman: 5.1.0 -> 5.1.1 2024-06-08 12:50:14 +02:00
Alyssa Ross
74cbe399ba crosvm: 124.0 -> 125.0 2024-06-08 10:33:55 +01:00
github-actions[bot]
4ace29447c
Merge master into staging-next 2024-06-07 00:02:15 +00:00
José Romildo Malaquias
ae55155c14
Merge pull request #317748 from romildo/upd.virt-manager-qt
lxqt.qtermwidget: add prior version 1.4.0 for compatibility with qt5; virt-manager-qt: 0.72.97 -> 0.72.99
2024-06-06 17:10:07 -03:00
github-actions[bot]
9f1130c9a6
Merge master into staging-next 2024-06-06 18:00:57 +00:00
Julian Stecklina
f83721777d virtualbox: fix 3D acceleration
VBox needs libvulkan to start when 3D acceleration is
enabled.
2024-06-06 17:38:50 +02:00
Julian Stecklina
6568d9d31b virtualbox: remove unused import 2024-06-06 17:38:50 +02:00
José Romildo
4d3ee6f521 virt-manager-qt: 0.72.97 -> 0.72.99
Diff: https://github.com/F1ash/qt-virt-manager/compare/0.72.97...0.72.99
2024-06-06 10:13:26 -03:00
Ryan Lahfa
d5afab55a1
Merge pull request #311362 from FriedrichAltheide/virtualbox-7.0.18
virtualbox & virtualboxGuestAdditions: 7.0.14 -> 7.0.18
2024-06-06 14:42:49 +02:00
R. Ryantm
23f4ef15fc lima-bin: 0.21.0 -> 0.22.0 2024-06-06 08:57:45 +00:00
github-actions[bot]
1b7a9e695e
Merge master into staging-next 2024-06-05 06:01:06 +00:00
Peder Bergebakken Sundt
b8affc04a5
Merge pull request #315501 from r-ryantm/auto-update/docker-buildx
docker-buildx: 0.14.0 -> 0.14.1
2024-06-05 03:29:38 +02:00
github-actions[bot]
4b2a80fbd0
Merge master into staging-next 2024-06-05 00:02:31 +00:00
Weijia Wang
5ffc401b7c
Merge pull request #315407 from r-ryantm/auto-update/nixpacks
nixpacks: 1.23.0 -> 1.24.1
2024-06-04 22:12:54 +02:00
Weijia Wang
d42d1733ff
Merge pull request #317113 from r-ryantm/auto-update/cri-o-unwrapped
cri-o-unwrapped: 1.30.1 -> 1.30.2
2024-06-04 21:37:09 +02:00
github-actions[bot]
765c5edfb6
Merge master into staging-next 2024-06-04 12:01:20 +00:00
R. Ryantm
e2655a6257 cri-o-unwrapped: 1.30.1 -> 1.30.2 2024-06-04 06:06:38 +00:00
Adam Stephens
3933d4a0da
OVMF: fix eval/build on i686 2024-06-04 00:05:13 -04:00
R. Ryantm
e910454dc8 nixpacks: 1.23.0 -> 1.24.1 2024-06-03 18:02:53 +00:00
Friedrich Altheide
d67961fe4e virtualbox: 7.0.14 -> 7.0.18 2024-06-03 06:27:36 +02:00
github-actions[bot]
c987c730bb
Merge master into staging-next 2024-06-03 00:02:20 +00:00
Yueh-Shun Li
c3026ac986 apptainer, singularity: warn abuot argument deprecation
Warn when arguments newuidmapPath and newgidmapPath is used.
2024-06-03 07:53:30 +08:00
Yueh-Shun Li
f6d9b4b6fc apptainer, singularity: add argument systemBinPaths
Use systemBinPaths as the new way to specify system bin paths,
especifally for SUID'ed binaries.

Deprecate arguments setuidmapPath and setgidmapPath in favour of
systemBinPaths.

Add NixOS configuration option programs.singularity.systemBinPath, with
"/run/wrappers/bin" included by default.
2024-06-03 07:53:21 +08:00
Yueh-Shun Li
409cbbe61a apptainer, singularity: prioritize original defaultPath
Prefix the upstream-given defalutPath value over the one constructed by
defaultPathInputs.

Make SUID'ed binaries searchable out-of-the-box non-NixOS platforms.
2024-06-03 07:23:40 +08:00
Someone
9f48aac218
Merge pull request #306716 from ShamrockLee/apptainer-default-path-substitution
apptainer, singularity: refactor defaultPath substitution
2024-06-02 22:33:55 +00:00
Pol Dellaiera
8454362c89
Merge pull request #316671 from r-ryantm/auto-update/podman-tui
podman-tui: 1.0.1 -> 1.1.0
2024-06-02 23:11:52 +02:00
éclairevoyant
2d57e1ce28
Merge pull request #316704 from babariviere/chore/remove-babariviere
remove 'babariviere' as a maintainer
2024-06-02 18:26:48 +00:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
Weijia Wang
0b717a5d9a
Merge pull request #313282 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.82.3 -> 1.82.4
2024-06-02 19:49:56 +02:00
Bastien Riviere
40c9def80e
remove 'babariviere' as a maintainer 2024-06-02 18:49:26 +02:00
Weijia Wang
e1f17a5a43
Merge pull request #309856 from r-ryantm/auto-update/lima
lima: 0.21.0 -> 0.22.0
2024-06-02 16:19:40 +02:00
R. Ryantm
96e2a0dbd3 podman-tui: 1.0.1 -> 1.1.0 2024-06-02 13:40:31 +00:00
Guillaume Girol
c4331db8e9
Merge pull request #314806 from alyssais/qemu-cross
qemu: fix cross
2024-06-02 15:20:58 +02:00
github-actions[bot]
c56c306bc3
Merge master into staging-next 2024-06-02 12:01:17 +00:00
Pol Dellaiera
5c798ccecd
Merge pull request #314301 from r-ryantm/auto-update/docker-compose
docker-compose: 2.27.0 -> 2.27.1
2024-06-02 13:52:21 +02:00
Pol Dellaiera
4b1e8947b8
Merge pull request #315242 from deinferno/vmware-workstation-update-1752
vmware-workstation: 17.5.1 -> 17.5.2
2024-06-02 13:51:51 +02:00
github-actions[bot]
39c82b1a85
Merge master into staging-next 2024-06-02 00:02:38 +00:00
éclairevoyant
aa22306b95
Merge pull request #316432 from teutat3s/maintain-pkgs
maintainers: add teutat3s to matrix team + several packages
2024-06-01 18:05:26 +00:00
github-actions[bot]
f4392ae842
Merge master into staging-next 2024-06-01 18:01:06 +00:00
teutat3s
1dc3b9bcfd
docker: add teutat3s to maintainers 2024-06-01 15:47:51 +02:00
Nick Cao
78ae9b8574
Merge pull request #316179 from aduh95/tart-upgrade
tart: 2.11.0 -> 2.11.1
2024-06-01 09:37:15 -04:00
github-actions[bot]
f7de25c01e
Merge master into staging-next 2024-06-01 12:01:11 +00:00
Arnout Engelen
61c1d28215
Merge pull request #303790 from FriedrichAltheide/cleanup-virtualbox
virtualbox & virtualboxGuestAdditions: cleanup
2024-06-01 13:42:14 +02:00
OTABI Tomoya
f302173b7f
Merge pull request #315818 from r-ryantm/auto-update/podman
podman: 5.0.3 -> 5.1.0
2024-06-01 18:33:32 +09:00
Antoine du Hamel
eb72e7148c tart: 2.11.0 -> 2.11.1 2024-05-31 17:08:48 +02:00
Vladimír Čunát
5804775d03
Merge branch 'staging' into staging-next 2024-05-31 07:30:41 +02:00
Linus Heckemann
77c55f9a5c
Merge pull request #314017 from aduh95/volunteer-as-maintainer
maintainers: add aduh95
2024-05-30 17:22:27 +02:00
R. Ryantm
0e600f8acb podman: 5.0.3 -> 5.1.0 2024-05-30 06:46:41 +00:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
Antoine du Hamel
d2cac0ee1b maintainers: add aduh95 2024-05-29 16:09:02 +02:00
R. Ryantm
170e38c3c7 docker-buildx: 0.14.0 -> 0.14.1 2024-05-29 03:19:31 +00:00
github-actions[bot]
88d9d40017
Merge staging-next into staging 2024-05-29 00:02:38 +00:00
Gaetan Lepage
315b8a0466 apptainer: 1.3.1 -> 1.3.2
Changelog: https://github.com/apptainer/apptainer/releases/tag/v1.3.2
2024-05-28 20:24:10 +02:00
deinferno
da2a8f31ba vmware-workstation: 17.5.1 -> 17.5.2 2024-05-28 20:38:41 +05:00
Alyssa Ross
36de695b0e
qemu: fix cross
dtc is needed as a native build input (for the dtc binary) and as a
build input (for libfdt).

Closes: https://github.com/NixOS/nixpkgs/pull/314270
2024-05-26 11:35:08 +02:00
R. Ryantm
682e77dc8f docker-compose: 2.27.0 -> 2.27.1 2024-05-24 14:37:33 +00:00
github-actions[bot]
3254cacae4
Merge staging-next into staging 2024-05-24 00:02:38 +00:00
Nick Cao
28d734863b
Merge pull request #313625 from aduh95/upgrade-tart
tart: 2.10.0 -> 2.11.0
2024-05-23 14:05:04 -04:00
github-actions[bot]
221ad4ab54
Merge staging-next into staging 2024-05-23 06:01:39 +00:00
Nick Cao
d2916f0a94
Merge pull request #313565 from r-ryantm/auto-update/nixpacks
nixpacks: 1.22.0 -> 1.23.0
2024-05-22 20:52:03 -04:00
github-actions[bot]
dfe5aa3439
Merge staging-next into staging 2024-05-22 18:01:30 +00:00
Weijia Wang
531774d0c1
Merge pull request #313101 from r-ryantm/auto-update/cri-o-unwrapped
cri-o-unwrapped: 1.30.0 -> 1.30.1
2024-05-22 19:31:31 +02:00
Alyssa Ross
aa0ce1a26e qemu: enable canokey by default
Given that we were overriding qemu_test to enable this anyway,
enabling this by default saves Hydra a QEMU build.

There's also clear demand from users[1] for this feature, so our
alternatives are:

 - Offer a qemu-canokey attribute.  I don't want to do this, because I
   don't think there's any reason to make Hydra build an extra QEMU.

 - Enable it only for qemu_test.  I don't want to do this, because it
   will lead to users using qemu_test without understanding its
   subtleties.

 - Force users to build from source.  I don't think there's any reason
   to do this when it's unlikely to hurt anybody having it enabled by
   default.  There's no reason to single out canokey to be disabled by
   default in spite of users' needs given that we enable so many other
   optional QEMU features.

[1]: https://github.com/canokeys/canokey-qemu/issues/6
2024-05-22 18:26:30 +02:00
Alyssa Ross
19e14ba4c1 canokey-qemu: fix build on x86_64-darwin 2024-05-22 18:26:30 +02:00
Alyssa Ross
befe8bbe40 canokey-qemu: fix build with clang 2024-05-22 18:26:30 +02:00
Alyssa Ross
740152c8c1 canokey-qemu: unstable-2022-06-23 -> 0-unstable-2023-06-06 2024-05-22 18:26:30 +02:00
Sandro Jäckel
d04e6c5488
podman: drop slirp4netns which has been replaced by passt
see https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0#podman_5.x
2024-05-22 15:45:05 +02:00
NixOS
bc7d0ea606 tart: 2.10.0 -> 2.11.0 2024-05-22 11:48:15 +02:00
R. Ryantm
fa8b81ca08 nixpacks: 1.22.0 -> 1.23.0 2024-05-22 03:52:18 +00:00
github-actions[bot]
32de4bcbf0
Merge staging-next into staging 2024-05-21 18:01:28 +00:00
Thomas Gerbet
6ca18af3b3
Merge pull request #311475 from teutat3s/docker-26.1.2
docker_26: 26.0.0 -> 26.1.3
2024-05-21 19:58:23 +02:00
teutat3s
0234bac73c
docker_26: 26.0.0 -> 26.1.3
https://docs.docker.com/engine/release-notes/26.0/
https://docs.docker.com/engine/release-notes/26.1/
2024-05-21 10:58:14 +02:00
R. Ryantm
5ab548fb79 ecs-agent: 1.82.3 -> 1.82.4 2024-05-21 02:26:59 +00:00
Sigmanificient
0058552891 pkgs/applications: remove uneeded fetchpatch arguments 2024-05-21 03:12:20 +02:00
R. Ryantm
10b1cee6ca cri-o-unwrapped: 1.30.0 -> 1.30.1 2024-05-20 10:52:06 +00:00
github-actions[bot]
509ae78a5b
Merge staging-next into staging 2024-05-19 00:02:51 +00:00
Weijia Wang
3dfa6c677f
Merge pull request #312645 from r-ryantm/auto-update/colima
colima: 0.6.8 -> 0.6.9
2024-05-19 01:27:53 +02:00
R. Ryantm
3f36810e15 colima: 0.6.8 -> 0.6.9 2024-05-18 12:28:54 +00:00
R. Ryantm
bf0acb4656 nixpacks: 1.21.3 -> 1.22.0 2024-05-18 01:21:06 +00:00
github-actions[bot]
f58f527a82
Merge staging-next into staging 2024-05-17 12:01:37 +00:00
Martin Weinelt
d0860255a7
Merge pull request #312281 from Sigmanificient/the-great-python3.8-purge
The great python3.8 purge [0] (python < 3.5)
2024-05-17 13:58:23 +02:00
Sigmanificient
05fa591701 treewide: drop python 3.4 checks 2024-05-17 13:05:55 +02:00
Matthias Beyer
ae16026856
Merge pull request #312352 from r-ryantm/auto-update/ddev
ddev: 1.23.0 -> 1.23.1
2024-05-17 09:11:05 +02:00
R. Ryantm
3b14590bc2 conmon: 2.1.11 -> 2.1.12 2024-05-17 03:49:03 +00:00
R. Ryantm
b8a56384a0 ddev: 1.23.0 -> 1.23.1 2024-05-17 03:31:53 +00:00
Sigmanificient
41aba865e7 python3Packages.jsonrpc-server,docker: drop python 3.2 checks 2024-05-16 20:52:43 +02:00
Alyssa Ross
3f878c71e1
qemu: 8.2.4 -> 9.0.0 2024-05-15 20:30:18 +02:00
Alyssa Ross
3eebbc5fe2 qemu: 8.2.3 -> 8.2.4
New release was created in part to work around issues with CDN caching
of multiple versions of the 8.2.3 tarball.

Closes: https://github.com/NixOS/nixpkgs/issues/311497
2024-05-15 20:24:52 +02:00
Pol Dellaiera
9997402000
Merge pull request #311392 from MagicRB/docker-24-0-9
docker_24: 24.0.5 -> 24.0.9
2024-05-15 16:28:20 +02:00
Weijia Wang
88b7d613f5
Merge pull request #311689 from teutat3s/zhf/virtualbox-tests
nixosTests.virtualbox: fix tests, remove minimal profile
2024-05-15 10:56:39 +02:00
teutat3s
5eb28724fe
virtualbox: add passthru.tests 2024-05-14 23:26:16 +02:00