fortuneteller2k
d726818c37
xanmod-kernels: set suffix to a default value
2022-07-21 20:01:48 +00:00
fortuneteller2k
b0cfccd50a
linux_xanmod_latest: 5.18.10 -> 5.18.11
2022-07-21 20:01:48 +00:00
fortuneteller2k
ac93fd3177
linux_xanmod: 5.15.53 -> 5.15.54
2022-07-21 20:01:48 +00:00
fortuneteller2k
e5d17fcc91
xanmod-kernels: remove explicit WERROR=n
2022-07-21 20:01:36 +00:00
fortuneteller2k
9d0769d4e7
linux_xanmod: rename stable to lts
2022-07-21 19:46:47 +00:00
Lassulus and GitHub
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 and GitHub
e2b34f0f11
nixos/minecraft-server: let server shutdown cleanly ( #182149 )
2022-07-21 15:05:43 -04:00
R. Ryantm
077f3efe82
python310Packages.types-requests: 2.28.2 -> 2.28.3
2022-07-21 18:50:31 +00:00
talyz
ddf8182d5b
sshd: Don't remove symlinks to host key files
...
If a host key file is a symlink pointing to an as of yet non-existent
file, we don't want to remove it, but instead follow the symlink and
create the file at that location.
See https://github.com/nix-community/impermanence/issues/101 for more
information on the issue the original behavior creates.
2022-07-21 19:15:04 +02: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 and GitHub
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
Izumi Raine
cc18e3ce0e
anki-bin: 2.1.52 -> 2.1.54
2022-07-21 18:33:59 +02:00
Alyssa Ross
b273c33cb2
crosvm.updateScript: update repo URL
...
https://chromium.googlesource.com/chromiumos/platform/crosvm/+/ed7d455a4364671d8dfaf2d3e65d25128861f650
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 and GitHub
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 and GitHub
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 and GitHub
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
Sandro Jäckel
df5c71b008
noti: bump golang.org/x/sys
2022-07-21 17:19:59 +02:00
Sandro Jäckel
1131c38b3b
dive: fix build on aarch64-darwin
2022-07-21 17:19:58 +02:00
Winter and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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
Mark Sagi-Kazar
42d07984ea
dagger: 0.2.20->0.2.25
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
2022-07-21 16:47: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
Nikolay Korotkiy
2c9c33f136
mprime: 29.8b7 → 30.8b15
2022-07-21 17:17:08 +03: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
ajs124
20ada9a6c7
nss_latest: 3.80 -> 3.81
...
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_81.rst
2022-07-21 16:03:03 +02:00
Átila Saraiva
d0f3691ae1
obs-vkcapture: 1.1.3 -> 1.1.4
2022-07-21 10:54:37 -03:00
adisbladis and GitHub
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 and Bjørn Forsman
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
Florian Klink
270d040cdc
libdigidocpp: 3.14.8 -> 3.14.10
...
This includes 42a8cfd834c10bdd206fe784a13217df222b1c8e, fixing crashes
with OpenSSL>1.1.1l. We previously fetchpatched the patch manually.
2022-07-21 20:08:24 +07:00
Ivan Petkov and GitHub
4392899832
cargo-nextest: 0.9.24 -> 0.9.26 ( #182284 )
2022-07-21 14:44:02 +02:00
K900 and GitHub
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 and GitHub
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
R. Ryantm
2857f248c4
python310Packages.types-pytz: 2022.1.1 -> 2022.1.2
2022-07-21 12:30:31 +00:00
Lassulus and GitHub
12b5641213
Merge pull request #181917 from helsinki-systems/upd/libproxy
2022-07-21 14:20:08 +02:00
Bobby Rong and GitHub
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
Bobby Rong and GitHub
b536142220
Merge pull request #181946 from Luflosi/update/boinc
...
boinc: 7.20.1 -> 7.20.2
2022-07-21 20:01:43 +08:00