Jon Seager
0551f61f0c
multipass: 1.14.0 -> 1.14.1
2024-10-17 14:39:42 +01:00
R. Ryantm
a22dbde14e
jumppad: 0.14.0 -> 0.15.0
2024-10-10 07:33:58 +00:00
R. Ryantm
01b2121a34
govc: 0.43.0 -> 0.44.0
2024-10-08 02:06:13 +00:00
Élise
c31898adf5
mininet: fix dependencies
2024-10-06 21:07:05 +02:00
Kirill Radzikhovskyy
4f3042a038
awsebcli: move to by-name
2024-10-05 07:18:07 +10:00
Kirill Radzikhovskyy
e1e3ce0279
awsebcli: clean up
2024-10-05 07:16:37 +10:00
Kirill Radzikhovskyy
ac6e499616
awsebcli: remove eqyiel from maintainers
2024-10-05 07:11:33 +10:00
kirillrdy
c66be58fab
awsebcli: 3.20.10 -> 3.21 ( #342652 )
2024-09-30 07:38:11 +10:00
R. Ryantm
6f7e60eadc
jumppad: 0.13.3 -> 0.14.0
2024-09-25 08:12:53 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Phillip Cloud
8ebc49b056
google-compute-engine: remove broken boto dependency
2024-09-19 05:34:24 -04:00
Adam Stephens
cc1d7dcc9d
distrobuilder: fix non-x86 builds
2024-09-18 08:11:36 -04:00
Kirill Radzikhovskyy
9296a38e38
awsebcli: 3.20.10 -> 3.21
...
Changelog: https://github.com/aws/aws-elastic-beanstalk-cli/releases/tag/3.21
2024-09-18 07:35:19 +10:00
Adam Stephens
9e93e4b895
distrobuilder: add repack-windows dependencies
...
repack-windows is used to inject Incus device drivers into a Windows ISO for use with Incus.
2024-09-17 15:18:16 -04:00
Sandro Jäckel
20f7764221
udocker: remove useless pytest-runner
2024-09-16 11:30:33 +02:00
R. Ryantm
7f73905082
govc: 0.42.0 -> 0.43.0
2024-09-13 21:28:27 +00:00
Weijia Wang
ac9b76a7a2
rootlesskit: 2.1.0 -> 2.3.1 ( #329870 )
2024-09-13 01:33:46 +02:00
Weijia Wang
e466e5b894
ec2-ami-tools: 1.5.7 -> 1.5.19 ( #331883 )
2024-09-11 17:50:01 +02:00
R. Ryantm
54f6284806
kubevirt: 1.2.2 -> 1.3.1
2024-09-04 15:54:58 +00:00
Moritz Sanft
67e42aa053
mkosi: add msanft as maintainer
2024-09-03 14:27:17 +02:00
Moritz Sanft
12f6399c1e
mkosi: format
2024-09-03 14:27:09 +02:00
Moritz Sanft
edd502ffd9
mkosi: 22 -> 24.3-unstable-2024-08-28
2024-09-03 14:26:59 +02:00
Paul Meyer
ba1010aa45
mkosi: drop katexochen as maintainer
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-03 09:50:58 +02:00
R. Ryantm
1f9e55d396
jumppad: 0.13.2 -> 0.13.3
2024-08-31 13:16:04 +00:00
Gaetan Lepage
d26984e79e
udocker: 1.3.16 -> 1.3.17
...
Diff: https://github.com/indigo-dc/udocker/compare/refs/tags/1.3.16...1.3.17
Changelog: https://github.com/indigo-dc/udocker/releases/tag/1.3.17
2024-08-29 17:28:42 +02:00
R. Ryantm
54b3dbc11a
govc: 0.40.0 -> 0.42.0
2024-08-27 05:41:42 +00:00
R. Ryantm
e12cd32703
jumppad: 0.13.1 -> 0.13.2
2024-08-23 13:04:28 +00:00
R. Ryantm
45a61d0e3b
rootlesskit: 2.1.0 -> 2.3.1
2024-08-21 20:13:19 +00:00
Fernando Rodrigues
2d51a4d306
xen-guest-agent: move to by-name
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-18 11:30:55 +02:00
Peder Bergebakken Sundt
d17fc21667
Merge pull request #333182 from saschagrunert/cri-tools
...
cri-tools: 1.30.1 -> 1.31.1
2024-08-17 16:11:37 +02:00
Gaétan Lepage
9b9a8e31dc
Merge pull request #334806 from GaetanLepage/udock
...
udocker: 1.3.1 -> 1.3.16
2024-08-16 13:11:30 +02:00
Gaetan Lepage
aedbab4ad3
udocker: 1.3.1 -> 1.3.16
...
Diff: https://github.com/indigo-dc/udocker/compare/1.3.1...1.3.16
Changelog: https://github.com/indigo-dc/udocker/releases/tag/1.3.16
2024-08-15 10:19:02 +02:00
R. Ryantm
726bc0ca27
jumppad: 0.13.0 -> 0.13.1
2024-08-15 00:01:48 +00:00
R. Ryantm
198768b1c2
nixos-shell: 1.1.1 -> 2.0.0
2024-08-14 13:27:58 +00:00
Sascha Grunert
092f60c7ef
cri-tools: 1.30.1 -> 1.31.1
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-08-14 11:46:38 +02:00
R. Ryantm
8212bc6295
govc: 0.39.0 -> 0.40.0
2024-08-13 02:27:58 +00:00
R. Ryantm
505258a616
jumppad: 0.12.1 -> 0.13.0
2024-08-08 01:56:05 +00:00
Nick Cao
1a2a984502
Merge pull request #329299 from r-ryantm/auto-update/govc
...
govc: 0.38.0 -> 0.39.0
2024-08-05 19:29:14 -04:00
R. Ryantm
351e8e5153
ec2-ami-tools: 1.5.7 -> 1.5.19
2024-08-03 01:23:13 +00:00
Fernando Rodrigues
3e1ca12243
xen: rename xen-light to xen-slim
...
xen-light was dropped in favour of xen and xen-slim
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Reviewed-by: Matei Dibu <contact@mateidibu.dev>
2024-07-31 05:57:07 -03:00
zimbatm
2bd7cf6cca
vpsfree-client: move to by-name
2024-07-31 09:10:28 +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
Nick Cao
67adae7a86
cri-tools: fix cross compilation
2024-07-27 16:36:38 -04:00
Jon Seager
786858a02e
Merge pull request #329691 from jnsgruk/multipass-1.14.0
2024-07-24 22:27:08 +01:00
Jon Seager
3b3ed6c669
multipass: add comments to explain patches
2024-07-24 18:46:01 +01:00
Jon Seager
c24efe53ac
multipass: 1.13.1 -> 1.14.0
2024-07-24 16:53:11 +01:00
R. Ryantm
178679c9f1
govc: 0.38.0 -> 0.39.0
2024-07-23 01:25:33 +00:00
superherointj
050f873c0e
linode-cli: nixfmt format
2024-07-15 12:56:22 -03:00
superherointj
f7c05d862d
linode-cli: 5.45.0 -> 5.50.0
...
https://github.com/linode/linode-cli/releases/tag/v5.50.0
2024-07-15 12:56:22 -03:00
superherointj
c0af897d90
linode-cli: order attrs by phases order
2024-07-15 12:22:53 -03:00