Commit graph

607170 commits

Author SHA1 Message Date
lassulus f42b254015
Merge pull request #301497 from flokli/mycelium-0.5.0
mycelium: 0.4.5 -> 0.5.0
2024-04-04 13:45:35 +02:00
José Romildo Malaquias 6224a79e0b
Merge pull request #301494 from r-ryantm/auto-update/labwc-tweaks
labwc-tweaks: unstable-2024-01-04 -> unstable-2024-04-02
2024-04-04 08:25:35 -03:00
OTABI Tomoya 89cd030475
Merge pull request #300180 from r-ryantm/auto-update/python311Packages.jupyterhub
python311Packages.jupyterhub: 4.1.0 -> 4.1.3
2024-04-04 20:17:02 +09:00
Cosima Neidahl fb2f56dc8d
Merge pull request #300274 from r-ryantm/auto-update/sidplayfp
sidplayfp: 2.6.2 -> 2.7.0
2024-04-04 13:15:46 +02:00
Mario Rodas 2a634c9ba7
Merge pull request #301270 from r-ryantm/auto-update/phrase-cli
phrase-cli: 2.22.0 -> 2.23.0
2024-04-04 06:15:27 -05:00
Cosima Neidahl e0791fc2fd
Merge pull request #300807 from r-ryantm/auto-update/furnace
furnace: 0.6.1 -> 0.6.2
2024-04-04 13:11:11 +02:00
Cosima Neidahl c0c2c521bc
Merge pull request #300896 from r-ryantm/auto-update/libsidplayfp
libsidplayfp: 2.6.0 -> 2.7.0
2024-04-04 13:09:08 +02:00
Mario Rodas e9f2343ea6
Merge pull request #301382 from marsam/update-breezy
python311Packages.breezy: 3.3.6 -> 3.3.7
2024-04-04 06:08:11 -05:00
Aleksana 1d138cafac
Merge pull request #301435 from Sigmanificient/cano
cano: init at 0-unstable-2024-3-31
2024-04-04 19:03:53 +08:00
Mario Rodas 4ba5c0778e
Merge pull request #301031 from LordGrimmauld/swaymux
swaymux: 1.0 -> 1.1
2024-04-04 06:03:05 -05:00
Mario Rodas e500daaf1d
Merge pull request #301009 from diogotcorreia/dnsproxy-update-0.67.0
dnsproxy: 0.66.0 -> 0.67.0
2024-04-04 06:02:42 -05:00
Mario Rodas 9b10b5e088
Merge pull request #301279 from Sigmanificient/fzf-make-0-27-0
fzf-make: 0.26.0 -> 0.27.0
2024-04-04 06:01:11 -05:00
Mario Rodas 6ef244e357
Merge pull request #301241 from wegank/freefilesync-bump
freefilesync: 13.4 -> 13.5
2024-04-04 05:59:33 -05:00
Mario Rodas f92f1ec91b
Merge pull request #301467 from bhankas/glas
glas: 0.2.2 -> 0.2.3
2024-04-04 05:58:36 -05:00
Jörg Thalheim 4de2836e2e
Merge pull request #301499 from zimbatm/ci-fix-manual-cache
ci: fix the manual cache auth token
2024-04-04 12:57:56 +02:00
Mario Rodas a8512382ef
Merge pull request #301208 from marsam/update-lean4
lean4: 4.6.1 -> 4.7.0
2024-04-04 05:56:02 -05:00
Sigmanificient 37530bf028 cano: init at 0-unstable-2024-3-31 2024-04-04 12:42:33 +02:00
R. Ryantm bd22babc47 gh: 2.46.0 -> 2.47.0 2024-04-04 20:21:02 +10:00
Mario Rodas 6f7a3ec8d3
Merge pull request #301447 from marsam/update-nodejs_21
nodejs_21: 21.7.1 -> 21.7.2
2024-04-04 05:17:02 -05:00
Aleksana 5e8c5d33c4
Merge pull request #291569 from Luflosi/fix-substituteAll-typo
substituteAll: fix typo in comment
2024-04-04 18:07:15 +08:00
Doron Behar a9f70e6bba
Merge pull request #301410 from r-ryantm/auto-update/mympd
mympd: 14.1.0 -> 14.1.1
2024-04-04 13:02:30 +03:00
Atemu b136700c7d
Merge pull request #299618 from TomaSajt/dub-support
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-04 11:52:57 +02:00
zimbatm 3bfad41ad1 ci: fix the manual cache auth token
I reset the cache by mistake.
2024-04-04 11:52:24 +02:00
Sandro d5da6daf9a
Merge pull request #301454 from matthiasbeyer/update-git-absorb 2024-04-04 11:46:11 +02:00
Florian Klink 1fb00f1396 mycelium: 0.4.5 -> 0.5.0
Changed
 - Connection identifier is now included in the error log if we can't forward a
 - seqno request.
 - Garbage collection time for source entries has been increased from 5 to 30 minutes
 - for now.
 - The router implementation has been changed to use regular locks instead of an
 - always readable concurrency primitive for all but the actual routing table. This
 - should reduce the memory consumption a bit.
 - Public key and shared secret for a destination are now saved on the router, instead
 - of maintaining a separate mapping for them. This slightly reduces memory consumption
 - of the router, and ensures stale data is properly cleaned up when all routes to
 - a subnet are removed.
 - Hello packets now set the interval in which the next Hello will be sent properly
 - in centiseconds.
 - IHU packets now set the interval properly in centiseconds.
 - IHU packets now set an RX cost. For now this is the link cost, in the future
 - this will be set properly.
 - Route expiration time is now calculated from the interval received in updates.
 - Ip address derivation from public keys now uses the blake3 hash algorithm.

Fixed
 - Don't try to forward seqno requests to a peer if we know its connection is dead.
2024-04-04 12:44:23 +03:00
R. Ryantm 80235a26a3 labwc-tweaks: unstable-2024-01-04 -> unstable-2024-04-02 2024-04-04 09:35:22 +00:00
Fabian Affolter 23ff7d9dc4
Merge pull request #301404 from r-ryantm/auto-update/python312Packages.plotnine
python312Packages.plotnine: 0.13.3 -> 0.13.4
2024-04-04 11:15:21 +02:00
Fabian Affolter 98db77171c
Merge pull request #301425 from r-ryantm/auto-update/python312Packages.myuplink
python312Packages.myuplink: 0.5.0 -> 0.6.0
2024-04-04 11:14:29 +02:00
kirillrdy 5d1a8fcb66
Merge pull request #257183 from TrevorSmale/master
tinygo: fix typo
2024-04-04 19:47:50 +11:00
R. Ryantm 6244806fb8 python312Packages.pyathena: 3.5.1 -> 3.6.0 2024-04-04 10:33:43 +02:00
LDprg f53b77fe44 dbus-broker: Add dbus for dbus tools to environment.systemPackages 2024-04-04 01:32:45 -07:00
LDprg e827697fd3 dbus: Switch default implementation to broker 2024-04-04 01:32:45 -07:00
K900 83fcc85e1b
Merge pull request #301459 from K900/linux-firmware-version
linux-firmware: don't explicitly passthru version
2024-04-04 11:17:21 +03:00
Matthieu Coudron 122aa68523
Merge pull request #301342 from GaetanLepage/neotest
vimPlugins.nvim-nio: init at 2024-04-02
2024-04-04 10:16:24 +02:00
Fabian Affolter dbf899ad52 python312Packages.bsuite: refactor
- use nixfmt
2024-04-04 10:08:46 +02:00
Peder Bergebakken Sundt 4bd2c3fa48
Merge pull request #301399 from r-ryantm/auto-update/python312Packages.amaranth
python312Packages.amaranth: 0.4.4 -> 0.4.5
2024-04-04 10:07:49 +02:00
Fabian Affolter cebee4c513 python312Packages.bsuite: add patch to replace imp
google-deepmind/bsuite#50
2024-04-04 10:06:03 +02:00
Fabian Affolter f9a6c92dfe python312Packages.myuplink: use nixfmt 2024-04-04 09:50:40 +02:00
Fabian Affolter 58bf01775e python312Packages.myuplink: refactor 2024-04-04 09:50:19 +02:00
Weijia Wang 5b82d9a445
Merge pull request #300683 from r-ryantm/auto-update/guile-lib
guile-lib: 0.2.7 -> 0.2.8
2024-04-04 09:49:09 +02:00
Payas Relekar a0bc9c3935 glas: 0.2.2 -> 0.2.3 2024-04-04 13:05:53 +05:30
zowoq ae8f15ae44
Merge pull request #301100 from al3xtjames/fd-skip-invalid-utf8-test
fd: skip invalid UTF-8 tests
2024-04-04 17:05:11 +10:00
Fabian Affolter 9576c91f57 python312Packages.plotnine: use nixfmt 2024-04-04 09:01:54 +02:00
Fabian Affolter 166d9daeb3 python312Packages.plotnine: refactor 2024-04-04 09:01:18 +02:00
Fabian Affolter c65a1b44ca
Merge pull request #300847 from r-ryantm/auto-update/python312Packages.policy-sentry
python312Packages.policy-sentry: 0.12.10 -> 0.12.12
2024-04-04 08:55:54 +02:00
K900 ba26205fca linux-firmware: don't explicitly passthru version
Breaks overrides
2024-04-04 09:42:02 +03:00
Matthias Beyer 7ec00b132a
git-absorb: 0.6.12 -> 0.6.13
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2024-04-04 08:34:09 +02:00
Vladimír Čunát e52ada4e6b
Merge #301372: go_1_21: 1.21.8 -> 1.21.9 2024-04-04 06:55:20 +02:00
Mario Rodas 4d321931cf
Merge pull request #300265 from anthonyroussel/update/httpdirfs
httpdirfs: 1.2.3 -> 1.2.5
2024-04-03 22:54:42 -05:00
Mario Rodas f2ebc5c293
Merge pull request #301411 from r-ryantm/auto-update/xiu
xiu: 0.12.5 -> 0.12.6
2024-04-03 22:45:06 -05:00