Skip to content

Commit b7cd41b

Browse files
Merge master into staging-nixos
2 parents f483c1c + 51050bf commit b7cd41b

52 files changed

Lines changed: 342 additions & 341 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/release-notes/rl-2605.section.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494

9595
- `python3Packages.pygame` has been been renamed to `python3Packages.pygame-original`, the attribute `python3Packages.pygame` will from python 3.14 default to the more actively maintained `python3Packages.pygame-ce`
9696

97+
- `peertube` has been updated from `7.3.0` to `8.0.2`, introducing several breaking changes.
98+
Some notable new features include channel collaboration and video player redesign with a new theme.
99+
For details on how to upgrade, see the `IMPORTANT NOTES` section of the [v8.0.0 CHANGELOG entry](https://docs.joinpeertube.org/CHANGELOG#v8-0-0).
100+
97101
- `python3Packages.gradio` has been updated to version 6. See upstream's migration guide at https://www.gradio.app/main/guides/gradio-6-migration-guide.
98102

99103
- `vicinae` has been updated to v0.17. Version 0.17 contains a complete overhaul of the configuration system. For update instructions, see the [release notes for v0.17.0](https://github.com/vicinaehq/vicinae/releases/tag/v0.17.0) and the [upstream configuration documentation](https://docs.vicinae.com/config).

maintainers/maintainer-list.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24779,6 +24779,14 @@
2477924779
githubId = 1505617;
2478024780
name = "Sean Lee";
2478124781
};
24782+
sleroq = {
24783+
name = "Sleroq";
24784+
email = "sleroq@cum.army";
24785+
github = "sleroq";
24786+
matrix = "@sleroq:sleroq.link";
24787+
githubId = 52239427;
24788+
keys = [ { fingerprint = "2502 640F 4254 7933 FEF1 7A33 3414 5C1D B76E 618F"; } ];
24789+
};
2478224790
SlothOfAnarchy = {
2478324791
email = "slothofanarchy1@gmail.com";
2478424792
matrix = "@michel.weitbrecht:helsinki-systems.de";
@@ -27136,12 +27144,6 @@
2713627144
githubId = 5623227;
2713727145
name = "Quentin Boyer";
2713827146
};
27139-
TredwellGit = {
27140-
email = "tredwell@tutanota.com";
27141-
github = "TredwellGit";
27142-
githubId = 61860346;
27143-
name = "Tredwell";
27144-
};
2714527147
treemo = {
2714627148
email = "matthieu.chevrier@treemo.fr";
2714727149
github = "treemo";

nixos/modules/tasks/filesystems/bcachefs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ in
242242
}
243243
];
244244

245-
# Bcachefs upstream recommends using the latest kernel
246-
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
245+
# Use LTS that bcachefs is compatible with.
246+
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_6_18;
247247

248248
# needed for systemd-remount-fs
249249
system.fsPackages = [ cfg.package ];

pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
vimUtils.buildVimPlugin rec {
1212
pname = "codediff.nvim";
13-
version = "2.16.3";
13+
version = "2.19.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "esmuellert";
1717
repo = "codediff.nvim";
1818
tag = "v${version}";
19-
hash = "sha256-nIDjE5hf5kt3diEFgUEBz4dCxHatCYtdHY5Zc4YlHFg=";
19+
hash = "sha256-l8bP8NNCoE7SLRMRh+Nq5OxUD+xdJ2qYyWbA140aFV0=";
2020
};
2121

2222
dependencies = [ vimPlugins.nui-nvim ];

pkgs/applications/emulators/libretro/cores/fbneo.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "fbneo";
8-
version = "0-unstable-2026-01-18";
8+
version = "0-unstable-2026-02-08";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "fbneo";
13-
rev = "3faea4f9c678bad8063f3a2774b051f42848c856";
14-
hash = "sha256-tH9XMBfg3O2oKIUeKWi2hl4yQuHa9BMgvkWjIxv/KIo=";
13+
rev = "e21e3f3c40eb4422b93b8984ef46fe04cdaee9db";
14+
hash = "sha256-7hZ2TJwHtgyHd+CZahazXZnKhfNpWZqfev9jtTHlmag=";
1515
};
1616

1717
makefile = "Makefile";

pkgs/applications/emulators/libretro/cores/mame.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
mkLibretroCore {
1111
core = "mame";
12-
version = "0-unstable-2026-01-01";
12+
version = "0-unstable-2026-01-31";
1313

1414
src = fetchFromGitHub {
1515
owner = "libretro";
1616
repo = "mame";
17-
rev = "b207f9c6fc93b9d21417a9e4424607840c71db6b";
18-
hash = "sha256-n9vDYSzij01rRgUc8l763FCLXsFGHIsZxAIZ+N8IBGo=";
17+
rev = "6cdc40fc53ba5574073d4009b531fda07156ff49";
18+
hash = "sha256-4XmQsVuieIEcLTP1CJfNrJjXD2ENkh4MPLkTVjrx8dE=";
1919
fetchSubmodules = true;
2020
};
2121

pkgs/applications/networking/cluster/k3s/default.nix

Lines changed: 8 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -12,51 +12,15 @@ let
1212
extraArgs = removeAttrs args [ "callPackage" ];
1313
in
1414
{
15-
k3s_1_32 = common (
16-
(import ./1_32/versions.nix)
17-
// {
18-
updateScript = [
19-
./update-script.sh
20-
"32"
21-
];
22-
}
23-
) extraArgs;
15+
k3s_1_32 = common (import ./1_32/versions.nix) extraArgs;
2416

25-
k3s_1_33 = common (
26-
(import ./1_33/versions.nix)
27-
// {
28-
updateScript = [
29-
./update-script.sh
30-
"33"
31-
];
32-
}
33-
) extraArgs;
17+
k3s_1_33 = common (import ./1_33/versions.nix) extraArgs;
3418

35-
k3s_1_34 =
36-
(common (
37-
(import ./1_34/versions.nix)
38-
// {
39-
updateScript = [
40-
./update-script.sh
41-
"34"
42-
];
43-
}
44-
) extraArgs).overrideAttrs
45-
{
46-
patches = [ ./go_runc_require.patch ];
47-
};
19+
k3s_1_34 = (common (import ./1_34/versions.nix) extraArgs).overrideAttrs {
20+
patches = [ ./go_runc_require.patch ];
21+
};
4822

49-
k3s_1_35 =
50-
(common (
51-
(import ./1_35/versions.nix)
52-
// {
53-
updateScript = [
54-
./update-script.sh
55-
"35"
56-
];
57-
}
58-
) extraArgs).overrideAttrs
59-
{
60-
patches = [ ./go_runc_require.patch ];
61-
};
23+
k3s_1_35 = (common (import ./1_35/versions.nix) extraArgs).overrideAttrs {
24+
patches = [ ./go_runc_require.patch ];
25+
};
6226
}

pkgs/applications/networking/cluster/rke2/README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,9 @@ respective package block.
108108

109109
```nix
110110
{
111-
rke2_1_34 =
112-
(common (
113-
(import ./1_34/versions.nix)
114-
// {
115-
updateScript = [
116-
./update-script.sh
117-
"34"
118-
];
119-
}
120-
) extraArgs).overrideAttrs
121-
{
122-
meta.knownVulnerabilities = [ "rke2_1_34 has reached end-of-life on 2026-10-27" ];
123-
};
111+
rke2_1_34 = (common (import ./1_34/versions.nix) extraArgs).overrideAttrs {
112+
meta.knownVulnerabilities = [ "rke2_1_34 has reached end-of-life on 2026-10-27" ];
113+
};
124114
}
125115
```
126116

pkgs/applications/networking/cluster/rke2/builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lib:
44
rke2Commit,
55
rke2TarballHash,
66
rke2VendorHash,
7-
updateScript,
7+
updateScript ? null,
88
k8sImageTag,
99
etcdVersion,
1010
pauseVersion,

pkgs/applications/networking/cluster/rke2/default.nix

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,13 @@ let
55
extraArgs = removeAttrs args [ "callPackage" ];
66
in
77
rec {
8-
rke2_1_32 = common (
9-
(import ./1_32/versions.nix)
10-
// {
11-
updateScript = [
12-
./update-script.sh
13-
"32"
14-
];
15-
}
16-
) extraArgs;
8+
rke2_1_32 = common (import ./1_32/versions.nix) extraArgs;
179

18-
rke2_1_33 = common (
19-
(import ./1_33/versions.nix)
20-
// {
21-
updateScript = [
22-
./update-script.sh
23-
"33"
24-
];
25-
}
26-
) extraArgs;
10+
rke2_1_33 = common (import ./1_33/versions.nix) extraArgs;
2711

28-
rke2_1_34 = common (
29-
(import ./1_34/versions.nix)
30-
// {
31-
updateScript = [
32-
./update-script.sh
33-
"34"
34-
];
35-
}
36-
) extraArgs;
12+
rke2_1_34 = common (import ./1_34/versions.nix) extraArgs;
3713

38-
rke2_1_35 = common (
39-
(import ./1_35/versions.nix)
40-
// {
41-
updateScript = [
42-
./update-script.sh
43-
"35"
44-
];
45-
}
46-
) extraArgs;
14+
rke2_1_35 = common (import ./1_35/versions.nix) extraArgs;
4715

4816
# Automatically set by update script, changes shouldn't be backported
4917
rke2_stable = rke2_1_34;

0 commit comments

Comments
 (0)