Commit graph

393357 commits

Author SHA1 Message Date
Martin Weinelt
3debd9a437
Merge pull request #182381 from r-ryantm/auto-update/python3.10-structlog 2022-07-21 23:47:55 +02:00
R. Ryantm
3b740fe8ab python310Packages.structlog: 21.5.0 -> 22.1.0 2022-07-21 21:35:10 +00:00
Sandro
09b26806a0
Merge pull request #182235 from r-ryantm/auto-update/python310Packages.google-cloud-spanner 2022-07-21 23:21:01 +02:00
ajs124
d6a0bb7262
Merge pull request #181566 from fabaff/wolfssl-bump 2022-07-21 23:08:25 +02:00
Sandro
955e844ded
Merge pull request #182139 from astro/taler
taler-exchange: 0.8.1 -> unstable-2022-07-17 and taler-merchant: 0.8.…
2022-07-21 22:55:50 +02:00
Sandro
3f21fea08a
Merge pull request #181339 from centromere/cxx-rs-1.0.71 2022-07-21 22:54:58 +02:00
Sandro
19f46ac104
Merge pull request #182333 from AtilaSaraiva/obs-vkcapture 2022-07-21 22:48:25 +02:00
Robert Scott
7035839167
Merge pull request #182317 from fabaff/angr-bump
python310Packages.angr: 9.2.10 -> 9.2.11
2022-07-21 21:48:11 +01:00
Sandro
98b4daa994
Merge pull request #181881 from SuperSandro2000/searx 2022-07-21 22:39:48 +02:00
Robert Scott
0b7947c963
Merge pull request #182349 from r-ryantm/auto-update/snakemake
snakemake: 7.8.5 -> 7.9.0
2022-07-21 21:35:04 +01:00
Robert Scott
e88ab8f54b
Merge pull request #182168 from happysalada/update_sequoia
sequoia: 0.26.0 -> 0.27.0
2022-07-21 21:26:04 +01:00
Robert Scott
9d28e3414b
Merge pull request #182057 from jiegec/arpack-darwin
arpack: unbreak on aarch64-darwin
2022-07-21 21:25:27 +01:00
Sandro
38afef9653
Merge pull request #182120 from astro/re-isearch 2022-07-21 22:22:21 +02:00
Joseph Lucas
a79ea27f16 taler-exchange: 0.8.1 -> unstable-2022-07-17 and taler-merchant: 0.8.0 -> unstable-2022-07-11
also add check phase
2022-07-21 22:16:37 +02:00
Sandro
f7f8721b1e
Merge pull request #162689 from astro/glusterfs
nixos/glusterfs: exclude hook "S10selinux-label-brick.sh"
2022-07-21 22:15:00 +02:00
Sandro
6752f40d13
Merge pull request #181011 from astro/gnunet
gnunet: 0.17.1 -> 0.17.2
2022-07-21 22:14:20 +02:00
Lassulus
bcd7e09db0
Merge pull request #182204 from helsinki-systems/upd/vdo
(k)vdo: 8.1.1.360 -> 8.2.0.2
2022-07-21 21:46:27 +02:00
Sofi
e2b34f0f11
nixos/minecraft-server: let server shutdown cleanly (#182149) 2022-07-21 15:05:43 -04:00
Alyssa Ross
d4ca6ff3f4 linuxPackages.rtl88x2bu: unstable-2022-02-22 -> unstable-2022-05-23
Fixes build with Linux 5.18.
2022-07-21 17:08:36 +00:00
Gabriel Ebner
ec71376b1c
Merge pull request #179568 from collares/lean-3.44.1
lean: 3.43.0 -> 3.45.0
2022-07-21 19:04:45 +02:00
Alyssa Ross
b273c33cb2 crosvm.updateScript: update repo URL
ed7d455a43
2022-07-21 16:30:56 +00:00
Alyssa Ross
c83e38c40d crosvm: 100.14526.0.0-rc1 -> 103.3
This is the first update using the new versioning scheme in introduced
in the previous commit.
2022-07-21 16:30:56 +00:00
Alyssa Ross
c01c68bf1c crosvm.updateScript: stop trying manifest-versions
manifest-versions never seems to contain the release build any more,
so we can't use it to find the version of crosvm being served to CrOS
devices.

Instead, I've changed the update script to take the latest version of
the appropriate crosvm Chrome OS release branch.  This is the branch
that gets served.  Every release, it is branched off from the
"chromeos" branch (which is the one that passes Chrome OS QA), and
then collects any critical fixes over the lifetime of the release.

With this change, I've introduced a new, simplified versioning
scheme, e.g. 100.0.  The tip build is always 1:1 with the Chrome
version, so having both of those is redundant.  The other number is
the number of commits that have been added to the release branch after
branching from the chromeos branch, so that the number will go up if
we update to include a new commit from the same release.
2022-07-21 16:30:56 +00:00
Alyssa Ross
acdfec904d crosvm.updateScript: update for new serving dash
The old dashboard no longer exists.  Currently, the platform version
being served doesn't exist in manifest versions, but that was also a
problem we had before sometimes.
2022-07-21 16:30:56 +00:00
Alyssa Ross
931ae3ee7b crosvm.updateScript: check for . in buildspec name
Otherwise, we might only match a prefix of the version.  (Although
it's not likely to be a problem in practice — I doubt we'll end up in
a situation where there's a buildspec number 10x the one we're looking
for.)
2022-07-21 16:30:56 +00:00
Alyssa Ross
11ffcf0fdf crosvm.updateScript: remove unused import 2022-07-21 16:30:56 +00:00
Mauricio Collares
2646dae16e lean: 3.44.1 -> 3.45.0 2022-07-21 13:03:03 -03:00
Timothy DeHerrera
e8c3d13d00
Merge pull request #181674 from nrdxp/nvidia-udev
nvidia: improve robustness of udev rules
2022-07-21 09:00:47 -07:00
Alex Wied
34e761962b cxx-rs: init at 1.0.72
This library provides a safe mechanism for calling C++ code from Rust
and Rust code from C++, not subject to the many ways that things can
go wrong when using bindgen or cbindgen to generate unsafe C-style
bindings.
2022-07-21 11:57:40 -04:00
Mauricio Collares
b394165a8a lean: 3.44.0 -> 3.44.1 2022-07-21 12:52:30 -03:00
Mauricio Collares
f1fe61ba70 lean: 3.43.0 -> 3.44.0 2022-07-21 12:52:30 -03:00
Jacek Galowicz
8429701cbf
Merge pull request #182324 from snpschaaf/testdriver-vde-hub-mode
use vde switch in hubmode by default
2022-07-21 17:48:15 +02:00
Winter
2922becf6d
Merge pull request #182342 from veehaitch/github-runner-capset
nixos/github-runner: fix capset syscall filtering
2022-07-21 11:26:34 -04:00
R. Ryantm
7a5b52ff26 snakemake: 7.8.5 -> 7.9.0 2022-07-21 15:24:14 +00:00
Winter
4152f64e90
Merge pull request #182283 from ipetkov/sqlx-cli-0.6.0
sqlx-cli: 0.5.13 -> 0.6.0
2022-07-21 11:18:16 -04:00
Winter
dc13622e3d
Merge pull request #182275 from imsofi/upd/ferium/4.1.8
ferium: 4.1.5 -> 4.1.8
2022-07-21 11:11:06 -04:00
Winter
28e8645e12
Merge pull request #181745 from mdorman/update-pivy
pivy: 0.6.6 -> 0.6.7
2022-07-21 11:06:26 -04:00
Sandro
3f2b510ebd
Merge pull request #181868 from SuperSandro2000/searxng
searxng: unstable-2022-06-29 -> unstable-2022-07-15
2022-07-21 16:57:35 +02:00
Sandro
81fedf1c28
Merge pull request #181080 from delroth/i3lock-2.14.1
i3lock: 2.13 -> 2.14.1
2022-07-21 16:50:55 +02:00
Philippe Schaaf
5ae6580474 add hub mode comment
Signed-off-by: Philippe Schaaf <philippe.schaaf@secunet.com>
2022-07-21 16:34:09 +02:00
Philippe Schaaf
df52d556bb wip: add vlan-ping test
Signed-off-by: Philippe Schaaf <philippe.schaaf@secunet.com>
2022-07-21 16:19:20 +02:00
Vincent Haupert
539b61ea37 nixos/github-runner: fix capset syscall filtering
capset(2) is a single system call, not a set of multiple system calls.
2022-07-21 16:08:15 +02:00
Átila Saraiva
d0f3691ae1 obs-vkcapture: 1.1.3 -> 1.1.4 2022-07-21 10:54:37 -03:00
adisbladis
e3a3abe560
Merge pull request #182167 from adisbladis/qflipper-1_1_0
qFlipper: 1.0.2 -> 1.1.0
2022-07-21 21:50:52 +08:00
Callum Dunster
6668664128 tmuxinator: 3.0.1 -> 3.0.5
tmuxinator 3.0.1 complains that the current version of tmux is
unsupported.
2022-07-21 15:46:41 +02:00
Ivan Petkov
4392899832
cargo-nextest: 0.9.24 -> 0.9.26 (#182284) 2022-07-21 14:44:02 +02:00
K900
4fac783ece
Merge pull request #182314 from K900/xdg-desktop-portal-update
xdg-desktop-portal: 1.14.4 -> 1.14.5
2022-07-21 15:42:40 +03:00
Jan Tojnar
c80ea7da04
Merge pull request #177219 from kenranunderscore/correct-nixpkgs-review-invocations-in-docs
doc/contributing: replace outdated 'nix run' syntax for nixpkgs-review
2022-07-21 14:40:39 +02:00
Lassulus
12b5641213
Merge pull request #181917 from helsinki-systems/upd/libproxy 2022-07-21 14:20:08 +02:00
Bobby Rong
0417e8e11f
Merge pull request #181893 from kilianar/portfolio-0.59.0
portfolio: 0.58.5 -> 0.59.0
2022-07-21 20:05:12 +08:00