Nick Cao and GitHub
d2c88d3c5f
go-task: 3.40.0 -> 3.40.1 ( #364114 )
2024-12-11 09:05:58 -05:00
Nick Cao and GitHub
b94f175019
python312Packages.reptor: 0.24 -> 0.25 ( #364122 )
2024-12-11 09:04:50 -05:00
Nick Cao and GitHub
864cd89202
rqlite: 8.34.1 -> 8.34.3 ( #364129 )
2024-12-11 09:01:46 -05:00
Nick Cao and GitHub
afb1ff6e4c
marwaita-orange: 22 -> 23 ( #364139 )
2024-12-11 09:01:12 -05:00
Nick Cao and GitHub
da949c1e8f
flutter_rust_bridge_codegen: 2.6.0 -> 2.7.0 ( #364085 )
2024-12-11 08:59:12 -05:00
Nick Cao and GitHub
e670df7d61
httm: 0.43.2 -> 0.44.0 ( #364087 )
2024-12-11 08:58:26 -05:00
Nick Cao and GitHub
5d8194e9eb
yubikey-touch-detector: 1.12.0 -> 1.12.2 ( #364107 )
2024-12-11 08:55:28 -05:00
Emily and GitHub
8cd84794de
chromium: 131.0.6778.108 -> 131.0.6778.139 ( #364063 )
2024-12-11 14:54:25 +01:00
David McFarland and GitHub
b8e0d56349
duplicity: 3.0.3.1 -> 3.0.3.2 ( #364143 )
2024-12-11 09:40:50 -04:00
Kerstin and GitHub
6af66e96a6
mobilizon: 4.1.0 -> 5.1.0 ( #363711 )
2024-12-11 14:34:12 +01:00
Bobby Rong and GitHub
1992eca111
gedit: 48.0 → 48.1 ( #363201 )
2024-12-11 21:32:18 +08:00
Bobby Rong and GitHub
e75188aec4
hypnotix: 4.7 -> 4.8 ( #364104 )
2024-12-11 21:29:41 +08:00
nixpkgs-merge-bot[bot] and GitHub
38fec0f003
bark-server: 2.1.5 -> 2.1.6 ( #364214 )
2024-12-11 13:17:50 +00:00
Aleksana and GitHub
15c97ffcf0
nodePackages.vls: drop ( #363742 )
2024-12-11 21:09:43 +08:00
Aleksana and GitHub
e4d97f3e70
jaq: 1.6.0 -> 2.0.1 ( #363868 )
2024-12-11 21:08:35 +08:00
Aleksana and GitHub
0b088d4be5
scdl: 2.12.1 -> 2.12.3 ( #363870 )
2024-12-11 21:07:27 +08:00
Aleksana and GitHub
9e717ef9bf
cargo-modules: 0.19.1 -> 0.20.2 ( #362239 )
2024-12-11 20:59:37 +08:00
nixpkgs-merge-bot[bot] and GitHub
144406356a
versitygw: 1.0.8 -> 1.0.9 ( #363805 )
2024-12-11 12:39:57 +00:00
Bjørn Forsman
a4458d7310
sbomnix: 1.7.0 -> 1.7.1
2024-12-11 13:32:35 +01:00
R. Ryantm
62cbaa39ed
bark-server: 2.1.5 -> 2.1.6
2024-12-11 12:30:46 +00:00
Jenny and GitHub
2f610f9856
nixos/librenms: order librenms-setup after network.target ( #363706 )
2024-12-11 13:14:25 +01:00
Franz Pletz and GitHub
53261ae0e3
batman-adv: 2024.3 -> 2024.4 ( #363940 )
2024-12-11 13:06:11 +01:00
Leona Maroni and GitHub
7d24413fbb
gitlab: increase node heap size limit ( #364187 )
2024-12-11 13:00:50 +01:00
Arne Keller and GitHub
44f8ed831b
arrpc: 3.4.0 -> 3.5.0; add systemd user service ( #351774 )
2024-12-11 12:45:17 +01:00
Arne Keller and GitHub
eafaee722e
unbound: support dynlib module ( #333301 )
2024-12-11 12:39:59 +01:00
Arne Keller and GitHub
ce8a0da4a9
legends-of-equestria: init at 2024.05.01 ( #296316 )
2024-12-11 12:21:54 +01:00
Aly Raffauf and GitHub
3de5332bba
nixos/qt: install kio when qt.platformTheme = "kde" ( #364032 )
2024-12-11 13:17:04 +02:00
misuzu and GitHub
6c7048f933
programs/yubikey-touch-detector: add PartOf=graphical-session.target ( #364117 )
2024-12-11 13:06:04 +02:00
Volker Diels-Grabsch and Vincent Laporte
37dc568acd
ocamlPackages.tls-eio: init at 1.0.4
2024-12-11 11:23:45 +01:00
Arne Keller and GitHub
bfd7154402
nixos/ebusd: fix device access ( #352743 )
2024-12-11 11:18:00 +01:00
Leona Maroni and GitHub
2e5a764eaf
git-worktree-switcher: init at 0.2.4 ( #355484 )
2024-12-11 11:15:17 +01:00
Alyssa Ross
e9eff47002
nixos/networking: don't add extra names to ::1
...
From hosts(5):
> For each host a single line should be present with the following
> information:
>
> IP_address canonical_hostname [aliases...]
With lines like "::1 localhost ahost.adomin ahost", we were saying
that the canonical name for "ahost" was "localhost", the opposite of a
canonical name. This is why a second loopback address (127.0.0.2) is
used for hostnames with IPv4 — if they were put after "localhost" on
the 127.0.0.1 line, the same thing would happen. With IPv6 we can't
do the same thing as there's only a single loopback address, so
instead the right thing to do is to simply not list the hostnames in
/etc/hosts, and rely on the myhostname NSS plugin, which will handle
this correctly.
(Note that the examples in hosts(5) also do not include IPv6 FQDN or
hostname entries.)
2024-12-11 11:09:40 +01:00
Pol Dellaiera and GitHub
4c43880bc8
bitwig-studio: fix MIDI input ( #361845 )
2024-12-11 10:58:32 +01:00
Moritz Vogel
0c1feac497
nixos/ebusd: fix device access
2024-12-11 10:50:54 +01:00
Leona Maroni
cb68aacc00
gitlab: increase node heap size limit
...
Without this change gitlab-ee's gitlab-assets fails to build with
JavaScript heap out of memory.
GitLab's own CI uses different limits between 5 to 10GBs, but 8GBs for
asset builds. (see https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/tasks/gitlab/assets.rake#L130 )
2024-12-11 10:46:27 +01:00
Jörg Thalheim and GitHub
79a7ad1c21
nix: simplify version checks ( #363831 )
2024-12-11 10:42:44 +01:00
Weijia Wang and GitHub
e91d7969ae
python312Packages.example-robot-data: 4.1.0 -> 4.2.0 ( #363802 )
2024-12-11 10:37:26 +01:00
Arne Keller and GitHub
138ac300df
nixos/v2ray: change the type of config field ( #163810 )
2024-12-11 10:30:02 +01:00
R. Ryantm and Emery Hemingway
c686ea4e81
tarlz: 0.25 -> 0.26
2024-12-11 09:24:50 +00:00
Damien Cassou and GitHub
e09964d017
lint-staged: 15.2.10 -> 15.2.11 ( #364089 )
2024-12-11 09:52:07 +01:00
R. Ryantm and zowoq
4350176879
terraform-providers.ibm: 1.71.2 -> 1.72.1
2024-12-11 18:45:28 +10:00
nixpkgs-merge-bot[bot] and GitHub
d93447f350
chamber: 3.1.0 -> 3.1.1 ( #364076 )
2024-12-11 08:20:08 +00:00
misuzu and GitHub
5b5494fe45
nixos/wireguard-networkd: use systemd credentials for privateKeyFile and presharedKeyFile ( #364078 )
2024-12-11 10:13:20 +02:00
Jan Tojnar
0daaba4fbd
malcontent: Add malcontent-ui to passthru.tests
2024-12-11 09:11:50 +01:00
Jan Tojnar
fa5fd554c6
malcontent: 0.12.0 → 0.13.0
...
https://gitlab.freedesktop.org/pwithnall/malcontent/-/compare/0.12.0...0.13.0
2024-12-11 09:11:50 +01:00
Christoph Hrdinka and GitHub
953f377e92
nsd: 4.10.1 -> 4.10.2 ( #363428 )
2024-12-11 09:07:31 +01:00
Jörg Thalheim and GitHub
c64ac9fb7e
nix-eval-jobs: 2.24.1 -> 2.25.0 ( #364137 )
2024-12-11 09:06:54 +01:00
Gaétan Lepage and GitHub
65bd49cf93
vimPlugins.blink-cmp: 0.7.3 -> 0.7.6 ( #364100 )
2024-12-11 08:45:46 +01:00
Gaétan Lepage and GitHub
b3438737b4
python312Packages.mizani: 0.13.0 -> 0.13.1 ( #363988 )
2024-12-11 08:15:54 +01:00
Wout Mertens and GitHub
ca5381c0c6
netdata: 1.47.4 -> 1.47.5 ( #363038 )
2024-12-11 08:15:22 +01:00