Commit Graph
581153 Commits
Author SHA1 Message Date
R. Ryantm f6a0dcdc50 runc: 1.1.11 -> 1.1.12 2024-02-01 03:36:43 +00:00
R. Ryantm 618629f81f cosign: 2.2.2 -> 2.2.3 2024-02-01 03:33:07 +00:00
R. Ryantm 6e85a66609 sabnzbd: 4.2.1 -> 4.2.2 2024-02-01 03:32:20 +00:00
Adam C. StephensandGitHub 426bad28ad Merge pull request #284020 from adamcstephens/pam_cgfs
nixos/pam: remove pam_cgfs
2024-01-31 22:20:30 -05:00
R. Ryantm a8770b6ef1 salt: 3006.5 -> 3006.6 2024-02-01 03:12:05 +00:00
Pol DellaieraandGitHub c3ecae9f80 Merge pull request #283812 from khaneliman/dooit
dooit: 2.1.1 -> 2.2.0
2024-02-01 03:59:16 +01:00
annalee de23b55767 python311Packages.scs: enable all tests 2024-02-01 02:17:49 +00:00
R. Ryantm 147e880bdb python311Packages.anthropic: 0.12.0 -> 0.14.0 2024-02-01 01:59:48 +00:00
R. Ryantm bc5e4d4115 nomnatong: 5.08 -> 5.09 2024-02-01 01:45:53 +00:00
R. Ryantm 21d904b5f4 domoticz: 2023.2 -> 2024.4 2024-02-01 01:44:46 +00:00
Ilan JoselevichandGitHub d012be98f6 Merge pull request #285383 from adamcstephens/forgejo/1.21.5-0
forgejo: 1.21.4-0 -> 1.21.5-0
2024-02-01 03:44:21 +02:00
Ilan JoselevichandGitHub 266e64c196 Merge pull request #285385 from ambroisie/update-woodpecker
woodpecker-*: 2.2.2 -> 2.3.0
2024-02-01 03:43:04 +02:00
R. Ryantm 63ec34219f amazon-ssm-agent: 3.2.2143.0 -> 3.2.2222.0 2024-02-01 01:31:59 +00:00
annalee eec43fd660 python311Packages.scs: relax floating point precision
after the update to scipy 1.12 the test_solve_feasible fails on linux
with 1 of the 185 floating point values not being equal to 4 decimal
places. relax the check to only check 3 decimal places.
2024-02-01 01:15:46 +00:00
R. Ryantm 82b99fddde shotcut: 24.01.13 -> 24.01.31 2024-02-01 01:09:34 +00:00
YtandGitHub ad1f17d0ed Merge pull request #285293 from Munksgaard/bump-elixir_1_16
elixir_1_16: 1.16.0 -> 1.16.1
2024-02-01 01:07:15 +00:00
YtandGitHub c0154dd6f3 Merge pull request #285349 from r-ryantm/auto-update/python311Packages.posthog
python311Packages.posthog: 3.3.3 -> 3.3.4
2024-02-01 01:05:18 +00:00
YtandGitHub 3ac7c37095 Merge pull request #285352 from r-ryantm/auto-update/meilisearch
meilisearch: 1.6.0 -> 1.6.1
2024-02-01 01:03:47 +00:00
R. Ryantm ee7917f27d yubico-piv-tool: 2.4.2 -> 2.5.0 2024-02-01 00:59:13 +00:00
Martin Weinelt fb9eaa8209 evcc: 0.123.9 -> 0.124.0
https://github.com/evcc-io/evcc/releases/tag/0.124.0
2024-02-01 01:08:04 +01:00
maralornandGitHub e4f711a40e Merge pull request #277180 from zeuner/alsa-wrapper
alsa-lib: provide wrapper for run-time access to plugins
2024-02-01 01:02:25 +01:00
R. Ryantm d64c6c31e5 metabase: 0.48.2 -> 0.48.4 2024-01-31 23:56:04 +00:00
emilylange af35dbbf8c chromium: fix rust toolchain and remove M121 workaround
The rust toolchain is required for chromium since M121.

In the last major bump (M120 -> M121) we had to work around this
requirement because we hadn't had our that part of our toolchain ready.

Until now :)

So this fixes and enables the toolchain for any chromium/electron >= 121
and removes the workaround from the last major bump.
2024-02-01 00:35:57 +01:00
Samuel Tardieu 36b26ceed5 git-publish: 1.8.1 -> 1.8.2 2024-02-01 00:17:59 +01:00
R. Ryantm af223bb8c5 nb: 7.9.1 -> 7.10.3 2024-01-31 23:10:09 +00:00
Sandro Jäckel 2bbac8bfd7 python311Packages.zigpy-znp: add pytest-xdist
Before tests took 4m30s, now they only take 16s on comparable hardware
and 34s on my laptop
2024-02-01 00:05:24 +01:00
ibbemandSilvan Mosberger 6558e89177 lib.fileset.gitTracked: Allow clones of shallow repositories
The only reason shallow clones are not the default in
`builtins.fetchGit` is that `revCount` can't be provided when cloning a
shallow repository. However, `revCount` isn't used or exposed by
`lib.fileset`. Hence, allowing cloning shallow repositories makes
`gitTracked` more general without any drawbacks.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-02-01 00:01:26 +01:00
Bruno BELANYI 54622e4828 woodpecker-*: 2.2.2 -> 2.3.0 2024-01-31 22:58:22 +00:00
sternenseemann 571a07d774 doc/haskell: don't use lib.recursiveUpdate in overlays
`lib.recursiveUpdate` indiscriminately recurses into all attribute sets,
also into derivations. This means that it is possible that evaluating a
derivation in the final haskell package set can cause something in
`prev.haskell` to be forced by `recursiveUpdate`, potentially causing an
evaluation error that should not happen.

It can be fixed using a well-crafted predicate for
`lib.recursiveUpdateUntil`, but most robust is just explicitly writing
out the desired merging manually.
2024-01-31 23:49:32 +01:00
Maciej KrügerandGitHub 82ee069492 Merge pull request #283675 from wegank/prusa-slicer-aarch64-darwin
prusa-slicer: fix build on darwin
2024-01-31 23:46:53 +01:00
Sergei Trofimovich e458879574 louvain-community: unstable-2021-03-18 -> unstable-2024-01-30
Without the change the build against `gcc-13` fails as:
https://cache.nixos.org/log/xpqnf8kk3wxgqspxf2khipxlv0wf8i36-louvain-community-unstable-2021-03-18.drv

    /build/source/src/louvain_communities.cpp: At global scope:
    /build/source/src/louvain_communities.cpp:60:5: error: 'uint32_t' does not name a type
       60 |     uint32_t verbosity = 0;
          |     ^~~~~~~~
    /build/source/src/louvain_communities.cpp:44:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       43 | #include "GitSHA1.h"
      +++ |+#include <cstdint>
       44 |

While at it added a trivial unstable updater.
2024-01-31 22:45:07 +00:00
Adam Stephens d41d160022 forgejo: 1.21.4-0 -> 1.21.5-0
Changelog: https://codeberg.org/forgejo/forgejo/releases/tag/v1.21.5-0
2024-01-31 17:23:17 -05:00
Adam Stephens 75ec325cb9 nixos/pam: remove pam_cgfs
pam_cgfs is a cgroups-v1 pam module. Verified with upstream that
this module no longer necessary on cgroups-v2 systems.
2024-01-31 17:19:23 -05:00
Adam Stephens 969841f3f5 incus-unwrapped: fix changelog 2024-01-31 17:17:57 -05:00
Adam Stephens e1fa7297b5 incus-unwrapped: 0.5.0 -> 0.5.1
Changelog: https://github.com/lxc/incus/releases/tag/v0.5.1
2024-01-31 17:17:55 -05:00
Adam Stephens 0fc06e5373 incus-unwrapped: 0.4.0 -> 0.5.0
Changelog: https://github.com/lxc/incus/releases/tag/v0.5.0
2024-01-31 17:17:53 -05:00
Weijia Wang fa0efec1d5 gplates: fix runtime error 2024-01-31 23:16:41 +01:00
R. Ryantm bff4067aec check-jsonschema: 0.27.3 -> 0.27.4 2024-01-31 22:11:29 +00:00
Gaetan Lepage 81a769e3d5 python311Packages.torchrl: 0.2.1 -> 0.3.0
Changelog: https://github.com/pytorch/rl/releases/tag/v0.3.0
2024-01-31 23:11:27 +01:00
R. Ryantm 0a6443c7ec discord-canary: 0.0.257 -> 0.0.265 2024-01-31 22:07:42 +00:00
Weijia WangandGitHub 939e432e46 Merge pull request #284840 from wegank/7zz-hdiutil
airbuddy, aldente: unpack with 7zz
2024-01-31 22:38:31 +01:00
R. Ryantm 5c0288b7be checkstyle: 10.12.6 -> 10.13.0 2024-01-31 21:35:16 +00:00
Maximilian Bosch 49383c81a3 mautrix-signal: unstable-2023-12-30 -> unstable-2024-01-31
ChangeLog: https://github.com/mautrix/signal/compare/6abe80e6c79b31b5dc37a484b65d346a1ffd4f05...103666990f30a692c63dd84a499b0dd390cef8a4
2024-01-31 22:30:05 +01:00
Maximilian Bosch 33e7a5f960 libsignal-ffi: 0.36.1 -> 0.39.2
Not the latest version available, but this is only used by
`mautrix-signal` and that currently requires 0.39.

ChangeLog:
* https://github.com/signalapp/libsignal/releases/tag/v0.37.0
* https://github.com/signalapp/libsignal/releases/tag/v0.38.0
* https://github.com/signalapp/libsignal/releases/tag/v0.39.0
* https://github.com/signalapp/libsignal/releases/tag/v0.39.1
* https://github.com/signalapp/libsignal/releases/tag/v0.39.2

.
2024-01-31 22:30:01 +01:00
Fabian Affolter 5226af002e python311Packages.georss-ingv-centro-nazionale-terremoti-client: 0.6 -> 0.7
Diff: https://github.com/exxamalte/python-georss-ingv-centro-nazionale-terremoti-client/compare/refs/tags/v0.6...v0.7

Changelog: https://github.com/exxamalte/python-georss-ingv-centro-nazionale-terremoti-client/releases/tag/v0.7
2024-01-31 22:18:23 +01:00
Fabian Affolter 054f836628 python311Packages.georss-ingv-centro-nazionale-terremoti-client: refactor 2024-01-31 22:16:55 +01:00
Fabian Affolter a927ecc6bd python311Packages.georss-client: 0.15 -> 0.17
Diff: https://github.com/exxamalte/python-georss-client/compare/refs/tags/v0.15...v0.17

Changelog: https://github.com/exxamalte/python-georss-client/releases/tag/v0.17
2024-01-31 22:13:02 +01:00
Fabian Affolter 1af6ef5955 python311Packages.georss-client: refactor 2024-01-31 22:11:55 +01:00
piegamesandGitHub 3ecb98dd69 Merge pull request #285332 from 0x4A6F/master-nixfmt-rfc-style
nixfmt-rfc-style: 2024-01-15 -> 2024-01-31
2024-01-31 22:08:28 +01:00
R. Ryantm 61f9abb492 cilium-cli: 0.15.20 -> 0.15.21 2024-01-31 21:08:11 +00:00